[libdata-stag-perl] 06/13: Switch to short-form debian/rules

Florian Schlichting fsfs at alioth.debian.org
Tue Sep 17 19:49:06 UTC 2013


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

fsfs pushed a commit to branch master
in repository libdata-stag-perl.

commit a5c7562b4554397c92a293d7244fecffcdddaa70
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Sep 16 12:52:28 2013 +0200

    Switch to short-form debian/rules
---
 debian/rules |   26 +++-----------------------
 1 file changed, 3 insertions(+), 23 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7fb0b20..a1629fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,30 +3,10 @@
 PKG = $(shell dh_listpackages)
 TMP = $(CURDIR)/debian/$(PKG)
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install --until auto_install
+override_dh_auto_install:
+	dh_auto_install
 	prename 's/\.pl//' $(TMP)/usr/bin/*
 	prename 's/\.pl//' $(TMP)/usr/share/man/man1/*1p*
-	dh install --remaining
-
-	touch $@
-
-binary-indep: install
-	dh $@
-
-binary-arch:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

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



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