From bcdae49bf734201d5175438c572a5a250468c000 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 26 Feb 2008 15:32:08 -0500 Subject: [PATCH 1/1] A couple fixups to the sipb-xen-dns package. Also, testing commits over HTTP svn path=/trunk/packages/sipb-xen-dns/; revision=271 --- debian/control | 2 +- debian/rules | 2 +- debian/sipb-xen-dns.init | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 0b8540e..e566d0e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sipb-xen-dns Section: base Priority: extra Maintainer: SIPB Xen Project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0) +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), subversion Standards-Version: 3.7.2 Package: sipb-xen-dns diff --git a/debian/rules b/debian/rules index 4d88e52..0c347a7 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk binary-fixup/sipb-xen-dns:: - svn co file:///mit/sipb-xen/svn/trunk/packages/sipb-xen-dns/code/ $(DEB_DESTDIR)/usr/local/lib/sipb-xen-dns + svn co https://sipb-xen-dev.mit.edu:445/trunk/packages/sipb-xen-dns/code/ $(DEB_DESTDIR)/usr/local/lib/sipb-xen-dns diff --git a/debian/sipb-xen-dns.init b/debian/sipb-xen-dns.init index 2b8d3cb..626fd44 100644 --- a/debian/sipb-xen-dns.init +++ b/debian/sipb-xen-dns.init @@ -9,10 +9,7 @@ # Description: ### END INIT INFO -# Author: Foo Bar -# -# Please remove the "Author" lines above and replace them -# with your own name if you copy and modify this script. +# Author: SIPB Xen Project # Do NOT "set -e" -- 1.7.9.5