From fc7a0e9a25a44dd64a9ab09ddaed414b22469011 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Thu, 15 Aug 2019 22:03:34 +0200 Subject: [PATCH] Fix the Debian control files once again, since the dependency auto-detection needs a Depends line in there. --- packages/linux_make/debian/control | 3 ++- packages/linux_make/debian/control.desktop | 3 ++- packages/linux_make/debian/control.raspbian | 3 ++- packages/linux_make/debian/control.ubuntu | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/linux_make/debian/control b/packages/linux_make/debian/control index 2e9b205ed..092104c1a 100644 --- a/packages/linux_make/debian/control +++ b/packages/linux_make/debian/control @@ -6,10 +6,11 @@ Maintainer: Ivica Ico Bukvic <ico@vt.edu> Homepage: http://l2ork.music.vt.edu Package: pd-l2ork Architecture: i386 +Depends: python Provides: pd-l2ork Installed-Size: 90624 Recommends: xdg-utils, pulseaudio-utils, tap-plugins, ladspa-foo-plugins, invada-studio-plugins-ladspa, blepvco, swh-plugins, mcp-plugins, cmt, blop, slv2-jack, omins, ubuntustudio-audio-plugins, rev-plugins, dssi-utils, vco-plugins, wah-plugins, fil-plugins, mda-lv2 -Suggests: python, fluid-soundfont-gm +Suggests: fluid-soundfont-gm Conflicts: Replaces: pd-l2ork Description: Interactive multimedia programming environment diff --git a/packages/linux_make/debian/control.desktop b/packages/linux_make/debian/control.desktop index 2e9b205ed..092104c1a 100644 --- a/packages/linux_make/debian/control.desktop +++ b/packages/linux_make/debian/control.desktop @@ -6,10 +6,11 @@ Maintainer: Ivica Ico Bukvic <ico@vt.edu> Homepage: http://l2ork.music.vt.edu Package: pd-l2ork Architecture: i386 +Depends: python Provides: pd-l2ork Installed-Size: 90624 Recommends: xdg-utils, pulseaudio-utils, tap-plugins, ladspa-foo-plugins, invada-studio-plugins-ladspa, blepvco, swh-plugins, mcp-plugins, cmt, blop, slv2-jack, omins, ubuntustudio-audio-plugins, rev-plugins, dssi-utils, vco-plugins, wah-plugins, fil-plugins, mda-lv2 -Suggests: python, fluid-soundfont-gm +Suggests: fluid-soundfont-gm Conflicts: Replaces: pd-l2ork Description: Interactive multimedia programming environment diff --git a/packages/linux_make/debian/control.raspbian b/packages/linux_make/debian/control.raspbian index 2e9b205ed..092104c1a 100644 --- a/packages/linux_make/debian/control.raspbian +++ b/packages/linux_make/debian/control.raspbian @@ -6,10 +6,11 @@ Maintainer: Ivica Ico Bukvic <ico@vt.edu> Homepage: http://l2ork.music.vt.edu Package: pd-l2ork Architecture: i386 +Depends: python Provides: pd-l2ork Installed-Size: 90624 Recommends: xdg-utils, pulseaudio-utils, tap-plugins, ladspa-foo-plugins, invada-studio-plugins-ladspa, blepvco, swh-plugins, mcp-plugins, cmt, blop, slv2-jack, omins, ubuntustudio-audio-plugins, rev-plugins, dssi-utils, vco-plugins, wah-plugins, fil-plugins, mda-lv2 -Suggests: python, fluid-soundfont-gm +Suggests: fluid-soundfont-gm Conflicts: Replaces: pd-l2ork Description: Interactive multimedia programming environment diff --git a/packages/linux_make/debian/control.ubuntu b/packages/linux_make/debian/control.ubuntu index 9cc23db69..8dad6b89b 100644 --- a/packages/linux_make/debian/control.ubuntu +++ b/packages/linux_make/debian/control.ubuntu @@ -6,10 +6,11 @@ Maintainer: Ivica Ico Bukvic <ico@vt.edu> Homepage: http://l2ork.music.vt.edu Package: pd-l2ork Architecture: i386 +Depends: python Provides: pd-l2ork Installed-Size: 90624 Recommends: xdg-utils, pulseaudio-utils, tap-plugins, ladspa-foo-plugins, invada-studio-plugins-ladspa, blepvco, swh-plugins, mcp-plugins, cmt, blop, slv2-jack, omins, ubuntustudio-audio-plugins, rev-plugins, dssi-utils, vco-plugins, wah-plugins, fil-plugins, mda-lv2 -Suggests: python, fluid-soundfont-gm +Suggests: fluid-soundfont-gm Conflicts: pd-l2ork, puredata, pd-extended, puredata-utils, puredata-extra, gem, puredata-core, puredata-gui, puredata-doc Replaces: pd-l2ork Description: Interactive multimedia programming environment -- GitLab