Package: mixxx
Version: 1.11.0~dfsg-4
Severity: serious
Justification: fails to build from source (but built successfully in the past)
User: debian-...@lists.debian.org
Usertags: libstdc++-cxx11
Tags: patch

A binNMU of mixxx failed to build from source prior to the transition
from libvamp-hostsdk3 to libvamp-hostsdk3v5. It has not yet been retried,
but when it is, it will likely stop at BD-Uninstallable or continue
to fail, because it specifically build-depends on the old libvamp-hostsdk3.

It is unusual to build-depend on library packages, because the
corresponding -dev usually pulls them in, but I assume there is some
special reason in this case.

The attached patch appears to resolve this. I'm happy to NMU this
(with the addition of this bug number) if necessary.

Regards,
    S
>From a0156952b92336f21642a9cd31c317f933510919 Mon Sep 17 00:00:00 2001
From: Simon McVittie <s...@debian.org>
Date: Sat, 8 Aug 2015 16:51:35 +0100
Subject: [PATCH] debian/control: change build-dependency on libvamp-hostsdk3
 to libvamp-hostsdk3v5 for stdc++ transition

---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f923767..d108522 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mixxx (1.11.0~dfsg-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: change build-dependency on libvamp-hostsdk3 to
+    libvamp-hostsdk3v5 for stdc++ transition
+
+ -- Simon McVittie <s...@debian.org>  Sat, 08 Aug 2015 16:51:14 +0100
+
 mixxx (1.11.0~dfsg-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 6b63635..ae0e57f 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Build-Depends:
  libsoundtouch-dev (>= 1.5.0),
  libtag1-dev,
  libusb-1.0-0-dev,
- libvamp-hostsdk3,
+ libvamp-hostsdk3v5,
  libvorbis-dev,
  pkg-config,
  portaudio19-dev,
-- 
2.5.0

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to