[Debian-l10n-commits] r2223 - in /dl10n/trunk: Changelog lib/Debian/L10n/BTS.pm

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Mon Apr 12 18:52:02 UTC 2010


Author: nekral-guest
Date: Mon Apr 12 18:52:01 2010
New Revision: 2223

URL: http://svn.debian.org/wsvn/?sc=1&rev=2223
Log:
	* lib/Debian/L10n/BTS.pm: Do not complain if a bug is reported
	against a binary package and the source package is in the
	database.

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/lib/Debian/L10n/BTS.pm

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=2223&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Mon Apr 12 18:52:01 2010
@@ -1,3 +1,9 @@
+2010-04-12  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* lib/Debian/L10n/BTS.pm: Do not complain if a bug is reported
+	against a binary package and the source package is in the
+	database.
+
 2010-01-03  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* lib/Debian/Pkg/Tar.pm: The leading directory should not be '.',

Modified: dl10n/trunk/lib/Debian/L10n/BTS.pm
URL: http://svn.debian.org/wsvn/dl10n/trunk/lib/Debian/L10n/BTS.pm?rev=2223&op=diff
==============================================================================
--- dl10n/trunk/lib/Debian/L10n/BTS.pm (original)
+++ dl10n/trunk/lib/Debian/L10n/BTS.pm Mon Apr 12 18:52:01 2010
@@ -137,7 +137,9 @@
 			my $content;
 
 			my $pkg_bug = $soap_bugs->{$bug_nb}->{package};
+			my $src_bug = $soap_bugs->{$bug_nb}->{source};
 			if (    ($pkg_bug ne $pkg)
+			    and ($src_bug ne $pkg)
 			    and ($pkg_bug ne "wnpp")) {
 				warn "Warning: #$bug_nb filled against $pkg_bug but $pkg is in the database\n";
 			}




More information about the Debian-l10n-commits mailing list