[libtemplate-plugin-clickable-perl] 11/16: Finally switch to minimal dh-style debian/rules file

Axel Beckert abe at deuxchevaux.org
Wed Dec 11 01:03:49 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-clickable-perl.

commit 48e500aa3646fbb802cf0fd6b394df3cfc72dff2
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 01:54:52 2013 +0100

    Finally switch to 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 e145d44..15ad2ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ libtemplate-plugin-clickable-perl (0.06-3) UNRELEASED; urgency=low
       recognized automatically.
     + Remove no more needed /usr/lib/perl5 handling
     + Remove no more nededed variables
+    + Finally switch to minimal dh-style debian/rules file
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:13 +0200
 
diff --git a/debian/rules b/debian/rules
index e4c679f..657234c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,62 +1,7 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
 # 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: build
-	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_perl
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

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



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