r44323 - in /trunk/libembperl-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 19 19:20:58 UTC 2009


Author: gregoa
Date: Sat Sep 19 19:20:53 2009
New Revision: 44323

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44323
Log:
- add support for DEB_BUILD_OPTIONS nocheck

Modified:
    trunk/libembperl-perl/debian/changelog
    trunk/libembperl-perl/debian/rules

Modified: trunk/libembperl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libembperl-perl/debian/changelog?rev=44323&op=diff
==============================================================================
--- trunk/libembperl-perl/debian/changelog (original)
+++ trunk/libembperl-perl/debian/changelog Sat Sep 19 19:20:53 2009
@@ -30,8 +30,10 @@
   * Add patch cgi_pm.patch by Niko Tyni to avoid FTBFS if a newer CGI.pm is
     present at test time (closes: #521971).
   * Update debian/copyright.
-  * debian/rules: clean up a bit; call make with "-j1", the upstream build
-    system is not parallel-build safe.
+  * debian/rules:
+    - clean up a bit
+    - call make with "-j1", the upstream build system is not parallel-build safe
+    - add support for DEB_BUILD_OPTIONS nocheck
   * Change Section to "perl".
   * Remove dbinitembperlapache (created by test suite).
 

Modified: trunk/libembperl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libembperl-perl/debian/rules?rev=44323&op=diff
==============================================================================
--- trunk/libembperl-perl/debian/rules (original)
+++ trunk/libembperl-perl/debian/rules Sat Sep 19 19:20:53 2009
@@ -58,7 +58,9 @@
 build-stamp: $(POD2TEXT) config-stamp
 	dh_testdir
 	$(MAKE) -j1 OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	$(MAKE) -j1 TESTARGS="$(TESTARGS)" test
+endif
 	touch $@
 
 install: install-stamp




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