[debhelper-devel] [debhelper] 08/12: dh_gencontrol: Always add Eos-Appid control field for eos-app profiles

Niels Thykier nthykier at moszumanska.debian.org
Sun Jan 7 21:37:47 UTC 2018


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

nthykier pushed a commit to annotated tag Release_2.3.0
in repository debhelper.

commit 2a0075869710cff60917820909e0be427a2894b5
Author: Dan Nicholson <nicholson at endlessm.com>
Date:   Mon Jun 30 11:57:34 2014 -0700

    dh_gencontrol: Always add Eos-Appid control field for eos-app profiles
    
    If eos-app is included in DEB_BUILD_PROFILES, always include Eos-Appid
    in the binary control file. This covers the case where package doesn't
    specify Eos-Appid because it's implicitly using the main package name.
---
 debian/changelog          |  6 ++++++
 dh_gencontrol             |  7 +++++++
 man/po4a/po/de.po         | 29 ++++++++++++++++++-----------
 man/po4a/po/debhelper.pot | 29 ++++++++++++++++++-----------
 man/po4a/po/es.po         | 29 ++++++++++++++++++-----------
 man/po4a/po/fr.po         | 29 ++++++++++++++++++-----------
 6 files changed, 85 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e76e57..1ddfcf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (9.20130630co2endless6) eos; urgency=low
+
+  * dh_gencontrol: Always add Eos-Appid control field for eos-app profiles.
+
+ -- Dan Nicholson <nicholson at endlessm.com>  Mon, 30 Jun 2014 11:57:34 -0700
+
 debhelper (9.20130630co2endless5) eos; urgency=low
 
   * dh_install: Handle lack of trailing / in paths when the install file
diff --git a/dh_gencontrol b/dh_gencontrol
index 32b8563..bd77837 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -23,6 +23,9 @@ This program is merely a wrapper around L<dpkg-gencontrol(1)>, which calls
 it once for each package being acted on, and passes in some additional
 useful flags.
 
+When the environment variable B<DEB_BUILD_PROFILES> contains B<eos-app>,
+each package will have the Eos-Appid field added to the control file.
+
 =head1 OPTIONS
 
 =over 4
@@ -69,6 +72,10 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 	if (getpackages() > 1) {
 		push @command, "-p$package";
 	}
+	if (get_buildprofile("eos-app")) {
+		# Add the app id field.
+		push @command, "-DEos-Appid=" . package_eos_app_id($package);
+	}
 	doit(@command, "-l$changelog", "-T$substvars", 
 		"-P$tmp",@{$dh{U_PARAMS}});
 
diff --git a/man/po4a/po/de.po b/man/po4a/po/de.po
index 6f4b319..122b575 100644
--- a/man/po4a/po/de.po
+++ b/man/po4a/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: debhelper 9.20120909\n"
 "Report-Msgid-Bugs-To: debhelper at packages.debian.org\n"
-"POT-Creation-Date: 2014-06-30 07:18-0600\n"
+"POT-Creation-Date: 2014-06-30 12:25-0600\n"
 "PO-Revision-Date: 2012-10-22 22:00+0100\n"
 "Last-Translator: Chris Leick <c.leick at vollbio.de>\n"
 "Language-Team: German <debian-l10n-german at lists.debian.org>\n"
@@ -1604,7 +1604,7 @@ msgstr ""
 #: debhelper.pod:678 dh:970 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124
 #: dh_builddeb:124 dh_clean:142 dh_compress:208 dh_desktop:31 dh_fixperms:127
-#: dh_gconf:101 dh_gencontrol:82 dh_icons:71 dh_install:276
+#: dh_gconf:101 dh_gencontrol:89 dh_icons:71 dh_install:276
 #: dh_installcatalogs:122 dh_installchangelogs:239 dh_installcron:79
 #: dh_installdeb:140 dh_installdebconf:128 dh_installdirs:103
 #: dh_installdocs:333 dh_installemacsen:126 dh_installexamples:108
@@ -1646,7 +1646,7 @@ msgstr "Debhelper-Website"
 #: debhelper.pod:692 dh:976 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132
 #: dh_builddeb:130 dh_clean:148 dh_compress:214 dh_desktop:37 dh_fixperms:133
-#: dh_gconf:107 dh_gencontrol:88 dh_icons:77 dh_install:282
+#: dh_gconf:107 dh_gencontrol:95 dh_icons:77 dh_install:282
 #: dh_installcatalogs:128 dh_installchangelogs:245 dh_installcron:85
 #: dh_installdeb:146 dh_installdebconf:134 dh_installdirs:109
 #: dh_installdocs:339 dh_installemacsen:132 dh_installexamples:114
@@ -1664,7 +1664,7 @@ msgstr "AUTOR"
 #. type: textblock
 #: debhelper.pod:694 dh:978 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132
-#: dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:90
+#: dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:97
 #: dh_install:284 dh_installchangelogs:247 dh_installcron:87 dh_installdeb:148
 #: dh_installdebconf:136 dh_installdirs:111 dh_installdocs:341
 #: dh_installemacsen:134 dh_installexamples:116 dh_installifupdown:79
@@ -1764,7 +1764,7 @@ msgstr ""
 #. type: =head1
 #: dh:41 dh_auto_build:28 dh_auto_clean:30 dh_auto_configure:31
 #: dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:24
-#: dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26
+#: dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:29
 #: dh_icons:30 dh_install:59 dh_installcatalogs:49 dh_installchangelogs:59
 #: dh_installcron:40 dh_installdebconf:61 dh_installdirs:34 dh_installdocs:71
 #: dh_installemacsen:48 dh_installexamples:32 dh_installifupdown:39
@@ -2397,7 +2397,7 @@ msgstr ""
 #. type: textblock
 #: dh:972 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
 #: dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:144
-#: dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:84
+#: dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:91
 #: dh_install:278 dh_installcatalogs:124 dh_installchangelogs:241
 #: dh_installcron:81 dh_installdeb:142 dh_installdebconf:130
 #: dh_installdirs:105 dh_installdocs:335 dh_installemacsen:128
@@ -2416,7 +2416,7 @@ msgstr "L<debhelper(7)>"
 #: dh:974 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
 #: dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128
 #: dh_clean:146 dh_compress:212 dh_desktop:35 dh_fixperms:131 dh_gconf:105
-#: dh_gencontrol:86 dh_icons:75 dh_install:280 dh_installchangelogs:243
+#: dh_gencontrol:93 dh_icons:75 dh_install:280 dh_installchangelogs:243
 #: dh_installcron:83 dh_installdeb:144 dh_installdebconf:132
 #: dh_installdirs:107 dh_installdocs:337 dh_installemacsen:130
 #: dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81
@@ -2485,7 +2485,7 @@ msgstr ""
 
 #. type: =item
 #: dh_auto_build:35 dh_auto_clean:37 dh_auto_configure:38 dh_auto_install:56
-#: dh_auto_test:38 dh_builddeb:38 dh_gencontrol:30 dh_installdebconf:69
+#: dh_auto_test:38 dh_builddeb:38 dh_gencontrol:33 dh_installdebconf:69
 #: dh_installinit:105 dh_makeshlibs:91 dh_shlibdeps:37
 msgid "B<--> I<params>"
 msgstr "B<--> I<Parameter>"
@@ -3436,17 +3436,24 @@ msgstr ""
 "nützliche Schalter übergibt."
 
 #. type: textblock
-#: dh_gencontrol:32
+#: dh_gencontrol:26
+msgid ""
+"When the environment variable B<DEB_BUILD_PROFILES> contains B<eos-app>, "
+"each package will have the Eos-Appid field added to the control file."
+msgstr ""
+
+#. type: textblock
+#: dh_gencontrol:35
 msgid "Pass I<params> to L<dpkg-gencontrol(1)>."
 msgstr "übergibt I<Parameter> an L<dpkg-gencontrol(1)>"
 
 #. type: =item
-#: dh_gencontrol:34
+#: dh_gencontrol:37
 msgid "B<-u>I<params>, B<--dpkg-gencontrol-params=>I<params>"
 msgstr "B<-u>I<Parameter>, B<--dpkg-gencontrol-params=>I<Parameter>"
 
 #. type: textblock
-#: dh_gencontrol:36
+#: dh_gencontrol:39
 msgid ""
 "This is another way to pass I<params> to L<dpkg-gencontrol(1)>.  It is "
 "deprecated; use B<--> instead."
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index 7801508..efee403 100644
--- a/man/po4a/po/debhelper.pot
+++ b/man/po4a/po/debhelper.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2014-06-30 07:18-0600\n"
+"POT-Creation-Date: 2014-06-30 12:25-0600\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -1185,7 +1185,7 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:678 dh:970 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124 dh_builddeb:124 dh_clean:142 dh_compress:208 dh_desktop:31 dh_fixperms:127 dh_gconf:101 dh_gencontrol:82 dh_icons:71 dh_install:276 dh_installcatalogs:122 dh_installchangelogs:239 dh_installcron:79 dh_installdeb:140 dh_installdebconf:128 dh_installdirs:103 dh_installdocs:333 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo: [...]
+#: debhelper.pod:678 dh:970 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124 dh_builddeb:124 dh_clean:142 dh_compress:208 dh_desktop:31 dh_fixperms:127 dh_gconf:101 dh_gencontrol:89 dh_icons:71 dh_install:276 dh_installcatalogs:122 dh_installchangelogs:239 dh_installcron:79 dh_installdeb:140 dh_installdebconf:128 dh_installdirs:103 dh_installdocs:333 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo: [...]
 msgid "SEE ALSO"
 msgstr ""
 
@@ -1210,12 +1210,12 @@ msgid "Debhelper web site."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:692 dh:976 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132 dh_builddeb:130 dh_clean:148 dh_compress:214 dh_desktop:37 dh_fixperms:133 dh_gconf:107 dh_gencontrol:88 dh_icons:77 dh_install:282 dh_installcatalogs:128 dh_installchangelogs:245 dh_installcron:85 dh_installdeb:146 dh_installdebconf:134 dh_installdirs:109 dh_installdocs:339 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo: [...]
+#: debhelper.pod:692 dh:976 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132 dh_builddeb:130 dh_clean:148 dh_compress:214 dh_desktop:37 dh_fixperms:133 dh_gconf:107 dh_gencontrol:95 dh_icons:77 dh_install:282 dh_installcatalogs:128 dh_installchangelogs:245 dh_installcron:85 dh_installdeb:146 dh_installdebconf:134 dh_installdirs:109 dh_installdocs:339 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo: [...]
 msgid "AUTHOR"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:694 dh:978 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132 dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:90 dh_install:284 dh_installchangelogs:247 dh_installcron:87 dh_installdeb:148 dh_installdebconf:136 dh_installdirs:111 dh_installdocs:341 dh_installemacsen:134 dh_installexamples:116 dh_installifupdown:79 dh_installinfo:85 dh_installinit:330 dh_installlogrotate:60 dh_installman:271 dh_installmanp [...]
+#: debhelper.pod:694 dh:978 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132 dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:97 dh_install:284 dh_installchangelogs:247 dh_installcron:87 dh_installdeb:148 dh_installdebconf:136 dh_installdirs:111 dh_installdocs:341 dh_installemacsen:134 dh_installexamples:116 dh_installifupdown:79 dh_installinfo:85 dh_installinit:330 dh_installlogrotate:60 dh_installman:271 dh_installmanp [...]
 msgid "Joey Hess <joeyh at debian.org>"
 msgstr ""
 
@@ -1273,7 +1273,7 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: dh:41 dh_auto_build:28 dh_auto_clean:30 dh_auto_configure:31 dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:24 dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26 dh_icons:30 dh_install:59 dh_installcatalogs:49 dh_installchangelogs:59 dh_installcron:40 dh_installdebconf:61 dh_installdirs:34 dh_installdocs:71 dh_installemacsen:48 dh_installexamples:32 dh_installifupdown:39 dh_installinfo:31 dh_installinit:59 dh_installlogcheck:42 dh_installlogrotate:22 [...]
+#: dh:41 dh_auto_build:28 dh_auto_clean:30 dh_auto_configure:31 dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:24 dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:29 dh_icons:30 dh_install:59 dh_installcatalogs:49 dh_installchangelogs:59 dh_installcron:40 dh_installdebconf:61 dh_installdirs:34 dh_installdocs:71 dh_installemacsen:48 dh_installexamples:32 dh_installifupdown:39 dh_installinfo:31 dh_installinit:59 dh_installlogcheck:42 dh_installlogrotate:22 [...]
 msgid "OPTIONS"
 msgstr ""
 
@@ -1739,12 +1739,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:972 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:144 dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:84 dh_install:278 dh_installcatalogs:124 dh_installchangelogs:241 dh_installcron:81 dh_installdeb:142 dh_installdebconf:130 dh_installdirs:105 dh_installdocs:335 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:79 dh_installinit:324 dh_installlogcheck:82 dh_installlogrot [...]
+#: dh:972 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:144 dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:91 dh_install:278 dh_installcatalogs:124 dh_installchangelogs:241 dh_installcron:81 dh_installdeb:142 dh_installdebconf:130 dh_installdirs:105 dh_installdocs:335 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:79 dh_installinit:324 dh_installlogcheck:82 dh_installlogrot [...]
 msgid "L<debhelper(7)>"
 msgstr ""
 
 #. type: textblock
-#: dh:974 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128 dh_clean:146 dh_compress:212 dh_desktop:35 dh_fixperms:131 dh_gconf:105 dh_gencontrol:86 dh_icons:75 dh_install:280 dh_installchangelogs:243 dh_installcron:83 dh_installdeb:144 dh_installdebconf:132 dh_installdirs:107 dh_installdocs:337 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81 dh_installinit:326 dh_installlogrotate [...]
+#: dh:974 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128 dh_clean:146 dh_compress:212 dh_desktop:35 dh_fixperms:131 dh_gconf:105 dh_gencontrol:93 dh_icons:75 dh_install:280 dh_installchangelogs:243 dh_installcron:83 dh_installdeb:144 dh_installdebconf:132 dh_installdirs:107 dh_installdocs:337 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81 dh_installinit:326 dh_installlogrotate [...]
 msgid "This program is a part of debhelper."
 msgstr ""
 
@@ -1786,7 +1786,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: dh_auto_build:35 dh_auto_clean:37 dh_auto_configure:38 dh_auto_install:56 dh_auto_test:38 dh_builddeb:38 dh_gencontrol:30 dh_installdebconf:69 dh_installinit:105 dh_makeshlibs:91 dh_shlibdeps:37
+#: dh_auto_build:35 dh_auto_clean:37 dh_auto_configure:38 dh_auto_install:56 dh_auto_test:38 dh_builddeb:38 dh_gencontrol:33 dh_installdebconf:69 dh_installinit:105 dh_makeshlibs:91 dh_shlibdeps:37
 msgid "B<--> I<params>"
 msgstr ""
 
@@ -2516,17 +2516,24 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_gencontrol:32
+#: dh_gencontrol:26
+msgid ""
+"When the environment variable B<DEB_BUILD_PROFILES> contains B<eos-app>, "
+"each package will have the Eos-Appid field added to the control file."
+msgstr ""
+
+#. type: textblock
+#: dh_gencontrol:35
 msgid "Pass I<params> to L<dpkg-gencontrol(1)>."
 msgstr ""
 
 #. type: =item
-#: dh_gencontrol:34
+#: dh_gencontrol:37
 msgid "B<-u>I<params>, B<--dpkg-gencontrol-params=>I<params>"
 msgstr ""
 
 #. type: textblock
-#: dh_gencontrol:36
+#: dh_gencontrol:39
 msgid ""
 "This is another way to pass I<params> to L<dpkg-gencontrol(1)>.  It is "
 "deprecated; use B<--> instead."
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index b0b1a04..fde8fec 100644
--- a/man/po4a/po/es.po
+++ b/man/po4a/po/es.po
@@ -31,7 +31,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: debhelper 9.20120609\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-06-30 07:18-0600\n"
+"POT-Creation-Date: 2014-06-30 12:25-0600\n"
 "PO-Revision-Date: 2012-08-20 11:17+0200\n"
 "Last-Translator: Omar Campagne <ocampagne at gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish at lists.debian.org>\n"
@@ -1732,7 +1732,7 @@ msgstr ""
 #: debhelper.pod:678 dh:970 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124
 #: dh_builddeb:124 dh_clean:142 dh_compress:208 dh_desktop:31 dh_fixperms:127
-#: dh_gconf:101 dh_gencontrol:82 dh_icons:71 dh_install:276
+#: dh_gconf:101 dh_gencontrol:89 dh_icons:71 dh_install:276
 #: dh_installcatalogs:122 dh_installchangelogs:239 dh_installcron:79
 #: dh_installdeb:140 dh_installdebconf:128 dh_installdirs:103
 #: dh_installdocs:333 dh_installemacsen:126 dh_installexamples:108
@@ -1777,7 +1777,7 @@ msgstr "Sitio web de Debhelper."
 #: debhelper.pod:692 dh:976 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132
 #: dh_builddeb:130 dh_clean:148 dh_compress:214 dh_desktop:37 dh_fixperms:133
-#: dh_gconf:107 dh_gencontrol:88 dh_icons:77 dh_install:282
+#: dh_gconf:107 dh_gencontrol:95 dh_icons:77 dh_install:282
 #: dh_installcatalogs:128 dh_installchangelogs:245 dh_installcron:85
 #: dh_installdeb:146 dh_installdebconf:134 dh_installdirs:109
 #: dh_installdocs:339 dh_installemacsen:132 dh_installexamples:114
@@ -1796,7 +1796,7 @@ msgstr "AUTOR"
 #. type: textblock
 #: debhelper.pod:694 dh:978 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132
-#: dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:90
+#: dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:97
 #: dh_install:284 dh_installchangelogs:247 dh_installcron:87 dh_installdeb:148
 #: dh_installdebconf:136 dh_installdirs:111 dh_installdocs:341
 #: dh_installemacsen:134 dh_installexamples:116 dh_installifupdown:79
@@ -1897,7 +1897,7 @@ msgstr ""
 #. type: =head1
 #: dh:41 dh_auto_build:28 dh_auto_clean:30 dh_auto_configure:31
 #: dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:24
-#: dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26
+#: dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:29
 #: dh_icons:30 dh_install:59 dh_installcatalogs:49 dh_installchangelogs:59
 #: dh_installcron:40 dh_installdebconf:61 dh_installdirs:34 dh_installdocs:71
 #: dh_installemacsen:48 dh_installexamples:32 dh_installifupdown:39
@@ -2535,7 +2535,7 @@ msgstr ""
 #. type: textblock
 #: dh:972 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
 #: dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:144
-#: dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:84
+#: dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:91
 #: dh_install:278 dh_installcatalogs:124 dh_installchangelogs:241
 #: dh_installcron:81 dh_installdeb:142 dh_installdebconf:130
 #: dh_installdirs:105 dh_installdocs:335 dh_installemacsen:128
@@ -2555,7 +2555,7 @@ msgstr "L<debhelper(7)>"
 #: dh:974 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
 #: dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128
 #: dh_clean:146 dh_compress:212 dh_desktop:35 dh_fixperms:131 dh_gconf:105
-#: dh_gencontrol:86 dh_icons:75 dh_install:280 dh_installchangelogs:243
+#: dh_gencontrol:93 dh_icons:75 dh_install:280 dh_installchangelogs:243
 #: dh_installcron:83 dh_installdeb:144 dh_installdebconf:132
 #: dh_installdirs:107 dh_installdocs:337 dh_installemacsen:130
 #: dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81
@@ -2626,7 +2626,7 @@ msgstr ""
 # type: =item
 #. type: =item
 #: dh_auto_build:35 dh_auto_clean:37 dh_auto_configure:38 dh_auto_install:56
-#: dh_auto_test:38 dh_builddeb:38 dh_gencontrol:30 dh_installdebconf:69
+#: dh_auto_test:38 dh_builddeb:38 dh_gencontrol:33 dh_installdebconf:69
 #: dh_installinit:105 dh_makeshlibs:91 dh_shlibdeps:37
 msgid "B<--> I<params>"
 msgstr "B<--> I<parámetros>"
@@ -3637,20 +3637,27 @@ msgstr ""
 "invoca una vez por cada paquete sobre el que actúa, introduciendo algunas "
 "opciones adicionales útiles."
 
+#. type: textblock
+#: dh_gencontrol:26
+msgid ""
+"When the environment variable B<DEB_BUILD_PROFILES> contains B<eos-app>, "
+"each package will have the Eos-Appid field added to the control file."
+msgstr ""
+
 # type: textblock
 #. type: textblock
-#: dh_gencontrol:32
+#: dh_gencontrol:35
 msgid "Pass I<params> to L<dpkg-gencontrol(1)>."
 msgstr "Introduce los I<parámetros> a L<dpkg-gencontrol(1)>."
 
 # type: =item
 #. type: =item
-#: dh_gencontrol:34
+#: dh_gencontrol:37
 msgid "B<-u>I<params>, B<--dpkg-gencontrol-params=>I<params>"
 msgstr "B<-u>I<parámetros>, B<--dpkg-gencontrol-params=>I<parámetros>"
 
 #. type: textblock
-#: dh_gencontrol:36
+#: dh_gencontrol:39
 msgid ""
 "This is another way to pass I<params> to L<dpkg-gencontrol(1)>.  It is "
 "deprecated; use B<--> instead."
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index 7a1d864..74c4e10 100644
--- a/man/po4a/po/fr.po
+++ b/man/po4a/po/fr.po
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2014-06-30 07:18-0600\n"
+"POT-Creation-Date: 2014-06-30 12:25-0600\n"
 "PO-Revision-Date: 2012-11-03 11:13-0400\n"
 "Last-Translator: Valery Perrin <valery.perrin.debian at free.fr>\n"
 "Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -1732,7 +1732,7 @@ msgstr ""
 #: debhelper.pod:678 dh:970 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124
 #: dh_builddeb:124 dh_clean:142 dh_compress:208 dh_desktop:31 dh_fixperms:127
-#: dh_gconf:101 dh_gencontrol:82 dh_icons:71 dh_install:276
+#: dh_gconf:101 dh_gencontrol:89 dh_icons:71 dh_install:276
 #: dh_installcatalogs:122 dh_installchangelogs:239 dh_installcron:79
 #: dh_installdeb:140 dh_installdebconf:128 dh_installdirs:103
 #: dh_installdocs:333 dh_installemacsen:126 dh_installexamples:108
@@ -1778,7 +1778,7 @@ msgstr "Le site internet de debhelper."
 #: debhelper.pod:692 dh:976 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132
 #: dh_builddeb:130 dh_clean:148 dh_compress:214 dh_desktop:37 dh_fixperms:133
-#: dh_gconf:107 dh_gencontrol:88 dh_icons:77 dh_install:282
+#: dh_gconf:107 dh_gencontrol:95 dh_icons:77 dh_install:282
 #: dh_installcatalogs:128 dh_installchangelogs:245 dh_installcron:85
 #: dh_installdeb:146 dh_installdebconf:134 dh_installdirs:109
 #: dh_installdocs:339 dh_installemacsen:132 dh_installexamples:114
@@ -1797,7 +1797,7 @@ msgstr "AUTEUR"
 #. type: textblock
 #: debhelper.pod:694 dh:978 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132
-#: dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:90
+#: dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:97
 #: dh_install:284 dh_installchangelogs:247 dh_installcron:87 dh_installdeb:148
 #: dh_installdebconf:136 dh_installdirs:111 dh_installdocs:341
 #: dh_installemacsen:134 dh_installexamples:116 dh_installifupdown:79
@@ -1903,7 +1903,7 @@ msgstr ""
 #. type: =head1
 #: dh:41 dh_auto_build:28 dh_auto_clean:30 dh_auto_configure:31
 #: dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:24
-#: dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26
+#: dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:29
 #: dh_icons:30 dh_install:59 dh_installcatalogs:49 dh_installchangelogs:59
 #: dh_installcron:40 dh_installdebconf:61 dh_installdirs:34 dh_installdocs:71
 #: dh_installemacsen:48 dh_installexamples:32 dh_installifupdown:39
@@ -2584,7 +2584,7 @@ msgstr ""
 #. type: textblock
 #: dh:972 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
 #: dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:144
-#: dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:84
+#: dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:91
 #: dh_install:278 dh_installcatalogs:124 dh_installchangelogs:241
 #: dh_installcron:81 dh_installdeb:142 dh_installdebconf:130
 #: dh_installdirs:105 dh_installdocs:335 dh_installemacsen:128
@@ -2604,7 +2604,7 @@ msgstr "L<debhelper(7)>"
 #: dh:974 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
 #: dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128
 #: dh_clean:146 dh_compress:212 dh_desktop:35 dh_fixperms:131 dh_gconf:105
-#: dh_gencontrol:86 dh_icons:75 dh_install:280 dh_installchangelogs:243
+#: dh_gencontrol:93 dh_icons:75 dh_install:280 dh_installchangelogs:243
 #: dh_installcron:83 dh_installdeb:144 dh_installdebconf:132
 #: dh_installdirs:107 dh_installdocs:337 dh_installemacsen:130
 #: dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81
@@ -2680,7 +2680,7 @@ msgstr ""
 # type: =item
 #. type: =item
 #: dh_auto_build:35 dh_auto_clean:37 dh_auto_configure:38 dh_auto_install:56
-#: dh_auto_test:38 dh_builddeb:38 dh_gencontrol:30 dh_installdebconf:69
+#: dh_auto_test:38 dh_builddeb:38 dh_gencontrol:33 dh_installdebconf:69
 #: dh_installinit:105 dh_makeshlibs:91 dh_shlibdeps:37
 msgid "B<--> I<params>"
 msgstr "B<--> I<paramètres>"
@@ -3739,20 +3739,27 @@ msgstr ""
 "dh_gencontrol l'invoque pour chacun des paquets construits, et lui transmet "
 "quelques options utiles."
 
+#. type: textblock
+#: dh_gencontrol:26
+msgid ""
+"When the environment variable B<DEB_BUILD_PROFILES> contains B<eos-app>, "
+"each package will have the Eos-Appid field added to the control file."
+msgstr ""
+
 # type: textblock
 #. type: textblock
-#: dh_gencontrol:32
+#: dh_gencontrol:35
 msgid "Pass I<params> to L<dpkg-gencontrol(1)>."
 msgstr "Fournit I<paramètres> à L<dpkg-gencontrol(1)>."
 
 # type: =item
 #. type: =item
-#: dh_gencontrol:34
+#: dh_gencontrol:37
 msgid "B<-u>I<params>, B<--dpkg-gencontrol-params=>I<params>"
 msgstr "B<-u>I<paramètres>, B<--dpkg-gencontrol-params=>I<paramètres>"
 
 #. type: textblock
-#: dh_gencontrol:36
+#: dh_gencontrol:39
 msgid ""
 "This is another way to pass I<params> to L<dpkg-gencontrol(1)>.  It is "
 "deprecated; use B<--> instead."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list