[SCM] packaging of clive-utils branch, master, updated. 2.1.0-37-g5320947

Damyan Ivanov dmn at debian.org
Tue Feb 24 20:37:50 UTC 2009


The following commit has been merged in the master branch:
commit e6c53d0b1dd498d4ff29598464732ee6e715c6dc
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Feb 24 11:31:34 2009 +0200

    override dh audo_install adding prefix to make install

diff --git a/debian/rules b/debian/rules
index 97d5bb5..d0027e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,9 @@ build: $(QUILT_STAMPFN)
 	for f in feed scan pass; do perl -c clive$$f || exit 1; done
 
 install: build
-	dh $@
+	dh $@ --before auto_install
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/clive-utils prefix=/usr
+	dh $@ --after auto_install
 
 binary-indep: install
 	dh $@

-- 
packaging of clive-utils



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