[liblog-tracemessages-perl] 12/15: Finally switch to minimal dh-style debian/rules file
    Axel Beckert 
    abe at deuxchevaux.org
       
    Sun Dec 22 02:21:32 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository liblog-tracemessages-perl.
commit ce90db917317ce2d75d38accf623fbe01197dce7
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 22 02:13:30 2013 +0100
    Finally switch to 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 0c866a4..4f7601c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ liblog-tracemessages-perl (1.4-3) UNRELEASED; urgency=low
     + Drop obsolete setting of $PERL
     + Remove now redundant dh_installchangelog parameter
     + Move dh_installdocs parameter to debian/docs
+    + Finally switch to a minimal dh-style debian/rules file
 
  -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 16:39:45 +0100
 
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/liblog-tracemessages-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list