From: Quentin Smith Date: Sat, 1 Nov 2008 04:42:26 +0000 (-0400) Subject: Don't use a files/ tree for a single file in invirt-svn-server X-Git-Tag: 0.0.1~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-svn-server.git/commitdiff_plain/ee4a73939a7b3e0ed8ee6603b430c5e318f12d3b Don't use a files/ tree for a single file in invirt-svn-server svn path=/trunk/packages/invirt-svn-server/; revision=1476 --- 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