Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL in invirt-remote-server invirt-remote-server/0.0.4
authorEvan Broder <broder@mit.edu>
Fri, 24 Oct 2008 18:00:27 +0000 (14:00 -0400)
committerEvan Broder <broder@mit.edu>
Fri, 24 Oct 2008 18:00:27 +0000 (14:00 -0400)
svn path=/trunk/packages/invirt-remote-server/; revision=1228

debian/changelog
debian/control.in [deleted file]
debian/rules

index 0a7677b..9b295c5 100644 (file)
@@ -1,3 +1,9 @@
+invirt-remote-server (0.0.4) unstable; urgency=low
+
+  * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL
+
+ -- Evan Broder <broder@mit.edu>  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 (file)
index 3816797..0000000
+++ /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.
index e8fd697..e6192f6 100755 (executable)
@@ -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