r20355 - in /trunk/liblog-handler-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri May 23 19:42:09 UTC 2008


Author: gregoa
Date: Fri May 23 19:42:09 2008
New Revision: 20355

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20355
Log:
debian/rules: enable an additional test by setting
LOG_HANDLER_SOCK_TEST=1.

Modified:
    trunk/liblog-handler-perl/debian/changelog
    trunk/liblog-handler-perl/debian/rules

Modified: trunk/liblog-handler-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/changelog?rev=20355&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/changelog (original)
+++ trunk/liblog-handler-perl/debian/changelog Fri May 23 19:42:09 2008
@@ -1,6 +1,8 @@
 liblog-handler-perl (0.43-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules: enable an additional test by setting
+    LOG_HANDLER_SOCK_TEST=1.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 23 May 2008 21:31:56 +0200
 

Modified: trunk/liblog-handler-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/rules?rev=20355&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/rules (original)
+++ trunk/liblog-handler-perl/debian/rules Fri May 23 19:42:09 2008
@@ -23,7 +23,7 @@
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
-	$(PERL) Build test
+	LOG_HANDLER_SOCK_TEST=1 $(PERL) Build test
 	touch $@
 
 clean:




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