[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.74-1-10-g0eec0e6
Damyan Ivanov
dmn at debian.org
Sun Sep 25 14:06:35 UTC 2011
The following commit has been merged in the master branch:
commit c026fda1ca517d9a3e089df9bd96bbb2bc7e7171
Author: Damyan Ivanov <dmn at debian.org>
Date: Sun Sep 25 16:59:21 2011 +0300
use '--vcs none' in tests to avoid setting up Git repositories
diff --git a/debian/changelog b/debian/changelog
index 5738235..a8a83f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ dh-make-perl (0.74-2) UNRELEASED; urgency=low
* when setting up Git repository, add remote only in --pkg-perl mode
* fail gracefuly if pristine-tar is not available
* add libfile-which-perl to (build-)dependencies
+ * use '--vcs none' in tests
-- Damyan Ivanov <dmn at debian.org> Sun, 25 Sep 2011 16:23:22 +0300
diff --git a/t/cache.t b/t/cache.t
index cca22b2..9ab3bcb 100755
--- a/t/cache.t
+++ b/t/cache.t
@@ -29,6 +29,7 @@ sub dist_ok($) {
"--apt-contents-dir", "$Bin/contents",
"--data-dir", "$Bin/../share",
$ENV{NO_NETWORK} ? '--no-network' : (),
+ "--vcs", "none",
"--sources-list",
"$Bin/contents/sources.list", "--email", "joemaint\@test.local",
$dist );
diff --git a/t/dists.t b/t/dists.t
index 30629cc..988051a 100755
--- a/t/dists.t
+++ b/t/dists.t
@@ -92,6 +92,7 @@ sub dist_ok($) {
"--apt-contents-dir", "$Bin/contents",
"--data-dir", "$Bin/../share",
$ENV{NO_NETWORK} ? '--no-network' : (),
+ "--vcs", "none",
"--sources-list",
"$Bin/contents/sources.list", "--email", "joemaint\@test.local",
$dist );
@@ -105,6 +106,7 @@ sub dist_ok($) {
"--apt-contents-dir", "$Bin/contents",
"--data-dir", "$Bin/../share",
$ENV{NO_NETWORK} ? '--no-network' : (),
+ "--vcs", "none",
"--sources-list",
"$Bin/contents/sources.list", "--email", "joemaint\@test.local",
"refresh",
@@ -121,6 +123,7 @@ sub dist_ok($) {
"--apt-contents-dir", "$Bin/contents",
"--data-dir", "$Bin/../share",
$ENV{NO_NETWORK} ? '--no-network' : (),
+ "--vcs", "none",
"--sources-list",
"$Bin/contents/sources.list", "--email", "joemaint\@test.local",
"refresh", '--source-format', '3.0 (quilt)',
@@ -145,6 +148,7 @@ sub dist_ok($) {
"--apt-contents-dir", "$Bin/contents",
"--data-dir", "$Bin/../share",
$ENV{NO_NETWORK} ? '--no-network' : (),
+ "--vcs", "none",
"--sources-list",
"$Bin/contents/sources.list",
"refresh",
--
Debian packaging of dh-make-perl
More information about the Pkg-perl-cvs-commits
mailing list