Your message dated Mon, 04 Apr 2011 18:05:33 +0000
with message-id <[email protected]>
and subject line Bug#565238: fixed in libparse-debianchangelog-perl 1.2.0-1
has caused the Debian Bug report #565238,
regarding libparse-debianchangelog-perl: should allow '.' and '+' in
distribution
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
565238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565238
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libparse-debianchangelog-perl
Version: 1.1.1-2
Severity: normal
Tags: patch
Hello,
The regular expression for the distribution in the changelog is more
restrictive than that in dpkg's Dpkg::Changelog::Debian module. dpkg
has allowed '.' and '+' characters in the distribution field since
version 1.13.20 (see http://bugs.debian.org/361171). The attached patch
makes the regexp more closely match the one in dpkg.
--
+----------------------------------------------------------+
| John Wright <[email protected]> |
| HP Mission Critical OS Enablement & Solution Test (MOST) |
+----------------------------------------------------------+
>From 57ea8d5148560321dc808611a738405defbbdda6 Mon Sep 17 00:00:00 2001
From: John Wright <[email protected]>
Date: Wed, 13 Jan 2010 18:35:26 -0700
Subject: [PATCH] Parse::DebianChangelog: Allow '.' and '+' in distribution name
---
lib/Parse/DebianChangelog.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Parse/DebianChangelog.pm b/lib/Parse/DebianChangelog.pm
index 30186de..56632b8 100644
--- a/lib/Parse/DebianChangelog.pm
+++ b/lib/Parse/DebianChangelog.pm
@@ -312,7 +312,7 @@ sub parse {
while (<$fh>) {
s/\s*\n$//;
# printf(STDERR "%-39.39s %-39.39s\n",$expect,$_);
- if (m/^(\w[-+0-9a-z.]*) \(([^\(\) \t]+)\)((\s+[-0-9a-z]+)+)\;/i) {
+ if (m/^(\w[-+0-9a-z.]*) \(([^\(\) \t]+)\)((\s+[-+0-9a-z.]+)+)\;/i) {
unless ($expect eq 'first heading'
|| $expect eq 'next heading or eof') {
$entry->{ERROR} = [ $file, $NR,
--
1.6.6
--- End Message ---
--- Begin Message ---
Source: libparse-debianchangelog-perl
Source-Version: 1.2.0-1
We believe that the bug you reported is fixed in the latest version of
libparse-debianchangelog-perl, which is due to be installed in the Debian FTP
archive:
libparse-debianchangelog-perl_1.2.0-1.debian.tar.gz
to
main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.2.0-1.debian.tar.gz
libparse-debianchangelog-perl_1.2.0-1.dsc
to
main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.2.0-1.dsc
libparse-debianchangelog-perl_1.2.0-1_all.deb
to
main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.2.0-1_all.deb
libparse-debianchangelog-perl_1.2.0.orig.tar.gz
to
main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.2.0.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Frank Lichtenheld <[email protected]> (supplier of updated
libparse-debianchangelog-perl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 03 Apr 2011 23:25:41 +0200
Source: libparse-debianchangelog-perl
Binary: libparse-debianchangelog-perl
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Frank Lichtenheld <[email protected]>
Changed-By: Frank Lichtenheld <[email protected]>
Description:
libparse-debianchangelog-perl - parse Debian changelogs and output them in
other formats
Closes: 446798 515018 565238 603341 605820
Changes:
libparse-debianchangelog-perl (1.2.0-1) unstable; urgency=low
.
* New upstream release:
- Don't use $& or $` (Closes: #515018)
- Allow '.' and '+' in distribution names. Patch by John Wright.
(Closes: #565238)
- Add Danish translation of bin.pot by Joe Dalton (Closes: #605820)
- ChangesFilters:
+ Fix conversion of <http://something/> (Closes: #603341)
+ Allow to omit # before closed bug numbers (Closes: 446798 ;)
* Bump Standards-Version to 3.9.1 (no changes)
* Convert debian/rules to debhelper 7
Checksums-Sha1:
b566c46305fbba6ec571b3c5fc2d889df03567f5 1609
libparse-debianchangelog-perl_1.2.0-1.dsc
491dbce7a32af5d4bf3c4737973f35343a09c3cd 109582
libparse-debianchangelog-perl_1.2.0.orig.tar.gz
9266528c38c783a07b2f6a36c791c68ca0a281bb 2751
libparse-debianchangelog-perl_1.2.0-1.debian.tar.gz
ae3dd52f898950ab10b49e602c9801c54965b5d2 62312
libparse-debianchangelog-perl_1.2.0-1_all.deb
Checksums-Sha256:
c1a92810abc0e9dad0a8637aa6c3901c247dc32fd7b6d54899460035cd81f284 1609
libparse-debianchangelog-perl_1.2.0-1.dsc
7d002d7e049c1fb336a4b3f22637b26adeba8870ab3ddd6542a07a593bc837c5 109582
libparse-debianchangelog-perl_1.2.0.orig.tar.gz
3999007248c8df5e2949ed9d5109e01c2f7dbd2cab1d47c3069d78e9b9cc2f0c 2751
libparse-debianchangelog-perl_1.2.0-1.debian.tar.gz
82213751aa3c55140f3c32d92a2b25f2a6acb878492dcec0dc06f7a8b1a845f1 62312
libparse-debianchangelog-perl_1.2.0-1_all.deb
Files:
b5e05eae9165afbcaa422b2a0e90a45d 1609 perl optional
libparse-debianchangelog-perl_1.2.0-1.dsc
fa6099f0d15b27b6eee7c535f2d3ce78 109582 perl optional
libparse-debianchangelog-perl_1.2.0.orig.tar.gz
98f74401c0a1961f0de33fd3d9781a09 2751 perl optional
libparse-debianchangelog-perl_1.2.0-1.debian.tar.gz
530f208614790d5e4317a2cdda003d9f 62312 perl optional
libparse-debianchangelog-perl_1.2.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk2aBO4ACgkQQbn06FtxPfDHXgCfeEZajDn2e07Amac9JIA+xhiF
0foAoPkoOqZzN4klnfP5gz4Dm6Mb2MQ+
=u+qh
-----END PGP SIGNATURE-----
--- End Message ---