[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. debian/0.3.6-6-g4373715

Andres Mejia mcitadel at gmail.com
Thu Oct 16 21:42:46 UTC 2008


The following commit has been merged in the master branch:
commit 43737159bdc28cddf8547b5cee53f677dce5463c
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Thu Oct 16 17:42:38 2008 -0400

    Correcting error in debian/rules

diff --git a/debian/rules b/debian/rules
index 4d56a4b..00e90d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ build-stamp:
 clean:
 	dh_testdir
 	dh_testroot
-	dh_clean build-stamp install-stamp DebPool::Config.5 debpool.1
+	dh_clean build-stamp install-stamp debpoolrc.5 debpool.1
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: build install-stamp
@@ -65,7 +65,7 @@ binary-indep: build install
 	dh_testroot
 	dh_installexamples
 	dh_installdocs
-	dh_installman DebPool::Config.5 debpool.1
+	dh_installman debpoolrc.5 debpool.1
 	dh_installchangelogs
 	dh_installinit
 	dh_installlogrotate

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list