[libconfig-file-perl] 04/06: Switch to a minimal dh v7 style debian/rules file

Axel Beckert abe at deuxchevaux.org
Sat May 30 13:48:38 UTC 2015


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

abe pushed a commit to branch master
in repository libconfig-file-perl.

commit c6bbe9b32711d38a0d6075aaa5733401396a9b12
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat May 30 15:36:19 2015 +0200

    Switch to a minimal dh v7 style debian/rules file
---
 debian/changelog |  1 +
 debian/rules     | 24 +++---------------------
 2 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de243ad..795b8d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ libconfig-file-perl (1.50-3) UNRELEASED; urgency=low
   * Declare compliance with Debian Policy 3.9.6 (no other changes needed).
   * Remove obsolete emacs "local variables:" from debian/changelog.
   * Add b-d on libmodule-build-perl for Perl 5.22 compatibility.
+  * Switch to a minimal dh v7 style debian/rules file.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:33:19 +0000
 
diff --git a/debian/rules b/debian/rules
index 5a17b2a..4654b71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build --before auto_configure
-	perl Makefile.PL INSTALLDIRS=vendor CREATE_PACKLIST=0
-	dh build --after auto_configure
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
+%:
 	dh $@
 
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_configure:
+	perl Makefile.PL INSTALLDIRS=vendor CREATE_PACKLIST=0

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



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