[liblingua-ispell-perl] 15/16: Finally switch to a minimal dh-style debian/rules file

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 02:39:30 UTC 2014


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

abe pushed a commit to branch master
in repository liblingua-ispell-perl.

commit 1c427c03318fd67c96f91fdb4586b566400dffc1
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 03:36:17 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 5b29c6b..4ed52f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,7 @@ liblingua-ispell-perl (0.07-6) UNRELEASED; urgency=low
     + Remove obsolete dh_{clean,installchangelogs} parameters
     + Move dh_installexamples parameter to debian/examples
     + 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:58 +0200
 
diff --git a/debian/rules b/debian/rules
index 68188e0..657234c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,52 +1,7 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-build-stamp:
-	dh_testdir
-	dh_auto_configure
-	dh_auto_build
-	dh_auto_test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_auto_clean
-	dh_clean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_auto_install
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples
-	dh_installdocs
-	dh_installchangelogs
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

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



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