r26117 - in /trunk/libtest-simple-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 17 21:53:37 UTC 2008


Author: gregoa
Date: Fri Oct 17 21:53:34 2008
New Revision: 26117

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26117
Log:
debian/rules: enable additional tests by setting AUTHOR_TESTING.

Modified:
    trunk/libtest-simple-perl/debian/changelog
    trunk/libtest-simple-perl/debian/rules

Modified: trunk/libtest-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-simple-perl/debian/changelog?rev=26117&op=diff
==============================================================================
--- trunk/libtest-simple-perl/debian/changelog (original)
+++ trunk/libtest-simple-perl/debian/changelog Fri Oct 17 21:53:34 2008
@@ -4,6 +4,7 @@
   * Add /me to Uploaders.
   * debian/rules: use our "default" template instead of the extra-short
     version.
+  * debian/rules: enable additional tests by setting AUTHOR_TESTING.
   * debian/copyright: switch to new format, separate copyright inforamtion for
     specific files.
 

Modified: trunk/libtest-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-simple-perl/debian/rules?rev=26117&op=diff
==============================================================================
--- trunk/libtest-simple-perl/debian/rules (original)
+++ trunk/libtest-simple-perl/debian/rules Fri Oct 17 21:53:34 2008
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	AUTHOR_TESTING=1 dh build
 	touch $@
 
 clean:




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