* Allow '.' and '+' in the target dist field of the changelog. dpkg has

supported this since 1.13.20, see #361171.

svn path=/dists/trunk/linux-2.6/; revision=8418
This commit is contained in:
dann frazier 2007-04-03 21:16:22 +00:00
parent a8ef0775f5
commit 54cff8dab6
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@ -204,8 +204,10 @@ linux-2.6 (2.6.20-1~experimental.1) UNRELEASED; urgency=low
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@debian.org> Thu, 29 Mar 2007 00:14:53 +0200
-- dann frazier <dannf@debian.org> Tue, 03 Apr 2007 15:10:04 -0600
linux-2.6 (2.6.18.dfsg.1-10) unstable; urgency=low

View File

@ -14,7 +14,7 @@ class Changelog(list):
\)
\s+
(?P<distribution>
[-0-9a-zA-Z]+
[-+0-9a-zA-Z.]+
)
\;
"""