[libdublincore-record-perl] 13/17: debian/rules: Remove obsolete variables and targets
Axel Beckert
abe at deuxchevaux.org
Tue Dec 24 03:57:53 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libdublincore-record-perl.
commit a7598613e1b85ec822766d94e3a215cf61abf7a9
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Tue Dec 24 04:44:28 2013 +0100
debian/rules: Remove obsolete variables and targets
---
debian/changelog | 2 ++
debian/rules | 17 +----------------
2 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ce20b72..49f0538 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ libdublincore-record-perl (0.03-2) UNRELEASED; urgency=low
+ Replace "dh_clean -k" with "dh_prep"
+ Use dh_auto_{configure,build,test,install,clean}
+ Drop obsolete parameters from dh_{installchangelogs,clean}
+ + Remove obsolete variables and targets
+ * No more install README as it's generated from POD
-- gregor herrmann <gregoa at debian.org> Wed, 06 Aug 2008 18:23:27 -0300
diff --git a/debian/rules b/debian/rules
index ebbf092..f060ef1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,18 +10,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
-
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
@@ -58,7 +46,7 @@ binary-arch:
binary-indep: build install
dh_testdir
dh_testroot
- dh_installdocs README
+ dh_installdocs
dh_installexamples
dh_installchangelogs
dh_perl
@@ -69,8 +57,5 @@ binary-indep: build install
dh_md5sums
dh_builddeb
-source diff:
- @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdublincore-record-perl.git
More information about the Pkg-perl-cvs-commits
mailing list