[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. 0.2.3-63-g38a32aa

ceros-guest ceros-guest at alioth.debian.org
Tue Jun 3 07:07:01 UTC 2008


The following commit has been merged in the master branch:
commit 024ecf3546139d4493010d8966f973c4f9b12858
Author: ceros-guest <ceros-guest>
Date:   Thu Jan 10 02:55:08 2008 +0000

    Fixing debian/rules

diff --git a/debian/rules b/debian/rules
index 1e02d24..b279b95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,12 @@
 
 build:
 	dh_testdir
-	[ -d debian/tmp ] || mkdir debian/tmp
-	pod2man --name="DebPool::Config" --center="DebPool Configuration" \
-		--section=5  share/DebPool/Config.pm debian/tmp/DebPool::Config.5
-	touch build-stamp
+	[ -e build-stamp ] || \
+		mkdir debian/tmp && \
+		pod2man --name="DebPool::Config" \
+			--center="DebPool Configuration" --section=5 \
+			share/DebPool/Config.pm debian/tmp/DebPool::Config.5 && \
+		touch build-stamp
 
 binary-indep: build
 	dh_testdir

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list