[SCM] packaging of clive-utils branch, master, updated. 2.1.0-21-ga0a8264

Damyan Ivanov dmn at debian.org
Mon Feb 23 20:28:43 UTC 2009


The following commit has been merged in the master branch:
commit 8e5396baa4fe31319ed6a99bd04ed64f95b97a9b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Feb 23 22:00:35 2009 +0200

    add install target and make binary depend on it

diff --git a/debian/rules b/debian/rules
index a444cb3..8808e43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,10 @@ build: $(QUILT_STAMPFN)
 	dh $@
 	for f in feed scan pass; do perl -c clive$$f; done
 
-binary-indep: build
+install: build
+	dh $@
+
+binary-indep: install
 	dh $@
 
 binary-arch:

-- 
packaging of clive-utils



More information about the Pkg-perl-cvs-commits mailing list