[SCM] Debian packaging of libsane-perl branch, master, updated. 507d8e60e87cd96688d46cb343596888dc830b49

Salvatore Bonaccorso carnil at debian.org
Wed Feb 15 14:07:50 UTC 2012


The following commit has been merged in the master branch:
commit aea0922016f8977d3d3ee48e54d71a543171a647
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Feb 15 14:44:54 2012 +0100

    Simplify debian/rules to a three line tiny makefile

diff --git a/debian/rules b/debian/rules
index 0febc41..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	dh $@
-	$(RM) *.pnm
-
-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

-- 
Debian packaging of libsane-perl



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