[Pkg-kde-extras] Bug#758412: amarok: requires gcrypt to build but it's not listed in Build-Depends

Sebastian Ramacher sramacher at debian.org
Sun Aug 17 10:42:01 UTC 2014


Source: amarok
Version: 2.8.0-2
Severity: serious
Justification: missing build dependency
Tags: patch

amarok's build system explicitely checks for OpenSSL or gcrypt and
errors out if neither is available. Until now, libgcryptX-dev was pulled
in via other Build-Depends (libimobiledevice-dev and
libcurl-gnutls-dev), but they have all migrated to gnutls 3 and they no
longer pull in gcrypt. Thus amarok needs to explicitely list
libgcrypt20-dev in its' Build-Depends.

The attached patch fixes this issue.

Cheers
-- 
Sebastian Ramacher
-------------- next part --------------
diff -Nru amarok-2.8.0/debian/changelog amarok-2.8.0/debian/changelog
--- amarok-2.8.0/debian/changelog	2013-11-04 20:44:32.000000000 +0100
+++ amarok-2.8.0/debian/changelog	2014-08-17 12:30:10.000000000 +0200
@@ -1,3 +1,10 @@
+amarok (2.8.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Explicitly list libgcrypt20-dev in Build-Depends.
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Sun, 17 Aug 2014 12:29:48 +0200
+
 amarok (2.8.0-2) unstable; urgency=low
 
   * Drop kdemultimedia-dev build dependency. Apparently, it is not needed.
diff -Nru amarok-2.8.0/debian/control amarok-2.8.0/debian/control
--- amarok-2.8.0/debian/control	2013-11-04 20:26:49.000000000 +0100
+++ amarok-2.8.0/debian/control	2014-08-17 12:30:20.000000000 +0200
@@ -14,7 +14,8 @@
  libmysqld-pic (>= 5.5.23+dfsg), libwrap0-dev,
  libcurl4-gnutls-dev, libxml2-dev, libloudmouth1-dev,
  libgtk2.0-dev, libqca2-dev, liblastfm-dev (>= 1.0.3),
- libavformat-dev (>= 4:0.5), libofa0-dev, libaio-dev [linux-any]
+ libavformat-dev (>= 4:0.5), libofa0-dev, libaio-dev [linux-any],
+ libgcrytp20-dev
 Build-Depends-Indep: mysql-server-core-5.5 | mysql-server-core
 Standards-Version: 3.9.5
 Homepage: http://amarok.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20140817/4600ec2d/attachment.sig>


More information about the pkg-kde-extras mailing list