[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 8ab1fdda2ceb2c71d3c037ca831577cdaf0cbf5c
Author: ceros-guest <ceros-guest>
Date:   Thu Jan 10 02:57:46 2008 +0000

    binary-arch must exist in debian/rules to comply with policy. Adding it in.

diff --git a/debian/rules b/debian/rules
index b279b95..5cf8cb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,10 @@ build:
 	[ -e build-stamp ] || \
 		mkdir debian/tmp && \
 		pod2man --name="DebPool::Config" \
-			--center="DebPool Configuration" --section=5 \
-			share/DebPool/Config.pm debian/tmp/DebPool::Config.5 && \
+			--center="DebPool Configuration" \
+			--section=5 \
+			share/DebPool/Config.pm \
+			debian/tmp/DebPool::Config.5 && \
 		touch build-stamp
 
 binary-indep: build
@@ -28,7 +30,9 @@ binary-indep: build
 	dh_installdeb -i
 	dh_builddeb -i
 
-binary: binary-indep
+binary-arch:
+
+binary: binary-indep binary-arch
 
 clean:
 	dh_testdir

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list