r70220 - in /trunk/libdist-zilla-plugin-git-perl/debian: changelog	rules
    gregoa at users.alioth.debian.org 
    gregoa at users.alioth.debian.org
       
    Wed Mar  2 19:02:40 UTC 2011
    
    
  
Author: gregoa
Date: Wed Mar  2 19:02:09 2011
New Revision: 70220
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70220
Log:
debian/rules: set GIT_AUTHOR_* variables for test suite.
Modified:
    trunk/libdist-zilla-plugin-git-perl/debian/changelog
    trunk/libdist-zilla-plugin-git-perl/debian/rules
Modified: trunk/libdist-zilla-plugin-git-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-git-perl/debian/changelog?rev=70220&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-git-perl/debian/changelog (original)
+++ trunk/libdist-zilla-plugin-git-perl/debian/changelog Wed Mar  2 19:02:09 2011
@@ -7,6 +7,7 @@
 
   [ gregor herrmann ]
   * debian/control: fix libmodule-build-perl version.
+  * debian/rules: set GIT_AUTHOR_* variables for test suite.
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 20 Feb 2011 18:31:53 +0100
 
Modified: trunk/libdist-zilla-plugin-git-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-git-perl/debian/rules?rev=70220&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-git-perl/debian/rules (original)
+++ trunk/libdist-zilla-plugin-git-perl/debian/rules Wed Mar  2 19:02:09 2011
@@ -6,3 +6,8 @@
 override_dh_clean:
 	dh_clean
 	rm -rf tmp/
+
+override_dh_auto_test:
+	GIT_AUTHOR_EMAIL="pkg-perl-maintainers at lists.alioth.debian.org" \
+	GIT_AUTHOR_NAME="Debian Perl Group" \
+	dh_auto_test
    
    
More information about the Pkg-perl-cvs-commits
mailing list