r28462 - in /trunk/libhtml-template-pro-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 21 22:35:34 UTC 2008


Author: gregoa
Date: Sun Dec 21 22:35:31 2008
New Revision: 28462

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28462
Log:
Activate an additional test during build by setting TEST_SHARED_MEMORY in
debian/rules and adding libipc-sharedcache-perl to Build-Depends in
debian/control.

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/control
    trunk/libhtml-template-pro-perl/debian/rules

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=28462&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Sun Dec 21 22:35:31 2008
@@ -7,6 +7,9 @@
     debian/rules' clean target.
   * debian/copyright: add copyright and license information about third-party
     code.
+  * Activate an additional test during build by setting TEST_SHARED_MEMORY in
+    debian/rules and adding libipc-sharedcache-perl to Build-Depends in
+    debian/control.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:38 +0100
 

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/control?rev=28462&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Sun Dec 21 22:35:31 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.8.8-12),
-  libpcre3-dev, libtest-pod-perl, konwert
+  libpcre3-dev, libtest-pod-perl, konwert, libipc-sharedcache-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>,
  Damyan Ivanov <dmn at debian.org>,

Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/rules?rev=28462&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Sun Dec 21 22:35:31 2008
@@ -2,7 +2,8 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	# TEST_DIE=1, TEST_QUERY=1, and TEST_VANGUARD=1 fail
+	TEST_SHARED_MEMORY=1 dh build
 	konwert cp1251-utf8 README.ru > debian/README.ru
 	touch $@
 




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