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: Tue, 29 Jul 2008 22:12:53 +0200
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source
Version: 1.14.20ubuntu4
Distribution: intrepid
Urgency: low
Maintainer: Ubuntu Core Developers <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description: 
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
Launchpad-Bugs-Fixed: 252262
Changes: 
 dpkg (1.14.20ubuntu4) intrepid; urgency=low
 .
   * scripts/dpkg-source.pl: Fix the regexp for the DEBEMAIL check to be more
     specific to @ubuntu.com addresses. Addresses like "[EMAIL PROTECTED]" 
should
     not be considered as official ubuntu developer addresses. (LP: #252262)
Files: 
 5603854b9e9bd4e940b81c78c42bc5e9 1319 admin required dpkg_1.14.20ubuntu4.dsc
 c83045c07e87727a8cf45b8b43593252 6659231 admin required 
dpkg_1.14.20ubuntu4.tar.gz
Original-Maintainer: Dpkg Developers <[email protected]>
diff -pruN 1.14.20ubuntu3/debian/changelog 1.14.20ubuntu4/debian/changelog
--- 1.14.20ubuntu3/debian/changelog     2008-07-24 18:33:09.000000000 +0100
+++ 1.14.20ubuntu4/debian/changelog     2008-07-29 21:14:29.000000000 +0100
@@ -1,3 +1,11 @@
+dpkg (1.14.20ubuntu4) intrepid; urgency=low
+
+  * scripts/dpkg-source.pl: Fix the regexp for the DEBEMAIL check to be more
+    specific to @ubuntu.com addresses. Addresses like "[EMAIL PROTECTED]" 
should
+    not be considered as official ubuntu developer addresses. (LP: #252262)
+
+ -- Martin Pitt <[EMAIL PROTECTED]>  Tue, 29 Jul 2008 22:12:53 +0200
+
 dpkg (1.14.20ubuntu3) intrepid; urgency=low
 
   * src/help.c: chdir("/") after chroot().  Not only is this good practice,
diff -pruN 1.14.20ubuntu3/scripts/dpkg-source.pl 
1.14.20ubuntu4/scripts/dpkg-source.pl
--- 1.14.20ubuntu3/scripts/dpkg-source.pl       2008-06-26 13:06:51.000000000 
+0100
+++ 1.14.20ubuntu4/scripts/dpkg-source.pl       2008-07-29 21:12:48.000000000 
+0100
@@ -253,7 +253,7 @@ if ($options{'opmode'} eq 'build') {
     if (defined($fields->{Version}) and defined($fields->{Maintainer}) and
        $fields->{Version} =~ /ubuntu/) {
        if ($fields->{'Maintainer'} !~ /ubuntu/) {
-           if (defined ($ENV{'DEBEMAIL'}) and $ENV{'DEBEMAIL'} =~ /ubuntu/) {
+           if (defined ($ENV{'DEBEMAIL'}) and $ENV{'DEBEMAIL'} =~ /[EMAIL 
PROTECTED]/) {
                error(_g('Version number suggests Ubuntu changes, but 
Maintainer: does not have Ubuntu address'));
            } else {
                warning(_g('Version number suggests Ubuntu changes, but 
Maintainer: does not have Ubuntu address'));

Reply via email to