Your message dated Thu, 05 Nov 2015 22:57:08 +0300
with message-id <563bb494.4090...@msgid.tls.msk.ru>
and subject line Re: Bug#804179: Permit building with older libtool versions to 
ease backports
has caused the Debian Bug report #804179,
regarding Permit building with older libtool versions to ease backports
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
804179: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804179
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 <da...@debian.org>  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

--- End Message ---
--- Begin Message ---
05.11.2015 22:13, dann frazier wrote:
> 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.

Since libcacard package has been split out of qemu,
libtool isn't needed to build qemu anymore.  Next
release wont build-depend on libtool.

Thanks,

/mjt

--- End Message ---

Reply via email to