--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package giada
giada currently FTBFS due to an underlinking problem when building against
juce-modules-source/5.4.1+really5.4.1~repack-3 (currently in 'unstable' awaiting
an unblock as juce-modules-source/5.4.1+really5.4.1~repack-2 in 'testing' causes
another FTBFS of giada).
The patch is pretty simple (adding B-D on libcurl-dev and adding "-lcurl" to the
linker flags).
Thanks for considering
unblock giada/0.15.2+ds1-2
-- System Information:
Debian Release: buster/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-3-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru giada-0.15.2+ds1/debian/changelog giada-0.15.2+ds1/debian/changelog
--- giada-0.15.2+ds1/debian/changelog 2018-09-08 18:22:39.000000000 +0200
+++ giada-0.15.2+ds1/debian/changelog 2019-03-06 23:08:53.000000000 +0100
@@ -1,3 +1,9 @@
+giada (0.15.2+ds1-2) unstable; urgency=medium
+
+ * B-D and link against libcurl (Closes: #923898)
+
+ -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Wed, 06 Mar 2019 23:08:53 +0100
+
giada (0.15.2+ds1-1) unstable; urgency=medium
* New upstream version 0.15.2+ds1
diff -Nru giada-0.15.2+ds1/debian/control giada-0.15.2+ds1/debian/control
--- giada-0.15.2+ds1/debian/control 2018-09-08 18:22:39.000000000 +0200
+++ giada-0.15.2+ds1/debian/control 2019-03-06 23:08:53.000000000 +0100
@@ -11,6 +11,7 @@
juce-modules-source,
libasound2,
libfltk1.3-dev,
+ libcurl4-gnutls-dev | libcurl-dev,
libjack-dev,
libjansson-dev,
libpulse-dev,
diff -Nru giada-0.15.2+ds1/debian/rules giada-0.15.2+ds1/debian/rules
--- giada-0.15.2+ds1/debian/rules 2018-09-08 18:22:39.000000000 +0200
+++ giada-0.15.2+ds1/debian/rules 2019-03-06 23:08:53.000000000 +0100
@@ -14,7 +14,7 @@
CPPFLAGS+=-DBUILD_DATE='"$(BUILD_DATE)"'
CXXFLAGS+=-std=c++11 -Wno-error
-LIBS=$(shell pkg-config --libs libjpeg libpng)
+LIBS=$(shell pkg-config --libs libjpeg libpng libcurl)
# JUCE (used by giada) uses some c++11 features requiring atomic_store_8 and
# atomic_load_8, so we need to link with libatomic on
--- End Message ---