From: Sam Hartman Date: Tue, 19 Aug 2008 17:35:58 +0000 (-0400) Subject: Control and control.in cannot both be versioned as control is regularly generated... X-Git-Tag: sipb-xen-dev/23~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/ef0ed12fbda93628c1082b34f9146da33a406e2c Control and control.in cannot both be versioned as control is regularly generated from control.in. We don't seem to be using any useful features of control.in, control.in being auto-generated is banned by Debian policy, and our build system requires control exist. So get rid of control.in. svn path=/trunk/packages/sipb-xen-dev/; revision=894 --- diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index d8d388a..0000000 --- a/debian/control.in +++ /dev/null @@ -1,13 +0,0 @@ -Source: sipb-xen-dev -Section: servers -Priority: important -Maintainer: sipb-xen@mit.edu -Build-Depends: @cdbs@ -Standards-Version: 3.7.2 - -Package: sipb-xen-dev -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev-el, emacs21, reprepro, apache2, postfix, screen, dh-make, screen, , fakeroot, pbuilder -Description: SIPB Xen development server - This package should be installed on sipb-xen-dev - It makes sure that necessary tools are available.