[SCM] Debian packaging of libmodule-manifest-perl branch, master, updated. 835c0384cafc2febcf59d2b2d5c7665c033d90a9
gregor herrmann
gregoa at debian.org
Mon Jun 3 18:57:40 UTC 2013
The following commit has been merged in the master branch:
commit 51845decc0e324a42963c5f6d0ce2dc99f7e4774
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jun 3 20:51:25 2013 +0200
debian/rules: minimize with dh(1).
diff --git a/debian/rules b/debian/rules
index 0d045f4..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:
-
-binary-indep: install
- dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
--
Debian packaging of libmodule-manifest-perl
More information about the Pkg-perl-cvs-commits
mailing list