[kernel] r8418 - in dists/trunk/linux-2.6/debian: . lib/python/debian_linux

Dann Frazier dannf at alioth.debian.org
Tue Apr 3 21:16:23 UTC 2007


Author: dannf
Date: Tue Apr  3 21:16:22 2007
New Revision: 8418

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/lib/python/debian_linux/debian.py
Log:
* Allow '.' and '+' in the target dist field of the changelog. dpkg has
  supported this since 1.13.20, see #361171.

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Apr  3 21:16:22 2007
@@ -204,8 +204,10 @@
     in an etch environment so that we can build out of tree modules correctly
     (re-add; patch seems to have been dropped during a merge.)
     See: #392592
+  * Allow '.' and '+' in the target dist field of the changelog. dpkg has
+    supported this since 1.13.20, see #361171.
 
- -- maximilian attems <maks at debian.org>  Thu, 29 Mar 2007 00:14:53 +0200
+ -- dann frazier <dannf at debian.org>  Tue, 03 Apr 2007 15:10:04 -0600
 
 linux-2.6 (2.6.18.dfsg.1-10) unstable; urgency=low
 

Modified: dists/trunk/linux-2.6/debian/lib/python/debian_linux/debian.py
==============================================================================
--- dists/trunk/linux-2.6/debian/lib/python/debian_linux/debian.py	(original)
+++ dists/trunk/linux-2.6/debian/lib/python/debian_linux/debian.py	Tue Apr  3 21:16:22 2007
@@ -14,7 +14,7 @@
 \)
 \s+
 (?P<distribution>
-    [-0-9a-zA-Z]+
+    [-+0-9a-zA-Z.]+
 )
 \;
 """



More information about the Kernel-svn-changes mailing list