[libfile-mimeinfo-perl] 03/04: drop --buildsystem argument from dh, upstream removed Build.PL

Damyan Ivanov dmn at alioth.debian.org
Wed Oct 16 20:14:45 UTC 2013


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libfile-mimeinfo-perl.

commit d31847ce787748af7f5c1c0c6a44f86afe474069
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Oct 16 20:13:12 2013 +0000

    drop --buildsystem argument from dh, upstream removed Build.PL
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 37f976f..a54f1b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libfile-mimeinfo-perl (0.20-1) unstable; urgency=low
     Thanks to Pascal De Vuyst. Closes: #726100
   * Imported Upstream version 0.20
     + fixes typos in documentation
+  * drop --build-system argument from dh, upstream removed Build.PL
 
  -- Damyan Ivanov <dmn at debian.org>  Wed, 16 Oct 2013 23:10:40 +0300
 
diff --git a/debian/rules b/debian/rules
index 0805790..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=perl_build
+	dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-mimeinfo-perl.git



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