[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ubuntu dpkg 1.17.5ubuntu3



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.8
Date: Wed, 05 Feb 2014 07:26:29 -0700
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.17.5ubuntu3
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad@ubuntu.com>
Description: 
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Changes: 
 dpkg (1.17.5ubuntu3) trusty; urgency=medium
 .
   * Change native source version/format mismatch errors into warnings until
     the dust settles on Debian bug 737634 about revert or override options.
Checksums-Sha1: 
 58b061a3a45bb78d25f0d58f6c38043df46234d2 1456 dpkg_1.17.5ubuntu3.dsc
 8e6ca59b30413cde01553e6165fbc228a1e4d758 3866380 dpkg_1.17.5ubuntu3.tar.xz
Checksums-Sha256: 
 76bcfc7f86542a2e1349de4c6bdb2bc58c52b84be7f4c2f01b35bc63a7699886 1456 dpkg_1.17.5ubuntu3.dsc
 73f6e98a093ac0600e3fe291075af08fad7e9a534710a2c5543e1b4686c07b4c 3866380 dpkg_1.17.5ubuntu3.tar.xz
Files: 
 173ae401788020670f6395794cbdb647 1456 admin required dpkg_1.17.5ubuntu3.dsc
 e76265739eaa18e9acfdd78eb5a305f7 3866380 admin required dpkg_1.17.5ubuntu3.tar.xz
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.17.5ubuntu2/debian/changelog 1.17.5ubuntu3/debian/changelog
--- 1.17.5ubuntu2/debian/changelog	2014-01-17 18:02:57.000000000 +0000
+++ 1.17.5ubuntu3/debian/changelog	2014-02-05 14:28:34.000000000 +0000
@@ -1,3 +1,10 @@
+dpkg (1.17.5ubuntu3) trusty; urgency=medium
+
+  * Change native source version/format mismatch errors into warnings until
+    the dust settles on Debian bug 737634 about revert or override options.
+
+ -- Adam Conrad <adconrad@ubuntu.com>  Wed, 05 Feb 2014 07:26:29 -0700
+
 dpkg (1.17.5ubuntu2) trusty; urgency=medium
 
   * Backport patch from 1.17.6 to fix file descriptor leaks (LP: #1270132)
diff -pruN 1.17.5ubuntu2/scripts/Dpkg/Source/Package/V3/Native.pm 1.17.5ubuntu3/scripts/Dpkg/Source/Package/V3/Native.pm
--- 1.17.5ubuntu2/scripts/Dpkg/Source/Package/V3/Native.pm	2013-12-10 06:14:22.000000000 +0000
+++ 1.17.5ubuntu3/scripts/Dpkg/Source/Package/V3/Native.pm	2014-02-05 14:26:25.000000000 +0000
@@ -69,7 +69,7 @@ sub can_build {
     my ($self, $dir) = @_;
 
     my $v = Dpkg::Version->new($self->{fields}->{'Version'});
-    return (0, _g('native package version may not have a revision'))
+    warning (_g('native package version may not have a revision'))
         unless $v->is_native();
 
     return 1;
diff -pruN 1.17.5ubuntu2/scripts/Dpkg/Source/Package/V3/Quilt.pm 1.17.5ubuntu3/scripts/Dpkg/Source/Package/V3/Quilt.pm
--- 1.17.5ubuntu2/scripts/Dpkg/Source/Package/V3/Quilt.pm	2013-12-10 06:14:22.000000000 +0000
+++ 1.17.5ubuntu3/scripts/Dpkg/Source/Package/V3/Quilt.pm	2014-02-05 14:26:17.000000000 +0000
@@ -76,7 +76,7 @@ sub can_build {
     return ($code, $msg) if $code == 0;
 
     my $v = Dpkg::Version->new($self->{fields}->{'Version'});
-    return (0, _g('version does not contain a revision')) if $v->is_native();
+    warning (_g('version does not contain a revision')) if $v->is_native();
 
     my $quilt = $self->build_quilt_object($dir);
     $msg = $quilt->find_problems();

Reply to: