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

lintian: r793 - in trunk: checks debian



Author: rra
Date: 2006-12-03 19:40:45 +0100 (Sun, 03 Dec 2006)
New Revision: 793

Modified:
   trunk/checks/po-debconf
   trunk/debian/changelog
   trunk/debian/control
Log:
* checks/po-debconf:
  + [RA] gettext 0.16's msgcmp requires --use-untranslated when checking
    for newer templates than PO files or it gives false positives for
    every package.  Thanks, Damyan Ivanov.  (Closes: #400957)
* debian/control:
  + [RA] Depend on gettext 0.16 or later for --use-untranslated.

Modified: trunk/checks/po-debconf
===================================================================
--- trunk/checks/po-debconf	2006-11-22 19:15:10 UTC (rev 792)
+++ trunk/checks/po-debconf	2006-12-03 18:40:45 UTC (rev 793)
@@ -108,7 +108,7 @@
 	if ($missing_files == 0) {
 		$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 debfiles/po/test.pot debfiles/po/templates.pot >/dev/null 2>&1") == 0
+		system_env("/usr/bin/msgcmp --use-untranslated debfiles/po/test.pot debfiles/po/templates.pot >/dev/null 2>&1") == 0
                 	or tag "newer-debconf-templates";
 	}
 } else {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-11-22 19:15:10 UTC (rev 792)
+++ trunk/debian/changelog	2006-12-03 18:40:45 UTC (rev 793)
@@ -8,6 +8,10 @@
   * checks/infofiles:
     + [RA] Don't consider /usr/share/infon to be an info directory.
       Reported by Joachim Breitner.  (Closes: #399857)
+  * checks/po-debconf:
+    + [RA] gettext 0.16's msgcmp requires --use-untranslated when checking
+      for newer templates than PO files or it gives false positives for
+      every package.  Thanks, Damyan Ivanov.  (Closes: #400957)
   * checks/shared-libs:
     + [RA] Don't report shlib-with-non-pic-code unless we're sure that
       we're looking at a shared library.  Otherwise, we get many false
@@ -24,8 +28,11 @@
       rather than aborting; some packages contain apparently corrupt ELF
       binaries.
 
- -- Russ Allbery <rra@debian.org>  Wed, 22 Nov 2006 11:14:50 -0800
+  * debian/control:
+    + [RA] Depend on gettext 0.16 or later for --use-untranslated.
 
+ -- Russ Allbery <rra@debian.org>  Sun,  3 Dec 2006 10:37:08 -0800
+
 lintian (1.23.26) unstable; urgency=low
 
   * checks/binaries{.desc,}:

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-11-22 19:15:10 UTC (rev 792)
+++ trunk/debian/control	2006-12-03 18:40:45 UTC (rev 793)
@@ -9,7 +9,7 @@
 
 Package: lintian
 Architecture: all
-Depends: perl, libdigest-md5-perl | perl (>> 5.8), dpkg-dev (>= 1.13.17), file, binutils, diffstat (>= 1.27-1), man-db (>= 2.3.20-1), gettext, intltool-debian, libparse-debianchangelog-perl (>= 0.6)
+Depends: perl, libdigest-md5-perl | perl (>> 5.8), dpkg-dev (>= 1.13.17), file, binutils, diffstat (>= 1.27-1), man-db (>= 2.3.20-1), gettext (>= 0.16), intltool-debian, libparse-debianchangelog-perl (>= 0.6)
 Suggests: binutils-multiarch
 Description: Debian package checker
  Lintian dissects Debian packages and reports bugs and policy



Reply to: