[Debian-l10n-commits] r2060 - in /dl10n/trunk: Changelog dl10n-check

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Tue Dec 29 17:03:33 UTC 2009


Author: nekral-guest
Date: Tue Dec 29 17:02:55 2009
New Revision: 2060

URL: http://svn.debian.org/wsvn/?sc=1&rev=2060
Log:
	* dl10n-check: Only warn about packages already in the database if
	verbose is enabled (different versions do not necessarily generate
	a warning anymore).

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/dl10n-check

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=2060&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Tue Dec 29 17:02:55 2009
@@ -1,3 +1,9 @@
+2009-12-29  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* dl10n-check: Only warn about packages already in the database if
+	verbose is enabled (different versions do not necessarily generate
+	a warning anymore).
+
 2009-12-29  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* lib/Debian/Pkg/Tar.pm: Added option prepend_dir to force

Modified: dl10n/trunk/dl10n-check
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-check?rev=2060&op=diff
==============================================================================
--- dl10n/trunk/dl10n-check (original)
+++ dl10n/trunk/dl10n-check Tue Dec 29 17:02:55 2009
@@ -290,8 +290,8 @@
                                  $data->has_templates($pkg) ||
                                  $data->has_podebconf($pkg) ||
                ($mandata->has_package($pkg) && $mandata->has_man($pkg))))) {
-                        print STDERR "Package $pkg $ver (skipped) because it's already in mandata\n"
-                                if ($verbose || ($data->version($pkg) ne $ver));
+                        print STDERR "Package $pkg $ver (skipped) because it's already in the database\n"
+                                if ($verbose);
                         next PKG;
                 } else {
                         #   Erase this entry (it's an older version)




More information about the Debian-l10n-commits mailing list