[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.036-17-gdc3acc3
Dominique Dumont
dod at debian.org
Mon May 20 14:21:17 UTC 2013
The following commit has been merged in the master branch:
commit 736f8e3fb7c5269dcc19a7b5a210be1ca51a50f4
Author: Dominique Dumont <dod at debian.org>
Date: Mon May 20 16:12:31 2013 +0200
added dummy dep to test #707565
diff --git a/t/model_tests.d/debian-dpkg-control-examples/t0 b/t/model_tests.d/debian-dpkg-control-examples/t0
index 021e448..33d3d82 100644
--- a/t/model_tests.d/debian-dpkg-control-examples/t0
+++ b/t/model_tests.d/debian-dpkg-control-examples/t0
@@ -4,7 +4,8 @@ Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libcpan-meta-perl (>= 2.101550), libdist-zilla-perl (>= 3),
libfile-homedir-perl (>= 0.81), libmoose-autobox-perl (>= 0.09),
- libmoose-perl (>= 0.65), libpath-class-perl, libmodule-build-perl (>= 0.36) | perl (>= 5.8.8)
+ libmoose-perl (>= 0.65), libpath-class-perl, libmodule-build-perl (>= 0.36) | perl (>= 5.8.8),
+ udev [linux-any] | makedev [linux-any]
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Dominique Dumont <dominique.dumont at hp.com>
Standards-Version: 3.9.1
diff --git a/t/model_tests.d/debian-dpkg-control-test-conf.pl b/t/model_tests.d/debian-dpkg-control-test-conf.pl
index 5a4668f..1aff5d2 100644
--- a/t/model_tests.d/debian-dpkg-control-test-conf.pl
+++ b/t/model_tests.d/debian-dpkg-control-test-conf.pl
@@ -24,6 +24,7 @@ providing the following file:
'source Build-Depends-Indep:1', "libdist-zilla-perl", # fixed
'source Build-Depends-Indep:5', "libpath-class-perl",
'source Build-Depends-Indep:6', "perl (>= 5.11.3) | libmodule-build-perl (>= 0.36)", # fixed
+ 'source Build-Depends-Indep:7', "udev [linux-any] | makedev [linux-any]",
'binary:libdist-zilla-plugins-cjm-perl Depends:0',
'${misc:Depends}',
'source Vcs-Browser' ,'http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-zilla-plugins-cjm-perl.git',
--
Debian native package for Config::Model::Dpkg
More information about the Pkg-perl-cvs-commits
mailing list