[Debian-l10n-commits] r2650 - in /dl10n/trunk: debian/changelog dl10n-txt

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Sat May 28 17:51:32 UTC 2011


Author: bubulle
Date: Sat May 28 17:51:31 2011
New Revision: 2650

URL: http://svn.debian.org/wsvn/?sc=1&rev=2650
Log:
properly deal with NMUs for new upstream versions (Debian
revision number starting with 0): no longer identify them
as native packages

Modified:
    dl10n/trunk/debian/changelog
    dl10n/trunk/dl10n-txt

Modified: dl10n/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/debian/changelog?rev=2650&op=diff
==============================================================================
--- dl10n/trunk/debian/changelog (original)
+++ dl10n/trunk/debian/changelog Sat May 28 17:51:31 2011
@@ -1,3 +1,12 @@
+dl10n (2.91) UNRELEASED; urgency=low
+
+  [dl10n-txt]
+    - properly deal with NMUs for new upstream versions (Debian
+      revision number starting with 0): no longer identify them
+      as native packages
+
+ -- Christian Perrier <bubulle at debian.org>  Wed, 30 Mar 2011 19:34:41 +0200
+
 dl10n (2.90) unstable; urgency=low
 
   * First public release after more than 5 years of lawful services for the

Modified: dl10n/trunk/dl10n-txt
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-txt?rev=2650&op=diff
==============================================================================
--- dl10n/trunk/dl10n-txt (original)
+++ dl10n/trunk/dl10n-txt Sat May 28 17:51:31 2011
@@ -234,7 +234,7 @@
 	if ($take_debian) {
 	    next if ($data->has_upstream($pkg) && $data->upstream($pkg) ne "debian");
 	    next unless ($data->has_version($pkg));
-	    next if ($data->version($pkg) =~ m/-[^0]/ and not $diff_only);
+	    next if ($data->version($pkg) =~ m/-\d/ and not $diff_only);
 	}
 
 	# Take only packages having material in this language (unless --empty)




More information about the Debian-l10n-commits mailing list