[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r381 - in trunk: checks debian



Author: djpig
Date: 2004-12-13 18:20:40 +0100 (Mon, 13 Dec 2004)
New Revision: 381

Modified:
   trunk/checks/po-debconf
   trunk/debian/changelog
Log:
The "learn how to use intltool-debian correctly the hard way" release
  
  * checks/po-debconf: Set INTLTOOL_EXTRACT to fix invocation
    of intltool-update (Closes: #285419, #285471)


Modified: trunk/checks/po-debconf
===================================================================
--- trunk/checks/po-debconf	2004-12-13 17:01:07 UTC (rev 380)
+++ trunk/checks/po-debconf	2004-12-13 17:20:40 UTC (rev 381)
@@ -83,6 +83,7 @@
 
 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";
 		system("cd debfiles/po && /usr/share/intltool-debian/intltool-update --gettext-package=test --pot");
 		system("/usr/bin/msgcmp debfiles/po/test.pot debfiles/po/templates.pot >/dev/null 2>&1") == 0
                 	or tag "newer-debconf-templates";

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-12-13 17:01:07 UTC (rev 380)
+++ trunk/debian/changelog	2004-12-13 17:20:40 UTC (rev 381)
@@ -1,3 +1,12 @@
+lintian (1.23.5) unstable; urgency=low
+
+  The "learn how to use intltool-debian correctly the hard way" release
+  
+  * checks/po-debconf: Set INTLTOOL_EXTRACT to fix invocation
+    of intltool-update (Closes: #285419, #285471)
+
+ -- Frank Lichtenheld <djpig@debian.org>  Mon, 13 Dec 2004 18:16:52 +0100
+
 lintian (1.23.4) unstable; urgency=low
 
   The "A little pause from the sarge release work" release.



Reply to: