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

Ubuntu dpkg 1.17.5ubuntu4



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: Tue, 11 Feb 2014 18:49:27 -0700
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.17.5ubuntu4
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
Launchpad-Bugs-Fixed: 1279128
Changes: 
 dpkg (1.17.5ubuntu4) trusty; urgency=medium
 .
   * Update the ppc64 buildflags vendor overrides for ppc64el instead, and
     make the implementation respect DEB_BUILD_OPTIONS=noopt (LP: #1279128)
Checksums-Sha1: 
 f5f437279ee05a54acec0c72579760c570b1d87d 1456 dpkg_1.17.5ubuntu4.dsc
 78b9cb5df51f7416325c25266fa7b27a806b2cb6 3866292 dpkg_1.17.5ubuntu4.tar.xz
Checksums-Sha256: 
 661864966689bebda08076c619ca46cb76b2208c0084e628183553ad6ad7bc35 1456 dpkg_1.17.5ubuntu4.dsc
 73929cbe6ef38bed835640f44979bdcb58851ac0b5cc757f4f7277465dba9c30 3866292 dpkg_1.17.5ubuntu4.tar.xz
Files: 
 787f7d01ebd848499b07f6a64d0cbc40 1456 admin required dpkg_1.17.5ubuntu4.dsc
 7714b8da663eb5a46d1b62fea0333d72 3866292 admin required dpkg_1.17.5ubuntu4.tar.xz
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.17.5ubuntu3/debian/changelog 1.17.5ubuntu4/debian/changelog
--- 1.17.5ubuntu3/debian/changelog	2014-02-05 14:28:34.000000000 +0000
+++ 1.17.5ubuntu4/debian/changelog	2014-02-12 01:51:02.000000000 +0000
@@ -1,3 +1,10 @@
+dpkg (1.17.5ubuntu4) trusty; urgency=medium
+
+  * Update the ppc64 buildflags vendor overrides for ppc64el instead, and
+    make the implementation respect DEB_BUILD_OPTIONS=noopt (LP: #1279128)
+
+ -- Adam Conrad <adconrad@ubuntu.com>  Tue, 11 Feb 2014 18:49:27 -0700
+
 dpkg (1.17.5ubuntu3) trusty; urgency=medium
 
   * Change native source version/format mismatch errors into warnings until
diff -pruN 1.17.5ubuntu3/scripts/Dpkg/Vendor/Ubuntu.pm 1.17.5ubuntu4/scripts/Dpkg/Vendor/Ubuntu.pm
--- 1.17.5ubuntu3/scripts/Dpkg/Vendor/Ubuntu.pm	2013-12-10 06:14:22.000000000 +0000
+++ 1.17.5ubuntu4/scripts/Dpkg/Vendor/Ubuntu.pm	2014-02-12 01:33:52.000000000 +0000
@@ -95,10 +95,13 @@ sub run_hook {
 
     } elsif ($hook eq 'update-buildflags') {
 	my $flags = shift @params;
+	my $build_opts = Dpkg::BuildOptions->new();
 
-	if (debarch_eq(get_host_arch(), 'ppc64')) {
-	    for my $flag (qw(CFLAGS CXXFLAGS GCJFLAGS FFLAGS)) {
-		$flags->set($flag, '-g -O3', 'vendor');
+	if (!$build_opts->has('noopt')) {
+	    if (debarch_eq(get_host_arch(), 'ppc64el')) {
+		for my $flag (qw(CFLAGS CXXFLAGS GCJFLAGS FFLAGS)) {
+		    $flags->set($flag, '-g -O3', 'vendor');
+		}
 	    }
 	}
 	# Per https://wiki.ubuntu.com/DistCompilerFlags
@@ -108,7 +111,6 @@ sub run_hook {
 	$self->SUPER::run_hook($hook, $flags);
 
 	# Allow control of hardening-wrapper via dpkg-buildpackage DEB_BUILD_OPTIONS
-	my $build_opts = Dpkg::BuildOptions->new();
 	my $hardening;
 	if ($build_opts->has('hardening')) {
 	    $hardening = $build_opts->get('hardening') // 1;

Reply to: