Bring sipb-xen-dns into alignment with more standard packaging practices sipb-xen-dns/1.05
authorEvan Broder <broder@mit.edu>
Thu, 2 Oct 2008 22:42:59 +0000 (18:42 -0400)
committerEvan Broder <broder@mit.edu>
Thu, 2 Oct 2008 22:42:59 +0000 (18:42 -0400)
svn path=/trunk/packages/sipb-xen-dns/; revision=1002

debian/changelog
debian/rules
debian/sipb-xen-dns.init
files/usr/sbin/sipb-xen-dns [moved from code/dnsserver.py with 100% similarity]

index 7580116..4a70998 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-dns (1.05) unstable; urgency=low
+
+  * Convert package to not include a svn checkout in the binary package
+
+ -- Evan Broder <broder@mit.edu>  Thu, 02 Oct 2008 18:41:25 -0400
+
 sipb-xen-dns (1.04) unstable; urgency=low
 
   * Search for longest-matching domain name instead of first-matching.
index c44ed9a..e6192f6 100755 (executable)
@@ -1,6 +1,3 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-
-binary-fixup/sipb-xen-dns::
-       svn co https://sipb-xen-dev.mit.edu:1111/trunk/packages/sipb-xen-dns/code/ $(DEB_DESTDIR)/usr/local/lib/sipb-xen-dns
index 65abd6b..b80a40c 100644 (file)
@@ -17,7 +17,7 @@
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 DESC="The sipb-xen DNS server"
 NAME=sipb-xen-dns
-DAEMON=/usr/local/lib/sipb-xen-dns/dnsserver.py
+DAEMON=/usr/sbin/sipb-xen-dns
 DAEMON_ARGS=""
 PIDFILE=/var/run/$NAME.pid
 SCRIPTNAME=/etc/init.d/$NAME