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 16d4a8651e5ed97ecf258555b059d6120365787c
Author: Dominique Dumont <d...@debian.org>
Date:   Mon Jun 15 12:44:45 2015 +0200

    Dpkg::Control::Source: fix typo in embedded doc
---
 lib/Config/Model/models/Dpkg/Control/Source.pl | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl 
b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 8a99bfd..a522c5a 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -78,7 +78,7 @@ area/section if the package is in the contrib or non-free 
archive areas.
       },
       'XS-Testsuite',
       {
-        'description' => 'Enable a testsuite to be used with this package. For 
more details see 
L<README.package-tests.rst|https://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/plain/doc/README.package-tests.rst>',
+        'description' => 'Enable a test suite to be used with this package. 
For more details see 
L<README.package-tests.rst|https://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/plain/doc/README.package-tests.rst>',
         'status' => 'deprecated',
         'summary' => 'name of the non regression test suite',
         'type' => 'leaf',
@@ -102,7 +102,7 @@ $str ? \'autopkgtest-pkg-\'.$str : undef;
             'team' => '- Maintainer'
           }
         },
-        'description' => 'Enable a testsuite to be used with this package. For 
more details see 
L<README.package-tests.rst|https://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/plain/doc/README.package-tests.rst>',
+        'description' => 'Enable a test suite to be used with this package. 
For more details see 
L<README.package-tests.rst|https://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/plain/doc/README.package-tests.rst>',
         'migrate_from' => {
           'formula' => '$xs_testsuite',
           'variables' => {
@@ -196,15 +196,15 @@ during clean
 
 '.'=item *
 
-to build architecture-dependant binaries ("Architecture: any" or specific 
architectures).
+to build architecture-dependent binaries ("Architecture: any" or specific 
architectures).
 
 '.'=back
 
 Technically, these packages must be installed for the following build targets: 
clean, build-arch, and binary-arch. See L<build 
target|https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules> 
doc and L<details on this 
field|https://www.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps>.
 
-On the other hand, the list of packages that must be installed to build 
architecure-independant binaries ("Architecure: all") should be listed in 
"Build-Depends-Indep" field.',
+On the other hand, the list of packages that must be installed to build 
architecture-independent binaries ("Architecture: all") should be listed in 
"Build-Depends-Indep" field.',
         'duplicates' => 'warn',
-        'summary' => 'List of package required during clean or build of 
architecture-dependant packages',
+        'summary' => 'List of package required during clean or build of 
architecture-dependent packages',
         'type' => 'list'
       },
       'Build-Depends-Indep',
@@ -214,13 +214,13 @@ On the other hand, the list of packages that must be 
installed to build architec
           'type' => 'leaf',
           'value_type' => 'uniline'
         },
-        'description' => 'List of packages that must be installed to build 
architecture-independant binaries ("Architecure: all").
+        'description' => 'List of packages that must be installed to build 
architecture-independent binaries ("Architecture: all").
 
 Technically, these packages must be installed for the following build targets: 
build, build-indep, binary, and binary-indep. See L<build 
target|https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules> 
doc and L<details on this 
field|https://www.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps>.
 
 Note that packages required during "clean" phase must be declared in 
"Build-Depends" field.',
         'duplicates' => 'warn',
-        'summary' => 'List of package required during build of 
architecture-independant package',
+        'summary' => 'List of package required during build of 
architecture-independent package',
         'type' => 'list'
       },
       'Build-Conflicts',
@@ -239,15 +239,15 @@ during clean
 
 '.'=item *
 
-to build architecture-dependant binaries ("Architecture: any" or specific 
architectures).
+to build architecture-dependent binaries ("Architecture: any" or specific 
architectures).
 
 '.'=back
 
 Technically, these packages must B<not> be installed for the following build 
targets: clean, build-arch, and binary-arch. See L<build 
target|https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules> 
doc and L<details on this 
field|https://www.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps>.
 
-On the other hand, the list of packages that must B<not> be installed to build 
architecture-independant binaries ("Architecure: all") should be listed in 
"Build-Conflicts-Indep" field.',
+On the other hand, the list of packages that must B<not> be installed to build 
architecture-independent binaries ("Architecture: all") should be listed in 
"Build-Conflicts-Indep" field.',
         'duplicates' => 'warn',
-        'summary' => 'List of package not wanted during clean or build of 
architecture-dependant packages',
+        'summary' => 'List of package not wanted during clean or build of 
architecture-dependent packages',
         'type' => 'list'
       },
       'Build-Conflicts-Indep',
@@ -262,13 +262,13 @@ Technically, these packages must B<not> be installed for 
the following build tar
 
 Note that packages not wanted during "clean" phase must be declared in 
"Build-Conflicts" field.',
         'duplicates' => 'warn',
-        'summary' => 'List of package not wanted during build of 
architecture-independant packages',
+        'summary' => 'List of package not wanted during build of 
architecture-independent packages',
         'type' => 'list'
       },
       'Standards-Version',
       {
         'default' => '3.9.6',
-        'description' => 'This field indicates the debian policy version 
number this package complies to',
+        'description' => 'This field indicates the Debian policy version 
number this package complies to',
         'match' => '\\d+\\.\\d+\\.\\d+(\\.\\d+)?',
         'summary' => 'Debian policy version number this package complies to',
         'type' => 'leaf',

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to