From 0efc46d1490fd153f0a0e47b7915800ce42d49fc Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 14 Jun 2016 16:27:32 -0400 Subject: [PATCH] port f5548e4d479c9e8f056cd8effe54d186efc036df from Pd-l2ork: debuild: Fix up hard-coded run-time dependencies --- debuild/debian/changelog | 6 ++++++ debuild/debian/control | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debuild/debian/changelog b/debuild/debian/changelog index 200b1779a..90a643b1e 100644 --- a/debuild/debian/changelog +++ b/debuild/debian/changelog @@ -1,3 +1,9 @@ +pd-l2ork (20160608+git1683-1) xenial; urgency=low + + * Build from latest upstream source. + + -- Albert Graef <aggraef@gmail.com> Thu, 09 Jun 2016 19:54:47 +0200 + pd-l2ork (20160606+git1681-1) xenial; urgency=low * Build from latest upstream source. diff --git a/debuild/debian/control b/debuild/debian/control index a112e187a..d8c0532ae 100644 --- a/debuild/debian/control +++ b/debuild/debian/control @@ -8,11 +8,11 @@ Homepage: http://l2ork.music.vt.edu Package: pd-l2ork Architecture: any -# XXXTODO: Not sure whether it's really necessary to explicitly list these, -# since most of the corresponding development packages are already in the build -# dependencies. However, some of these might be loaded dynamically rather than -# being linked at compile time, so for safety we just include them all. -Depends: ${shlibs:Depends}, ${misc:Depends}, python, tkpng, tclxapian, ttf-dejavu-core, libavifile-0.7c2, libbluetooth3, libdc1394-22, libfftw3-3, libflite1, libftgl2, libgmerlin0, libgmerlin-avdec1, libgsm1, libjpeg62, libmp3lame0, libquicktime2, libraw1394-11, libsmpeg0, libspeex1, libv4l-0, libvorbis0a, libxv1 +# XXXTODO: There are some hard-coded shared library dependencies here, copied +# verbatim from the VT control file. We'd need to check whether these are +# actually needed somewhere. Some of them might be loaded dynamically rather +# than being linked at compile time, so for safety we still include them. +Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-tk, tkpng, tclxapian, ttf-dejavu-core, fluid-soundfont-gm, libfftw3-3, libgmerlin0, libgmerlin-avdec1, libgsm1, libjpeg62, libraw1394-11, libsmpeg0, libvorbis0a Recommends: xdg-utils, pulseaudio-utils, tap-plugins, ladspa-foo-plugins, invada-studio-plugins-ladspa, blepvco, swh-plugins, mcp-plugins, cmt, blop, omins, ubuntustudio-audio-plugins, rev-plugins, dssi-utils, vco-plugins, wah-plugins, fil-plugins, mda-lv2 Provides: pd-l2ork Replaces: pd-l2ork -- GitLab