]> git.saurik.com Git - apt.git/commitdiff
merged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colin
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 22 Nov 2011 12:42:49 +0000 (13:42 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 22 Nov 2011 12:42:49 +0000 (13:42 +0100)
1  2 
debian/changelog
debian/control
debian/rules

index d34052343b0cb90a4d218d1b09bda3ad1d33fd3a,fa1bd7c47c6a6e1255be431f3151a1e835857b39..ac1eb16e659e30d74536dbc6dd9f6f01416b6db0
@@@ -1,12 -1,19 +1,28 @@@
- apt (0.8.16~exp8ubuntu1) UNRELEASED; urgency=low
++apt (0.8.16~exp9ubuntu1) UNRELEASED; urgency=low
 +
 +  * merge from debian/experimental:
 +    - new ABI
 +    - header reshuffling that may cause FTBFS
 +  * DO NOT UPLOAD YET; THERE IS ANOTHER ABI BREAK COMMING SOON
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Nov 2011 16:51:36 +0100
 +
+ apt (0.8.16~exp9) UNRELEASED; urgency=low
+   [ Julian Andres Klode ]
+   * apt-pkg/cdrom.cc:
+     - Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
+   [ Colin Watson ]
+   * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
+   
+   [ Michael Vogt ]
+   * debian/control:
+     - bump debhelper build-dep to debhelper (>= 8.1.3~)
+     - set libapt-pkg-dev to multi-arch: same too
+  -- Julian Andres Klode <jak@debian.org>  Mon, 21 Nov 2011 18:46:36 +0100
  apt (0.8.16~exp8) experimental; urgency=low
  
    [ David Kalnischkies ]
diff --cc debian/control
index 150c568293edee0d096e85d05184065a3a48bb28,24c429ad42918964b0359ce3509db28c1b2393d0..28d9dd83966289e1a261e204f18388f5a81b1392
@@@ -7,14 -6,13 +7,14 @@@ Uploaders: Michael Vogt <mvo@debian.org
   Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>,
   Julian Andres Klode <jak@debian.org>
  Standards-Version: 3.9.2
- Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 7.2.3~), libdb-dev,
+ Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 8.1.3~), libdb-dev,
   gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), 
   zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml, 
 - po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen
 + po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen,
 + gcc-4.6 (>= 4.6.0-6ubuntu2)
  Build-Conflicts: autoconf2.13, automake1.4
 -Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/
 -Vcs-Browser: http://bzr.debian.org/loggerhead/apt/debian-sid/
 +Vcs-Bzr: lp:~ubuntu-core-dev/apt/ubuntu
 +Vcs-Browser: http://code.launchpad.net/apt/ubuntu
  
  Package: apt
  Architecture: any
diff --cc debian/rules
index 71019a746468d014c38ebc545cd41185bae59035,6a5c95d22c7c4286bb526d778f04dd8d7a09a185..ce9c7e6cc83f4071edeaa96cf6544fed1c753ebb
@@@ -3,11 -3,9 +3,12 @@@
  # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
  # Some lines taken from debmake, by Christoph Lameter.
  
 +# build in verbose mode by default to make it easy to diangose issues
 +export NOISY=1
 +
  export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
  export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
  
  # FOR AUTOCONF 2.52 AND NEWER ONLY
  ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))