[libhtml-strip-perl] 03/09: Shrink debian/rules to three lines.
gregor herrmann
gregoa at debian.org
Sat Feb 22 21:03:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libhtml-strip-perl.
commit cb63d1c99befee31b5134a4fa853e073d4435986
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Feb 22 21:58:48 2014 +0100
Shrink debian/rules to three lines.
---
debian/rules | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
diff --git a/debian/rules b/debian/rules
index 56dc9fa..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,4 @@
#!/usr/bin/make -f
-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
- touch $@
-
-binary-arch: install
+%:
dh $@
-
-binary-indep:
-
-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/libhtml-strip-perl.git
More information about the Pkg-perl-cvs-commits
mailing list