From ee4a73939a7b3e0ed8ee6603b430c5e318f12d3b Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sat, 1 Nov 2008 00:42:26 -0400 Subject: [PATCH] Don't use a files/ tree for a single file in invirt-svn-server svn path=/trunk/packages/invirt-svn-server/; revision=1476 --- debian/changelog | 3 ++- debian/invirt-svn-server.install | 2 +- debian/rules | 4 +--- files/etc/sasl2/svn.conf => svn.conf | 0 4 files changed, 4 insertions(+), 5 deletions(-) rename files/etc/sasl2/svn.conf => svn.conf (100%) diff --git a/debian/changelog b/debian/changelog index c0a4ed5..3927231 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ invirt-svn-server (0.0.1) unstable; urgency=low * Initial Release. + * Don't use a files/ tree for a single file - -- Quentin Smith Fri, 31 Oct 2008 23:44:14 -0400 + -- Quentin Smith Sat, 01 Nov 2008 00:42:05 -0400 diff --git a/debian/invirt-svn-server.install b/debian/invirt-svn-server.install index 9da31b3..b48094f 100644 --- a/debian/invirt-svn-server.install +++ b/debian/invirt-svn-server.install @@ -1 +1 @@ -files/* . +svn.conf etc/sasl2 diff --git a/debian/rules b/debian/rules index 2815a4d..e6192f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,3 @@ #!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -# Add here any variable or target overrides you need. +include /usr/share/cdbs/1/rules/debhelper.mk diff --git a/files/etc/sasl2/svn.conf b/svn.conf similarity index 100% rename from files/etc/sasl2/svn.conf rename to svn.conf -- 1.7.9.5