[SCM] Debian packaging of libfile-mimeinfo-perl branch, master, updated. df0e51b6c015c4d0eda1ebbe163fea6f3d0482ba

gregor herrmann gregoa at debian.org
Tue Aug 9 15:26:24 UTC 2011


The following commit has been merged in the master branch:
commit 1d76cf48388601fdda6a204b4862efb1503cd38e
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 9 17:05:07 2011 +0200

    Use tiny debian/rules.

diff --git a/debian/rules b/debian/rules
index d6698c2..0805790 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,27 +1,5 @@
 #!/usr/bin/make -f
 
-PERL	?= /usr/bin/perl
+%:
+	dh $@ --buildsystem=perl_build
 
-build: build-stamp
-build-stamp:
-	dh build --before configure
-	$(PERL) Build.PL installdirs=vendor config=optimize="$(CFLAGS)"
-	dh build --after configure
-	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 libfile-mimeinfo-perl



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