[libconfig-model-dpkg-perl] 02/03: test user defined control fields

dod at debian.org dod at debian.org
Thu Jan 7 18:13:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 46c6ab38930cbe54fed17e9aabc7e7e4d3d2044a
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Jan 7 19:07:03 2016 +0100

    test user defined control fields
---
 t/model_tests.d/dpkg-control-examples/t0  | 3 +++
 t/model_tests.d/dpkg-control-test-conf.pl | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/t/model_tests.d/dpkg-control-examples/t0 b/t/model_tests.d/dpkg-control-examples/t0
index a1f5576..bd124b4 100644
--- a/t/model_tests.d/dpkg-control-examples/t0
+++ b/t/model_tests.d/dpkg-control-examples/t0
@@ -2,6 +2,8 @@ Source: libdist-zilla-plugins-cjm-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
+X-Comment: required by
+ Debian #810023
 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.360000) | perl (>= 5.8.8),
@@ -13,6 +15,7 @@ Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugins-CJM/
 
 Package: libdist-zilla-plugins-cjm-perl
 Architecture: all
+X-Comment: required by Debian #810023
 Depends: ${misc:Depends}, ${perl:Depends}, 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,
diff --git a/t/model_tests.d/dpkg-control-test-conf.pl b/t/model_tests.d/dpkg-control-test-conf.pl
index 54cfa84..e251e92 100644
--- a/t/model_tests.d/dpkg-control-test-conf.pl
+++ b/t/model_tests.d/dpkg-control-test-conf.pl
@@ -25,6 +25,9 @@ providing the following file:
             'source Build-Depends-Indep:5', "libpath-class-perl",
             'source Build-Depends-Indep:6', "libmodule-build-perl (>= 0.360000)", # fixed
             'source Build-Depends-Indep:7', "udev [linux-any] | makedev [linux-any]",
+            'source X-Comment' => qr/Debian #810023/,
+            'binary:libdist-zilla-plugins-cjm-perl X-Comment' => qr/Debian #810023/,
+
             'binary:libdist-zilla-plugins-cjm-perl Depends:0',
             '${misc:Depends}',
             'source Vcs-Browser' ,'https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugins-cjm-perl.git',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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