[pkg-perl-tools] 02/06: Remove Makefile.PL hack, as we have an explicit "Testsuite: autopkgtest-pkg-perl".

gregor herrmann gregoa at debian.org
Wed Dec 27 05:08:42 UTC 2017


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

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 4d2835397a1b87b1b119a642deb04ed86e13b8c9
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 27 05:18:31 2017 +0100

    Remove Makefile.PL hack, as we have an explicit "Testsuite: autopkgtest-pkg-perl".
---
 Makefile.PL      | 6 ------
 debian/copyright | 4 ----
 debian/rules     | 5 +----
 3 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index d5cc85f..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is not an ExtUtils::MakeMaker-ish Makefile.PL.
-#
-# It's sole purpose is to fool autodep8's perl test suite detection
-# (https://anonscm.debian.org/cgit/collab-maint/autodep8.git/tree/support/perl/detect)
-# to make http://ci.debian.net/packages/p/pkg-perl-tools/ pass instead
-# of bailing out because of not being recognized as perl-ish stuff.
diff --git a/debian/copyright b/debian/copyright
index b2945af..347cad5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,10 +10,6 @@ Copyright: 2013-2014, Damyan Ivanov <dmn at debian.org>
            2016, Alex Muntada <alexm at alexm.org>
 License: Artistic or GPL-1+
 
-Files: Makefile.PL
-Copyright: 2015, Axel Beckert <abe at debian.org>
-License: WTFPL
-
 Files: autopkgtest/*
 Copyright: 2014, David Bremner <bremner at debian.org>
            2014, Niko Tyni <ntyni at debian.org>
diff --git a/debian/rules b/debian/rules
index 2a54beb..0a5cb65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,7 @@
 APT=$(CURDIR)/debian/pkg-perl-autopkgtest/usr/share/pkg-perl-autopkgtest
 
 %:
-	# The build system is hard-coded to make sure debhelper
-	# doesn't fall for the trick which is intended to fool
-	# autodep8. See the fake Makefile.PL for details.
-	dh $@ --buildsystem=makefile
+	dh $@
 
 override_dh_clean:
 	# preserver test data (*.orig)

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



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