[libimage-seek-perl] 03/08: debian/rules: switch to pure dh(1) style.
gregor herrmann
gregoa at debian.org
Sat Feb 22 19:29:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libimage-seek-perl.
commit 46a564b25b696aafff998502ee73d91f78634d73
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Feb 22 19:42:41 2014 +0100
debian/rules: switch to pure dh(1) style.
---
debian/rules | 21 +--------------------
1 file changed, 1 insertion(+), 20 deletions(-)
diff --git a/debian/rules b/debian/rules
index 3850db1..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
#!/usr/bin/make -f
-build: build-stamp
-build-stamp:
- dh build
- touch $@
-
-clean:
- 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/libimage-seek-perl.git
More information about the Pkg-perl-cvs-commits
mailing list