[SCM] Debian packaging of libmodule-math-depends-perl branch, master, updated. 147a78e766bfb7e2fe263d174aaea3cff241e8e5

gregor herrmann gregoa at debian.org
Mon Jun 3 19:07:24 UTC 2013


The following commit has been merged in the master branch:
commit 65b706dbbea641f1e314c6cfd4fde87464d044a0
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 3 21:00:19 2013 +0200

    Minimize 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-math-depends-perl



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