This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes. It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
Format: 1.7
Date: Wed, 03 Sep 2008 12:50:49 +0100
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source
Version: 1.14.20ubuntu6
Distribution: intrepid
Urgency: low
Maintainer: Ubuntu Core Developers <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description:
dpkg - Debian package management system
dpkg-dev - Debian package development tools
dselect - Debian package management front-end
Changes:
dpkg (1.14.20ubuntu6) intrepid; urgency=low
.
* Be more liberal when checking for an Ubuntu Maintainer field; a
case-insensitive check is good enough, and copes e.g. with mplayer's
"Maintainer: Ubuntu MOTU Media Team <[EMAIL PROTECTED]>".
Files:
dbf6be4cf4c956e9161d0de592e2dfff 1383 admin required dpkg_1.14.20ubuntu6.dsc
c287a5063e226164e00b1bf620094020 6670557 admin required
dpkg_1.14.20ubuntu6.tar.gz
Original-Maintainer: Dpkg Developers <[email protected]>
diff -pruN 1.14.20ubuntu5/debian/changelog 1.14.20ubuntu6/debian/changelog
--- 1.14.20ubuntu5/debian/changelog 2008-08-19 17:29:31.000000000 +0100
+++ 1.14.20ubuntu6/debian/changelog 2008-09-03 12:50:51.000000000 +0100
@@ -1,3 +1,11 @@
+dpkg (1.14.20ubuntu6) intrepid; urgency=low
+
+ * Be more liberal when checking for an Ubuntu Maintainer field; a
+ case-insensitive check is good enough, and copes e.g. with mplayer's
+ "Maintainer: Ubuntu MOTU Media Team <[EMAIL PROTECTED]>".
+
+ -- Colin Watson <[EMAIL PROTECTED]> Wed, 03 Sep 2008 12:50:49 +0100
+
dpkg (1.14.20ubuntu5) intrepid; urgency=low
* scripts/Dpkg/Source/Package.pm: Point gpg at
diff -pruN 1.14.20ubuntu5/scripts/dpkg-source.pl
1.14.20ubuntu6/scripts/dpkg-source.pl
--- 1.14.20ubuntu5/scripts/dpkg-source.pl 2008-07-29 21:12:48.000000000
+0100
+++ 1.14.20ubuntu6/scripts/dpkg-source.pl 2008-09-03 12:45:25.000000000
+0100
@@ -252,7 +252,7 @@ if ($options{'opmode'} eq 'build') {
# https://wiki.ubuntu.com/DebianMaintainerField
if (defined($fields->{Version}) and defined($fields->{Maintainer}) and
$fields->{Version} =~ /ubuntu/) {
- if ($fields->{'Maintainer'} !~ /ubuntu/) {
+ if ($fields->{'Maintainer'} !~ /ubuntu/i) {
if (defined ($ENV{'DEBEMAIL'}) and $ENV{'DEBEMAIL'} =~ /[EMAIL
PROTECTED]/) {
error(_g('Version number suggests Ubuntu changes, but
Maintainer: does not have Ubuntu address'));
} else {