The following commit has been merged in the squeeze branch:
commit ddd524862684bbbc3b6c045b400dd7e5767c5935
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 8c878d6..51dc3a4 100644
--- a/checks/po-debconf
+++ b/checks/po-debconf
@@ -128,9 +128,10 @@ if (! -f "debfiles/po/templates.pot" and ! -l 
"debfiles/po/templates.pot") {
        $missing_files = 1;
 }
 
+
 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 debfiles/po && 
/usr/share/intltool-debian/intltool-update --gettext-package=test --pot");
                system_env("/usr/bin/msgcmp --use-untranslated 
debfiles/po/test.pot debfiles/po/templates.pot >/dev/null 2>&1"
                            . "&& /usr/bin/msgcmp --use-untranslated 
debfiles/po/templates.pot debfiles/po/test.pot >/dev/null 2>&1") == 0
diff --git a/debian/changelog b/debian/changelog
index 962f449..67d0753 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ lintian (2.4.3+squeeze2) stable; 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