[libdigest-crc-perl] 01/02: debian/rules: drop "--buildsystem=perl_makemaker".

gregor herrmann gregoa at debian.org
Sun Aug 23 17:00:47 UTC 2015


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

gregoa pushed a commit to branch master
in repository libdigest-crc-perl.

commit dca080171cc8e15ca9b722ce98f32fa30db9583b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 23 18:58:28 2015 +0200

    debian/rules: drop "--buildsystem=perl_makemaker".
    
    Build.PL is gone.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9744620..db7ad08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ ifeq (64,$(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS))
 endif
 
 %:
-	dh $@ --buildsystem=perl_makemaker
+	dh $@
 
 override_dh_auto_test:
-	WITH_CRC64=$(HAVE_64_BITS) dh_auto_test --buildsystem=perl_makemaker
+	WITH_CRC64=$(HAVE_64_BITS) dh_auto_test

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



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