[libhtml-tagset-perl] 03/08: Switch to short-form debian/rules

Florian Schlichting fsfs at moszumanska.debian.org
Sun Nov 27 15:20:58 UTC 2016


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

fsfs pushed a commit to branch master
in repository libhtml-tagset-perl.

commit b63e9a73afcbb0a76e6ec050123430017fbb8e0f
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Nov 27 16:02:53 2016 +0100

    Switch to short-form debian/rules
---
 debian/control |  3 +--
 debian/rules   | 62 ++--------------------------------------------------------
 2 files changed, 3 insertions(+), 62 deletions(-)

diff --git a/debian/control b/debian/control
index c70f4f3..ff9badb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
            gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6),
-               quilt
+Build-Depends: debhelper (>= 6)
 Build-Depends-Indep: perl,
                      libtest-pod-perl
 Standards-Version: 3.7.3
diff --git a/debian/rules b/debian/rules
index adef58e..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,62 +1,4 @@
 #!/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.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-include /usr/share/quilt/quilt.make
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	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 install
+%:
+	dh $@

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



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