From 0e1f989c694ecd0161d682107cd9106f195ebb53 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 24 Oct 2008 14:00:27 -0400 Subject: [PATCH 1/1] Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL in invirt-remote-server svn path=/trunk/packages/invirt-remote-server/; revision=1228 --- debian/changelog | 6 ++++++ debian/control.in | 14 -------------- debian/rules | 8 -------- 3 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 debian/control.in diff --git a/debian/changelog b/debian/changelog index 0a7677b..9b295c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-remote-server (0.0.4) unstable; urgency=low + + * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL + + -- Evan Broder Fri, 24 Oct 2008 13:49:45 -0400 + invirt-remote-server (0.0.3) unstable; urgency=low * Standardize on "Invirt project" diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index 3816797..0000000 --- a/debian/control.in +++ /dev/null @@ -1,14 +0,0 @@ -Source: invirt-remote-server -Section: servers -Priority: important -Maintainer: invirt@mit.edu -Build-Depends: @cdbs@ -Standards-Version: 3.7.2 - -Package: invirt-remote-server -Architecture: all -Provides: ${diverted-files} -Conflicts: ${diverted-files} -Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, debathena-kerberos-config, fuse-utils, openssh-server, python-routefs, sipb-xen-chrony-config, sipb-xen-database-common, sipb-xen-base, remctl-server, remctl-client -Description: Invirt remote-control server - This package should be installed to set up the remote-control server. diff --git a/debian/rules b/debian/rules index e8fd697..e6192f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,3 @@ #!/usr/bin/make -f -DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 -DEB_DIVERT_EXTENSION = .invirt -#DEB_DIVERT_FILES_invirt-remote-server += \ -# /etc/init.d/bootmisc.sh \ -# /etc/nscd.conf \ -# /etc/nsswitch.conf \ -# /etc/ssh/sshd_config - include /usr/share/cdbs/1/rules/debhelper.mk -- 1.7.9.5