[liblingua-en-numbers-ordinate-perl] 13/15: Finally switch to a minimal dh-style debian/rules file

Axel Beckert abe at deuxchevaux.org
Fri Dec 27 03:44:52 UTC 2013


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

abe pushed a commit to branch master
in repository liblingua-en-numbers-ordinate-perl.

commit 5b77c6e9d08b5bf2bffef1d270aa23c5331d352e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 27 04:39:54 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 119b421..76e207c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ liblingua-en-numbers-ordinate-perl (1.02-4) UNRELEASED; urgency=low
     + Remove obsolete dh_installchangelogs parameter
     + Move dh_installdocs parameter to debian/docs
     + Remove obsolete variable usage
+    + Finally switch to a minimal dh-style debian/rules file
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 8440422..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,48 +1,4 @@
 #!/usr/bin/make -f
 
-binary: binary-indep
-
-binary-arch: 
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
-	dh_strip
-	dh_fixperms
-	dh_compress
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	dh_auto_install
-
-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
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	dh_auto_configure
-	touch configure-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_auto_clean
-	dh_clean
-
-.PHONY: binary binary-arch binary-indep install build configure clean
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblingua-en-numbers-ordinate-perl.git



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