From e0064bdf457e16439ec45d21529cba68b1cc8f9e 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 xvm-devconfig svn path=/trunk/packages/xvm-devconfig/; revision=1227 --- debian/changelog | 6 ++++++ debian/control.in | 14 -------------- debian/rules | 2 -- 3 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 debian/control.in diff --git a/debian/changelog b/debian/changelog index b134d79..11db62c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-devconfig (0.12) unstable; urgency=low + + * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL + + -- Evan Broder Fri, 24 Oct 2008 13:47:40 -0400 + xvm-devconfig (0.11) unstable; urgency=low * Change sx-blade-2 to torchwood-institute diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index 68518e2..0000000 --- a/debian/control.in +++ /dev/null @@ -1,14 +0,0 @@ -Source: xvm-devconfig -Section: servers -Priority: important -Maintainer: xvm@mit.edu -Build-Depends: @cdbs@ -Standards-Version: 3.7.2 - -Package: xvm-devconfig -Architecture: all -Provides: invirt-config -Conflicts: invirt-config -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: XVM dev-cluster config - This is the master configuration package for the XVM development cluster. diff --git a/debian/rules b/debian/rules index d14060f..e6192f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,3 @@ #!/usr/bin/make -f -DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 - include /usr/share/cdbs/1/rules/debhelper.mk -- 1.7.9.5