[SCM] Debian packaging of libmodule-inspector-perl branch, master, updated. 1da6690e66bdfc8672dd9bae382614e24205c335
gregor herrmann
gregoa at debian.org
Mon Jun 3 16:11:02 UTC 2013
The following commit has been merged in the master branch:
commit 38b674cd13cac436f9ffde4a1eee88cd925b82a1
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jun 3 18:04:04 2013 +0200
Switch to minimal debian/rules 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-inspector-perl
More information about the Pkg-perl-cvs-commits
mailing list