Package: qemu
Version: 1:2.4+dfsg-4
Severity: wishlist
Tags: patch

diff --git a/debian/changelog b/debian/changelog
index 760b87e..985bd2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qemu (1:2.4+dfsg-5) UNRELEASED; urgency=medium
+
+  * control-in: Permit building with older libtool versions to ease
+    backporting to releases where libtool-bin wasn't yet split out.
+
+ -- dann frazier <[email protected]>  Wed, 04 Nov 2015 17:40:57 -0700
+
 qemu (1:2.4+dfsg-4) unstable; urgency=medium
 
   * applied 3 patches from upstream to fix virtio-net
diff --git a/debian/control-in b/debian/control-in
index 697c9cb..b1c381f 100644
--- a/debian/control-in
+++ b/debian/control-in
@@ -56,7 +56,7 @@ Build-Depends: debhelper (>= 9),
 ## --enable-numa       i386|amd64|ia64|mips*|powerpc*|ppc64|x32
 # libnuma-dev,
 # --enable-smartcard-nss
- libnss3-dev (>> 3.13.3), libtool-bin,
+ libnss3-dev (>> 3.13.3), libtool-bin | libtool (<< 2.4.2-1.8),
 # --with-system-pixman
  libpixman-1-dev,
 # audio-drv-list += pa

Reply via email to