[libconfig-model-dpkg-perl] 01/01: Update descriptions and summaries for Dpkg::Control::Source model.

gregor herrmann gregoa at debian.org
Sun Jun 14 16:10:40 UTC 2015


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

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

commit 78bfe23b867755fb9dd4eefb4ba9efe68882f0e1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 14 18:10:15 2015 +0200

    Update descriptions and summaries for Dpkg::Control::Source model.
---
 lib/Config/Model/models/Dpkg/Control/Source.pl | 30 +++++++++++++-------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index b46a106..8a99bfd 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -196,15 +196,15 @@ during clean
 
 '.'=item *
 
-to build binaries where arch is not "all".
+to build architecture-dependant binaries ("Architecture: any" or specific architectures).
 
 '.'=back
 
-On the other hand, the list of packages that must be installed to build binaries where arch is "all" should be listed in "Build-Depends-Indep" field.
+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>.
 
-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>.',
+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.',
         'duplicates' => 'warn',
-        'summary' => 'List of package required during clean or build of arch dependant packages',
+        'summary' => 'List of package required during clean or build of architecture-dependant packages',
         'type' => 'list'
       },
       'Build-Depends-Indep',
@@ -214,13 +214,13 @@ Technically, these packages must be installed for the following build targets: b
           'type' => 'leaf',
           'value_type' => 'uniline'
         },
-        'description' => 'List of packages that must be installed to build binaries with arch set to "all.
+        'description' => 'List of packages that must be installed to build architecture-independant binaries ("Architecure: all").
 
-Note that packages required during "clean" phase must be declared in "Build-Depends" field.
+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>.
 
-Technically, these packages must be installed for the following build targets: build-indep 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 or arch "all" package',
+        'summary' => 'List of package required during build of architecture-independant package',
         'type' => 'list'
       },
       'Build-Conflicts',
@@ -239,15 +239,15 @@ during clean
 
 '.'=item *
 
-to build binaries where arch is not "all".
+to build architecture-dependant binaries ("Architecture: any" or specific architectures).
 
 '.'=back
 
-On the other hand, the list of packages that must B<not> be installed to build binaries where arch is "all" should be listed in "Build-Conflicts-Indep" field.
+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>.
 
-Technically, these packages must be missing 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>.',
+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.',
         'duplicates' => 'warn',
-        'summary' => 'List of package not wanted during clean or build of arch dependant packages',
+        'summary' => 'List of package not wanted during clean or build of architecture-dependant packages',
         'type' => 'list'
       },
       'Build-Conflicts-Indep',
@@ -258,11 +258,11 @@ Technically, these packages must be missing for the following build targets: bui
         },
         'description' => 'List of packages that must be missing (i.e. B<not> installed) to build binaries with arch set to "all.
 
-Note that packages not wanted during "clean" phase must be declared in "Build-Conflicts" field.
+Technically, these packages must B<not> 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>.
 
-Technically, these packages must be missing for the following build targets: build-indep 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 not wanted during "clean" phase must be declared in "Build-Conflicts" field.',
         'duplicates' => 'warn',
-        'summary' => 'List of package not wnated during build or arch "all" package',
+        'summary' => 'List of package not wanted during build of architecture-independant packages',
         'type' => 'list'
       },
       'Standards-Version',

-- 
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