The following commit has been merged in the wheezy branch:
commit b78050cc4421f136d6d1153a646c68c42a623d1e
Author: Niels Thykier <[email protected]>
Date:   Fri Apr 5 16:22:46 2013 +0200

    checks/po-debconf: Set INTLTOOL_EXTRACT unconditionally
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/checks/po-debconf b/checks/po-debconf
index 89c0633..fb69545 100644
--- a/checks/po-debconf
+++ b/checks/po-debconf
@@ -120,7 +120,7 @@ if (! -f "$debfiles/po/templates.pot" and ! -l 
"$debfiles/po/templates.pot") {
 
 if (-x '/usr/bin/msgcmp' && -x '/usr/share/intltool-debian/intltool-update' ) {
     if ($missing_files == 0) {
-        $ENV{'INTLTOOL_EXTRACT'} ||= 
'/usr/share/intltool-debian/intltool-extract';
+        $ENV{'INTLTOOL_EXTRACT'} = 
'/usr/share/intltool-debian/intltool-extract';
         system_env("cd \Q$debfiles/po\E && 
/usr/share/intltool-debian/intltool-update --gettext-package=test --pot");
         system_env("/usr/bin/msgcmp --use-untranslated 
\Q$debfiles/po/test.pot\E \Q$debfiles/po/templates.pot\E >/dev/null 2>&1"
                    . "&& /usr/bin/msgcmp --use-untranslated 
\Q$debfiles/po/templates.pot\E \Q$debfiles/po/test.pot\E >/dev/null 2>&1") == 0
diff --git a/debian/changelog b/debian/changelog
index ee918df..5746cfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ lintian (2.5.10.5) unstable; urgency=low
   * checks/menus:
     + [NT] Fix path traversal issue that could leak information
       about the host system.
+  * checks/po-debconf:
+    + [NT] Unconditionally set INTLTOOL_EXTRACT.
   * checks/shared-libs:
     + [NT] Fix path traversal issue that could leak information
       about the host system.

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to