[libunicode-maputf8-perl] 10/12: Finally switch to minimal dh-style debian/rules file
Axel Beckert
abe at deuxchevaux.org
Sat Dec 14 00:00:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libunicode-maputf8-perl.
commit ecf594f02aa83069136585fb03c5017dd1c39c84
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Dec 14 00:56:32 2013 +0100
Finally switch to minimal dh-style debian/rules file
---
debian/changelog | 1 +
debian/rules | 59 +++-----------------------------------------------------
2 files changed, 4 insertions(+), 56 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d4f14bc..97a5d5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libunicode-maputf8-perl (1.11-3) UNRELEASED; urgency=low
obsolete debian/libunicode-maputf8-perl.install
- Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
+ Drop obsolete manual removing of stamp files, now done by dh_clean
+ + Finally switch to minimal dh-style debian/rules file
-- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 22:33:04 +0200
diff --git a/debian/rules b/debian/rules
index 522209c..5296dcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,60 +1,7 @@
#!/usr/bin/make -f
-## ----------------------------------------------------------------------
-## debian/rules : package script for libunicode-maputf8-perl
-## ----------------------------------------------------------------------
-## ----------------------------------------------------------------------
-## uncomment this to turn on verbose mode
+# uncomment this to turn on verbose mode
#export DH_VERBOSE=1
-## ----------------------------------------------------------------------
-TMP_DIR = debian/tmp
-
-## ----------------------------------------------------------------------
-## targets
-
-clean:
- dh_testdir
- dh_testroot
- dh_auto_clean
- dh_clean
-
-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 build-stamp
-
-install: install-stamp
-install-stamp: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
- dh_auto_install
- touch install-stamp
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs
- dh_installchangelogs
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_perl
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary-arch:
-
-binary: binary-indep binary-arch
-
-.PHONY: clean build install binary-indep binary-arch binary
-
-## ----------------------------------------------------------------------
+%:
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libunicode-maputf8-perl.git
More information about the Pkg-perl-cvs-commits
mailing list