[libtemplate-plugin-calendar-simple-perl] 15/16: Finally switch to a minimal dh-style debian/rules file

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 22:41:09 UTC 2013


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

abe pushed a commit to branch master
in repository libtemplate-plugin-calendar-simple-perl.

commit 0d6b0a98e9aaae3bd2c4b8eb87079a65f774c03e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 15 20:55:08 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 59e2802..2659d5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,7 @@ libtemplate-plugin-calendar-simple-perl (0.02-4) UNRELEASED; urgency=low
     + Remove no more needed variable usage
     + Remove obsolete dh_installchangelogs parameter
     + Move dh_installdocs parameter to debian/docs
+    + Finally switch to a minimal dh-style debian/rules file.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:08 +0200
 
diff --git a/debian/rules b/debian/rules
index 989740f..657234c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,60 +3,5 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-
-	dh_auto_configure
-
-	touch configure-stamp
-
-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
-
-clean:
-	dh_testdir
-	dh_testroot 
-
-	dh_auto_clean
-
-	dh_clean
-
-install:
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-
-	dh_auto_install
-
-# Build architecture-independent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
-
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl.git



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