r11551 - in /trunk/libterm-readpassword-perl/debian: changelog rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Sun Dec 23 21:28:01 UTC 2007


Author: gwolf
Date: Sun Dec 23 21:28:00 2007
New Revision: 11551

URL: http://svn.debian.org/wsvn/?sc=1&rev=11551
Log:
No longer requires interactivity to build

Modified:
    trunk/libterm-readpassword-perl/debian/changelog
    trunk/libterm-readpassword-perl/debian/rules

Modified: trunk/libterm-readpassword-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libterm-readpassword-perl/debian/changelog?rev=11551&op=diff
==============================================================================
--- trunk/libterm-readpassword-perl/debian/changelog (original)
+++ trunk/libterm-readpassword-perl/debian/changelog Sun Dec 23 21:28:00 2007
@@ -1,20 +1,20 @@
 libterm-readpassword-perl (0.11-1) unstable; urgency=low
 
   [ Gregor Herrmann ]
-  
+
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
 
- 
+
   [ Rene Mayorga ]
 
   * New upstream release
   * Bump standard version to 3.7.3 (no changes requiered)
   * debian/compat set to 5
   * debian/control
-    + Add Build-Depends 
+    + Add Build-Depends
     + Move deheleper from B-D-I to Build-Dependss
     + Raise debhelper version to >= 5
     + Add ${misc:Depends} to Depends
@@ -28,7 +28,11 @@
     + update upstream copyright info
     + refresh upstream URL
 
- -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 17 Dec 2007 01:40:00 -0600
+  [ Gunnar Wolf ]
+  * No longer asks for a test password when building (i.e. runs non-
+    interactively)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Sun, 23 Dec 2007 15:32:49 -0600
 
 libterm-readpassword-perl (0.05-1) unstable; urgency=low
 

Modified: trunk/libterm-readpassword-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libterm-readpassword-perl/debian/rules?rev=11551&op=diff
==============================================================================
--- trunk/libterm-readpassword-perl/debian/rules (original)
+++ trunk/libterm-readpassword-perl/debian/rules Sun Dec 23 21:28:00 2007
@@ -17,7 +17,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	export AUTOMATED_TESTING=1 && $(MAKE) test
 	touch $@
 clean:
 	dh_testdir




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