[SCM] Debian packaging of Git-Repository CPAN distribution branch, master, updated. debian/1.25-1-10-g1f7940a

Alessandro Ghedini al3xbio at gmail.com
Wed Aug 1 10:12:40 UTC 2012


The following commit has been merged in the master branch:
commit 3207fe1cdbc9b9e198ee79238a6b1ae439303037
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Aug 1 11:55:40 2012 +0200

    Add fix-ident-in-test.patch

diff --git a/debian/patches/fix-ident-in-test.patch b/debian/patches/fix-ident-in-test.patch
new file mode 100644
index 0000000..3bd9fd0
--- /dev/null
+++ b/debian/patches/fix-ident-in-test.patch
@@ -0,0 +1,20 @@
+Description: Set git author identity to avoid test failure
+Origin: vendor
+Forwarded: no
+Author: Alessandro Ghedini <ghedo at debian.org>
+Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2012-08-01
+
+--- a/t/23-quiet.t
++++ b/t/23-quiet.t
+@@ -8,6 +8,10 @@
+ 
+ # clean up the environment
+ delete @ENV{qw( GIT_DIR GIT_WORK_TREE )};
++$ENV{GIT_AUTHOR_NAME}     = 'Test Author';
++$ENV{GIT_AUTHOR_EMAIL}    = 'test.author at example.com';
++$ENV{GIT_COMMITTER_NAME}  = 'Test Committer';
++$ENV{GIT_COMMITTER_EMAIL} = 'test.committer at example.com';
+ 
+ # a place to put a git repository
+ my $r = test_repository;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..97233a2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-ident-in-test.patch

-- 
Debian packaging of Git-Repository CPAN distribution



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