r39815 - in /trunk/dh-make-perl: debian/changelog dh-make-perl

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jul 13 10:39:36 UTC 2009


Author: gregoa
Date: Mon Jul 13 10:39:09 2009
New Revision: 39815

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39815
Log:
POD: add a notice that --notest was removed and the new way to skip tests
is to add nocheck to the DEB_BUILD_OPTIONS environment variable
(closes: #536733).

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=39815&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Jul 13 10:39:09 2009
@@ -1,3 +1,11 @@
+dh-make-perl (0.58) UNRELEASED; urgency=low
+
+  * POD: add a notice that --notest was removed and the new way to skip tests
+    is to add nocheck to the DEB_BUILD_OPTIONS environment variable
+    (closes: #536733).
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 13 Jul 2009 12:36:49 +0200
+
 dh-make-perl (0.57) unstable; urgency=low
 
   [ Nathan Handler ]

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=39815&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Mon Jul 13 10:39:09 2009
@@ -256,6 +256,13 @@
 Installs the freshly built package. Specifying --install implies --build - The
 package will not be installed unless it was built (obviously ;-) )
 
+=item B<--notest>
+
+This option for not running the automatic testing of the module as part of
+the build script has been removed in 0.54. Please put nocheck in the
+DEB_BUILD_OPTIONS environment variable if you want to skip the tests when
+building a package.
+
 =item B<--home-dir> I<DIRECTORY>
 
 Where user overrides and APT Contents cache is stored.




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