r25912 - in /trunk/libschedule-at-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 10 13:04:15 UTC 2008


Author: gregoa
Date: Fri Oct 10 13:04:11 2008
New Revision: 25912

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25912
Log:
debian/rules: add new enviroment variables to get full and verbose tests.

Modified:
    trunk/libschedule-at-perl/debian/changelog
    trunk/libschedule-at-perl/debian/rules

Modified: trunk/libschedule-at-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/debian/changelog?rev=25912&op=diff
==============================================================================
--- trunk/libschedule-at-perl/debian/changelog (original)
+++ trunk/libschedule-at-perl/debian/changelog Fri Oct 10 13:04:11 2008
@@ -3,6 +3,7 @@
   * New upstream release.
   * debian/copyright: update years of upstream copyright.
   * Add /me to Uploaders.
+  * debian/rules: add new enviroment variables to get full and verbose tests.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 10 Oct 2008 14:57:58 +0200
 

Modified: trunk/libschedule-at-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/debian/rules?rev=25912&op=diff
==============================================================================
--- trunk/libschedule-at-perl/debian/rules (original)
+++ trunk/libschedule-at-perl/debian/rules Fri Oct 10 13:04:11 2008
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	AT_CAN_EXEC=1 AT_VERBOSE=1 dh build
 	touch $@
 
 clean:




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