[SCM] packaging of clive-utils branch, master, updated. upstream/2.1.3-112-g7bb5356

Damyan Ivanov dmn at debian.org
Wed Apr 1 15:41:06 UTC 2009


The following commit has been merged in the master branch:
commit 0d6defea17cd68b59e163d0a990cb5f37a3d8bee
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Apr 1 18:20:07 2009 +0300

    employ dh override features
    
    rules shortened, bump dh build-dependency to 7.0.50

diff --git a/debian/control b/debian/control
index fd95d63..4d4ca98 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7.0.50), quilt
 Build-Depends-Indep:
  libconfig-tiny-perl (>= 2.12),
  libcrypt-passwdmd5-perl (>= 1.3),
diff --git a/debian/rules b/debian/rules
index d0027e4..62be25c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,19 @@
 #!/usr/bin/make -f
 
+%:
+	dh $@
+
 include /usr/share/quilt/quilt.make
 
+override_dh_auto_test:
+	for f in feed scan pass; do perl -c clive$$f || exit 1; done
+
 build: $(QUILT_STAMPFN)
 	dh $@
 	make man
-	for f in feed scan pass; do perl -c clive$$f || exit 1; done
 
-install: build
-	dh $@ --before auto_install
+override_dh_auto_install:
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/clive-utils prefix=/usr
-	dh $@ --after auto_install
-
-binary-indep: install
-	dh $@
-
-binary-arch:
 
 clean: unpatch
 	dh $@
-	dh_clean clivefeed.1 clivescan.1 clivepass.1
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary

-- 
packaging of clive-utils



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