From a824865f449404d0b690858a5191e03ee5eaf524 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 24 Oct 2008 14:00:26 -0400 Subject: [PATCH] Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL in invirt-console-host svn path=/trunk/packages/invirt-console-host/; revision=1226 --- debian/changelog | 6 ++++++ debian/control.in | 14 -------------- debian/rules | 1 - 3 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 debian/control.in diff --git a/debian/changelog b/debian/changelog index 392fbb8..04090ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-console-host (0.0.4) unstable; urgency=low + + * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL + + -- Evan Broder Fri, 24 Oct 2008 13:46:46 -0400 + invirt-console-host (0.0.3) unstable; urgency=low * make initscript even shorter, with code now provided by sipb-xen-base diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index 2c7672b..0000000 --- a/debian/control.in +++ /dev/null @@ -1,14 +0,0 @@ -Source: invirt-console-host -Section: servers -Priority: important -Maintainer: invirt@mit.edu -Build-Depends: @cdbs@ -Standards-Version: 3.7.2 - -Package: invirt-console-host -Architecture: all -Provides: ${diverted-files} -Conflicts: ${diverted-files} -Depends: ${shlibs:Depends}, ${misc:Depends}, conserver-server, remctl-client, sipb-xen-base -Description: SIPB Xen serial console server server - This configures the VMM for the server-side of the console server \ No newline at end of file diff --git a/debian/rules b/debian/rules index a65df28..bfba7f2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #!/usr/bin/make -f -DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 DEB_DIVERT_EXTENSION = .invirt DEB_DIVERT_FILES_invirt-console-host += \ /etc/conserver/conserver.cf.invirt \ -- 1.7.9.5