[Reproducible-commits] [dpkg] 70/105: dpkg-source: Use context gettext functions for "<none>" string

Niko Tyni ntyni at moszumanska.debian.org
Mon May 2 13:49:54 UTC 2016


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

ntyni pushed a commit to branch ntyni/reproducible_builds
in repository dpkg.

commit a53b82ce38c2eca43e5fbbfbf82d9129fcdf7418
Author: Guillem Jover <guillem at debian.org>
Date:   Sat Apr 2 21:11:33 2016 +0200

    dpkg-source: Use context gettext functions for "<none>" string
---
 scripts/dpkg-source.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl
index 75b7726..c35d100 100755
--- a/scripts/dpkg-source.pl
+++ b/scripts/dpkg-source.pl
@@ -551,12 +551,12 @@ sub get_format_help {
     if ($help_build) {
         $help .= "\n";
         $help .= "Build format $build_format options:\n";
-        $help .= $help_build || g_('<none>');
+        $help .= $help_build || C_('source options', '<none>');
     }
     if ($help_extract) {
         $help .= "\n";
         $help .= "Extract format $build_format options:\n";
-        $help .= $help_extract || g_('<none>');
+        $help .= $help_extract || C_('source options', '<none>');
     }
 
     return $help;

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



More information about the Reproducible-commits mailing list