[libcgi-formbuilder-source-yaml-perl] 10/11: Finally switch to a minimal dh-style debian/rules file

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 22:27:05 UTC 2013


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

abe pushed a commit to branch master
in repository libcgi-formbuilder-source-yaml-perl.

commit 1e28f9651c6e48437a90fa2b6ea58402681d1237
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 23:18:26 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 8439232..7d13ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libcgi-formbuilder-source-yaml-perl (1.0.8-3) UNRELEASED; urgency=low
     + Drop obsolete stamp-file parameters from dh_clean
     + Drop obsolete parameter from dh_installchangelogs
     + Remove obsolete variables, commented code and ancient targets
+    + Finally switch to a minimal dh-style debian/rules file
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 06 Dec 2008 18:35:39 +0100
 
diff --git a/debian/rules b/debian/rules
index d8dbe8e..657234c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,54 +1,7 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-build-stamp:
-	dh_testdir
-	dh_auto_configure
-	dh_auto_build
-	dh_auto_test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_auto_clean
-	dh_clean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_auto_install
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
-	dh_perl
-	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
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git



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