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

Ubuntu dpkg 1.16.0.3ubuntu4



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, 27 Sep 2011 16:40:04 -0700
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.16.0.3ubuntu4
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek@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: 846451
Changes: 
 dpkg (1.16.0.3ubuntu4) oneiric; urgency=low
 .
   * Add /etc/dpkg/dpkg.cfg.d/multiarch as a conffile on amd64, so that users
     are guaranteed to always have it after upgrade even if they don't use
     update-manager for the upgrade itself.  Also fixes up the problem of
     systems installed at 11.10 beta 1 missing the file due to an installer
     bug.  LP: #846451.
Checksums-Sha1: 
 6304e63d381467e4b124595e482597f0e98e84fd 1947 dpkg_1.16.0.3ubuntu4.dsc
 75e1e3e6991d928897f4c45af327d4e50cc7b641 5378572 dpkg_1.16.0.3ubuntu4.tar.bz2
Checksums-Sha256: 
 3d0106813a6d86e296b0cd932c6c5e7a1d166529622ed4d67b8a3a1b3736f92e 1947 dpkg_1.16.0.3ubuntu4.dsc
 9beba351d28f5e547d4077bb3be98eca80ba36aecf4f3f9fdc54aaac42461adc 5378572 dpkg_1.16.0.3ubuntu4.tar.bz2
Files: 
 cd09339cc0aa94f8f7be6f48e58ffd81 1947 admin required dpkg_1.16.0.3ubuntu4.dsc
 f5c3de5734a968f2b3bef0518e3f452b 5378572 admin required dpkg_1.16.0.3ubuntu4.tar.bz2
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.16.0.3ubuntu3/debian/changelog 1.16.0.3ubuntu4/debian/changelog
--- 1.16.0.3ubuntu3/debian/changelog	2011-06-28 08:48:46.000000000 +0000
+++ 1.16.0.3ubuntu4/debian/changelog	2011-09-27 23:40:04.000000000 +0000
@@ -1,3 +1,13 @@
+dpkg (1.16.0.3ubuntu4) oneiric; urgency=low
+
+  * Add /etc/dpkg/dpkg.cfg.d/multiarch as a conffile on amd64, so that users
+    are guaranteed to always have it after upgrade even if they don't use
+    update-manager for the upgrade itself.  Also fixes up the problem of
+    systems installed at 11.10 beta 1 missing the file due to an installer
+    bug.  LP: #846451.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 27 Sep 2011 16:40:04 -0700
+
 dpkg (1.16.0.3ubuntu3) oneiric; urgency=low
 
   * add DPKG_UNTRANSLATED_MESSAGES environment check so that the 
diff -pruN 1.16.0.3ubuntu3/debian/rules 1.16.0.3ubuntu4/debian/rules
--- 1.16.0.3ubuntu3/debian/rules	2011-03-01 11:30:50.000000000 +0000
+++ 1.16.0.3ubuntu4/debian/rules	2011-09-27 23:36:06.000000000 +0000
@@ -92,6 +92,9 @@ binary-arch: install
 	dh_testdir -a
 	dh_testroot -a
 	dh_install --sourcedir=debian/tmp -a
+ifeq ($(DEB_HOST_GNU_TYPE),x86_64-linux-gnu)
+	echo 'foreign-architecture i386' > $(CURDIR)/debian/dpkg/etc/dpkg/dpkg.cfg.d/multiarch
+endif
 	dh_installcron -a
 	dh_installlogrotate -a
 

Reply to: