FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Debian > Debian dpkg

 
 
LinkBack Thread Tools
 
Old 06-09-2008, 03:32 PM
Ubuntu Merge-o-Matic
 
Default Ubuntu dpkg 1.14.19ubuntu2

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: Mon, 09 Jun 2008 09:51:08 +0000
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source
Version: 1.14.19ubuntu2
Distribution: intrepid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt@ubuntu.com>
Description:
dpkg - package maintenance system for Debian
dpkg-dev - package building tools for Debian
dselect - user tool to manage Debian packages
Launchpad-Bugs-Fixed: 133024
Changes:
dpkg (1.14.19ubuntu2) intrepid; urgency=low
.
* scripts/dpkg-source.pl: Check if $DEBEMAIL is defined before testing it
for @ubuntu, to avoid Perl warnings. Thanks to Fabien Tassin!
(LP: #133024)
Files:
81e5fb54585de227c6c439df653931a7 1319 admin required dpkg_1.14.19ubuntu2.dsc
be597d23a81bfda1bc52a5e8323f7d0f 6637250 admin required dpkg_1.14.19ubuntu2.tar.gz
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.14.19ubuntu1/debian/changelog 1.14.19ubuntu2/debian/changelog
--- 1.14.19ubuntu1/debian/changelog 2008-05-27 13:15:17.000000000 +0100
+++ 1.14.19ubuntu2/debian/changelog 2008-06-09 10:52:04.000000000 +0100
@@ -1,3 +1,11 @@
+dpkg (1.14.19ubuntu2) intrepid; urgency=low
+
+ * scripts/dpkg-source.pl: Check if $DEBEMAIL is defined before testing it
+ for @ubuntu, to avoid Perl warnings. Thanks to Fabien Tassin!
+ (LP: #133024)
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 09 Jun 2008 09:51:08 +0000
+
dpkg (1.14.19ubuntu1) intrepid; urgency=low

* Resynchronise with Debian. Remaining changes:
diff -pruN 1.14.19ubuntu1/scripts/dpkg-source.pl 1.14.19ubuntu2/scripts/dpkg-source.pl
--- 1.14.19ubuntu1/scripts/dpkg-source.pl 2008-05-27 13:07:55.000000000 +0100
+++ 1.14.19ubuntu2/scripts/dpkg-source.pl 2008-06-09 10:50:53.000000000 +0100
@@ -252,7 +252,7 @@ if ($options{'opmode'} eq 'build') {
if (defined($fields->{Version}) and defined($fields->{Maintainer}) and
$fields->{Version} =~ /ubuntu/) {
if ($fields->{'Maintainer'} !~ /ubuntu/) {
- if ($ENV{'DEBEMAIL'} =~ /ubuntu/) {
+ if (defined ($ENV{'DEBEMAIL'}) and $ENV{'DEBEMAIL'} =~ /ubuntu/) {
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'));
 

Thread Tools




All times are GMT. The time now is 03:59 AM.

VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org