Bug#523560: dh-make-perl: (No) support for the DEB_BUILD_OPTIONS ‘nocheck’.
Charles Plessy
plessy at debian.org
Sat Apr 11 03:30:00 UTC 2009
Package: dh-make-perl
Version: 0.53
Severity: normal
Dear Perl team,
here is a trivial patch to enable test-skipping facilities as documented in
Policy §4.9.1.
Index: debian/rules
===================================================================
--- debian/rules (révision 33021)
+++ debian/rules (copie de travail)
@@ -15,7 +15,9 @@
dh_testdir
$(PERL) Build.PL installdirs=vendor
./Build
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
NO_NETWORK=1 ./Build test
+endif
touch build-stamp
clean:
Have a nice day,
-- Charles Plessy, Tsurumi, Kanagawa, Japan.
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dh-make-perl depends on:
ii debhelper 7.0.15 helper programs for debian/rules
ii dpkg-dev 1.14.25 Debian package development tools
ii fakeroot 1.11 Gives a fake root environment
ii libapt-pkg-perl 0.1.22+b1 Perl interface to libapt-pkg
ii libclass-accessor-perl 0.31-2 Automated accessor generator
ii libemail-date-format-perl 1.002-1 Module to generate RFC-2822-valid
ii libmodule-depends-perl 0.14-1 identify the dependencies of a dis
ii libtie-ixhash-perl 1.21-2 ordered associative arrays for Per
ii libwww-mechanize-perl 1.34-2 Automate interaction with websites
ii libyaml-perl 0.66-1 YAML Ain't Markup Language (tm)
ii make 3.81-5 The GNU version of the "make" util
ii perl 5.10.0-19 Larry Wall's Practical Extraction
ii perl-modules [libmodule-corel 5.10.0-19 Core Perl modules
Versions of packages dh-make-perl recommends:
pn apt-file <none> (no description available)
ii perl-modules [libmodule-build 5.10.0-19 Core Perl modules
dh-make-perl suggests no packages.
-- no debconf information
More information about the pkg-perl-maintainers
mailing list