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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 9 19:20:39 UTC 2009


Author: gregoa
Date: Thu Apr  9 19:20:33 2009
New Revision: 32943

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32943
Log:
Disable additional tests in debian/rules, remove build dependency on
libipc-sharedcache-perl from 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=32943&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Thu Apr  9 19:20:33 2009
@@ -1,6 +1,8 @@
 libhtml-template-pro-perl (0.73-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Disable additional tests in debian/rules, remove build dependency on
+    libipc-sharedcache-perl from debian/control.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 09 Apr 2009 21:05:49 +0200
 

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/control?rev=32943&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Thu Apr  9 19:20:33 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.8.8-12),
-  libpcre3-dev, libtest-pod-perl, libipc-sharedcache-perl
+  libpcre3-dev, libtest-pod-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=32943&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Thu Apr  9 19:20:33 2009
@@ -2,8 +2,8 @@
 
 build: build-stamp
 build-stamp:
-	# TEST_DIE=1, TEST_QUERY=1, and TEST_VANGUARD=1 fail
-	TEST_SHARED_MEMORY=1 dh build
+	# TEST_DIE=1, TEST_QUERY=1, TEST_VANGUARD=1, TEST_SHARED_MEMORY=1 fail
+	dh build
 	iconv -f CP1251 -t UTF-8 README.ru > debian/README.ru
 	touch $@
 




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