Your message dated Mon, 30 Jan 2017 18:01:46 +0000
with message-id <[email protected]>
and subject line unblock qmmp
has caused the Debian Bug report #853112,
regarding unblock: qmmp/1.1.6-1.1
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 [email protected]
immediately.)
--
853112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853112
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package qmmp so oss4-dev gets closer to leaving the
critical path. Debdiff attachd.
unblock qmmp/1.1.6-1.1
Thanks,
S
diffstat for qmmp-1.1.6 qmmp-1.1.6
changelog | 8 ++++++++
control | 2 +-
rules | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff -Nru qmmp-1.1.6/debian/changelog qmmp-1.1.6/debian/changelog
--- qmmp-1.1.6/debian/changelog 2017-01-16 19:03:58.000000000 +0000
+++ qmmp-1.1.6/debian/changelog 2017-01-29 12:00:10.000000000 +0000
@@ -1,3 +1,11 @@
+qmmp (1.1.6-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop build-dependency on oss4-dev on Linux kernel (Closes: #852986)
+ - d/rules: explicitly disable OSS4 on Linux, for predictability
+
+ -- Simon McVittie <[email protected]> Sun, 29 Jan 2017 12:00:10 +0000
+
qmmp (1.1.6-1) unstable; urgency=medium
* New upstream release.
diff -Nru qmmp-1.1.6/debian/control qmmp-1.1.6/debian/control
--- qmmp-1.1.6/debian/control 2017-01-16 19:03:58.000000000 +0000
+++ qmmp-1.1.6/debian/control 2017-01-29 12:00:10.000000000 +0000
@@ -4,7 +4,7 @@
Maintainer: Matteo Cypriani <[email protected]>
Build-Depends: debhelper (>= 10), cmake, pkg-config, qtbase5-dev (>= 5.4),
libqt5x11extras5-dev (>= 5.4), qttools5-dev-tools (>= 5.4),
- qtchooser, libx11-dev, oss4-dev, libmad0-dev, libvorbis-dev,
+ qtchooser, libx11-dev, oss4-dev [!linux-any], libmad0-dev, libvorbis-dev,
libogg-dev, libasound2-dev [linux-any], libtag1-dev (>= 1.10),
libcurl4-gnutls-dev, qtmultimedia5-dev (>= 5.4), libmms-dev,
libflac-dev, libmpcdec-dev, libjack-jackd2-dev, libsoxr-dev,
diff -Nru qmmp-1.1.6/debian/rules qmmp-1.1.6/debian/rules
--- qmmp-1.1.6/debian/rules 2017-01-16 19:03:58.000000000 +0000
+++ qmmp-1.1.6/debian/rules 2017-01-29 12:00:10.000000000 +0000
@@ -9,7 +9,7 @@
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
ifeq ($(DEB_HOST_ARCH_OS),linux)
- EXTRA_CMAKE_ARGS = -DUSE_HAL:BOOL=FALSE
+ EXTRA_CMAKE_ARGS = -DUSE_HAL:BOOL=FALSE -DUSE_OSS4:BOOL=FALSE
else
EXTRA_CMAKE_ARGS = -DUSE_ALSA:BOOL=FALSE -DUSE_UDISKS:BOOL=FALSE
endif
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---