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

Ubuntu dpkg 1.15.8.4ubuntu3



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, 08 Sep 2010 10:17:20 +0100
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.15.8.4ubuntu3
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Dave Walker (Daviey) <DaveWalker@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
Launchpad-Bugs-Fixed: 633015
Changes: 
 dpkg (1.15.8.4ubuntu3) maverick; urgency=low
 .
   * scripts/Dpkg/Source/Archive.pm: Drop -k parameter from the tar call used
     by dpkg-source to extract tarballs. Upstream binary files modified by the
     packager were not properly installed due to this.  Patch courtesy of
     Raphaël Hertzog (upstream, debian git). (LP: #633015)
Checksums-Sha1: 
 2bf2850e9df8a288169fc45806683fa60bbc7eca 1955 dpkg_1.15.8.4ubuntu3.dsc
 afb70da86bc72ef42e8175ffa32b2a4bf031367a 5124927 dpkg_1.15.8.4ubuntu3.tar.bz2
Checksums-Sha256: 
 4efc7f02f44f8b93cb5e6a32f282eb93cfcf61b61457c3e4dd8a955dd753f669 1955 dpkg_1.15.8.4ubuntu3.dsc
 7c0ff072aa5e12d649dd2438505f5830b2371ededd19808f177b781044f1ee15 5124927 dpkg_1.15.8.4ubuntu3.tar.bz2
Files: 
 f281014a748ea56b9fb1da3a4c3803df 1955 admin required dpkg_1.15.8.4ubuntu3.dsc
 ad8686f072c9c421afc2de6b2f0d3b91 5124927 admin required dpkg_1.15.8.4ubuntu3.tar.bz2
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.15.8.4ubuntu2/debian/changelog 1.15.8.4ubuntu3/debian/changelog
--- 1.15.8.4ubuntu2/debian/changelog	2010-08-23 12:08:21.000000000 +0100
+++ 1.15.8.4ubuntu3/debian/changelog	2010-09-08 10:35:56.000000000 +0100
@@ -1,3 +1,12 @@
+dpkg (1.15.8.4ubuntu3) maverick; urgency=low
+
+  * scripts/Dpkg/Source/Archive.pm: Drop -k parameter from the tar call used 
+    by dpkg-source to extract tarballs. Upstream binary files modified by the 
+    packager were not properly installed due to this.  Patch courtesy of 
+    Raphaël Hertzog (upstream, debian git). (LP: #633015)
+
+ -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Wed, 08 Sep 2010 10:17:20 +0100
+
 dpkg (1.15.8.4ubuntu2) maverick; urgency=low
 
   * Backport from sid branch (Guillem Jover):
diff -pruN 1.15.8.4ubuntu2/scripts/Dpkg/Source/Archive.pm 1.15.8.4ubuntu3/scripts/Dpkg/Source/Archive.pm
--- 1.15.8.4ubuntu2/scripts/Dpkg/Source/Archive.pm	2010-08-23 12:08:22.000000000 +0100
+++ 1.15.8.4ubuntu3/scripts/Dpkg/Source/Archive.pm	2010-09-08 10:35:56.000000000 +0100
@@ -124,7 +124,7 @@ sub extract {
     # Call tar extraction process
     $spawn_opts{"delete_env"} = [ "TAR_OPTIONS" ];
     $spawn_opts{'exec'} = [ 'tar', '--no-same-owner', '--no-same-permissions',
-                            @{$opts{"options"}}, '-xkf', '-' ];
+                            @{$opts{"options"}}, '-xf', '-' ];
     spawn(%spawn_opts);
     $self->close();
 

Reply to: