[libio-string-perl] 11/13: Finally switch to minimal dh-style debian/rules file

Axel Beckert abe at deuxchevaux.org
Fri Dec 13 21:18:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libio-string-perl.

commit 957dcea351b6f8c99f3a126361b3f3237a195a51
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 13 22:12:49 2013 +0100

    Finally switch to minimal dh-style debian/rules file
---
 debian/changelog |  1 +
 debian/rules     | 55 ++-----------------------------------------------------
 2 files changed, 3 insertions(+), 53 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a5b3f7c..aa83154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ libio-string-perl (1.08-3) UNRELEASED; urgency=low
     + Drop now obsolete dh_installchangelogs parameter
     + Remove no more needed /usr/lib/perl5 handling
     + Remove no more nededed variables
+    + Finally switch to minimal dh-style debian/rules file
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:54 +0200
 
diff --git a/debian/rules b/debian/rules
index 7abc515..31c1c17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,56 +2,5 @@
 
 #export DH_VERBOSE=1
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-
-	dh_auto_configure
-
-	touch configure-stamp
-
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-build-stamp: configure-stamp
-	dh_testdir
-
-	dh_auto_build
-	dh_auto_test
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_auto_clean
-
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-
-	dh_auto_install
-
-binary-arch:
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl 
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-string-perl.git



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