r56614 - in /trunk/libapache2-mod-perl2/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Apr 21 08:40:08 UTC 2010


Author: dmn
Date: Wed Apr 21 08:39:46 2010
New Revision: 56614

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56614
Log:
* Standards-Version: 3.8.4
  + support 'nockeck' in DEB_BUILD_OPTIONS as per Policy 3.8.1

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=56614&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Wed Apr 21 08:39:46 2010
@@ -8,6 +8,8 @@
   * add a patch fixinf spelling errors in POD and other documentation
   * add a patch fixinng POD errors
   * add a patch fixing bad manpage whatis name
+  * Standards-Version: 3.8.4
+    + support 'nockeck' in DEB_BUILD_OPTIONS as per Policy 3.8.1
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 01 Feb 2010 07:22:55 +0200
 

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/rules?rev=56614&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Wed Apr 21 08:39:46 2010
@@ -43,7 +43,10 @@
 		MP_APXS=/usr/bin/apxs2 \
 		MP_INCLUDE_DIR=/usr/include/apr-1.0
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	APACHE_TEST_EXTRA_ARGS="-httpd_conf /etc/apache2/apache2.conf" LANG=C $(MAKE) test
+endif
 
 	touch $@
 




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