From c2d232405dff3c653d8518d91cb1894bb1c4bcaf Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 31 Jan 2015 17:19:22 -0500 Subject: Use #!/usr/bin/dh-exec in relevant .install files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A number of .install files reference the DEB_HOST_MULTIARCH variable. Make these files scripts run by dh-exec so it’s expanded properly. --- debian/control | 1 + debian/deadbeef-plugin-aac.install | 1 + debian/deadbeef-plugin-alac.install | 1 + debian/deadbeef-plugin-alsa.install | 1 + debian/deadbeef-plugin-artwork.install | 1 + debian/deadbeef-plugin-cdda.install | 1 + debian/deadbeef-plugin-converter-core.install | 1 + debian/deadbeef-plugin-converter-gtk2.install | 1 + debian/deadbeef-plugin-converter-gtk3.install | 1 + debian/deadbeef-plugin-curl.install | 1 + debian/deadbeef-plugin-flac.install | 1 + debian/deadbeef-plugin-gui-gtk2.install | 1 + debian/deadbeef-plugin-gui-gtk3.install | 1 + debian/deadbeef-plugin-hotkeys.install | 1 + debian/deadbeef-plugin-lastfm.install | 1 + debian/deadbeef-plugin-libavcodec.install | 1 + debian/deadbeef-plugin-m3u.install | 1 + debian/deadbeef-plugin-mono2stereo.install | 1 + debian/deadbeef-plugin-mp3.install | 1 + debian/deadbeef-plugin-notify.install | 1 + debian/deadbeef-plugin-nullout.install | 1 + debian/deadbeef-plugin-oss.install | 1 + debian/deadbeef-plugin-pltbrowser-gtk2.install | 1 + debian/deadbeef-plugin-pltbrowser-gtk3.install | 1 + debian/deadbeef-plugin-pulse.install | 1 + debian/deadbeef-plugin-resampler.install | 1 + debian/deadbeef-plugin-shellexec-core.install | 1 + debian/deadbeef-plugin-shellexec-gtk2.install | 1 + debian/deadbeef-plugin-shellexec-gtk3.install | 1 + debian/deadbeef-plugin-sndfile.install | 1 + debian/deadbeef-plugin-supereq.install | 1 + debian/deadbeef-plugin-tta.install | 1 + debian/deadbeef-plugin-vorbis.install | 1 + debian/deadbeef-plugin-vtx.install | 1 + debian/deadbeef-plugin-wavpack.install | 1 + 35 files changed, 35 insertions(+) mode change 100644 => 100755 debian/deadbeef-plugin-aac.install mode change 100644 => 100755 debian/deadbeef-plugin-alac.install mode change 100644 => 100755 debian/deadbeef-plugin-alsa.install mode change 100644 => 100755 debian/deadbeef-plugin-artwork.install mode change 100644 => 100755 debian/deadbeef-plugin-cdda.install mode change 100644 => 100755 debian/deadbeef-plugin-converter-core.install mode change 100644 => 100755 debian/deadbeef-plugin-converter-gtk2.install mode change 100644 => 100755 debian/deadbeef-plugin-converter-gtk3.install mode change 100644 => 100755 debian/deadbeef-plugin-curl.install mode change 100644 => 100755 debian/deadbeef-plugin-flac.install mode change 100644 => 100755 debian/deadbeef-plugin-gui-gtk2.install mode change 100644 => 100755 debian/deadbeef-plugin-gui-gtk3.install mode change 100644 => 100755 debian/deadbeef-plugin-hotkeys.install mode change 100644 => 100755 debian/deadbeef-plugin-lastfm.install mode change 100644 => 100755 debian/deadbeef-plugin-libavcodec.install mode change 100644 => 100755 debian/deadbeef-plugin-m3u.install mode change 100644 => 100755 debian/deadbeef-plugin-mono2stereo.install mode change 100644 => 100755 debian/deadbeef-plugin-mp3.install mode change 100644 => 100755 debian/deadbeef-plugin-notify.install mode change 100644 => 100755 debian/deadbeef-plugin-nullout.install mode change 100644 => 100755 debian/deadbeef-plugin-oss.install mode change 100644 => 100755 debian/deadbeef-plugin-pltbrowser-gtk2.install mode change 100644 => 100755 debian/deadbeef-plugin-pltbrowser-gtk3.install mode change 100644 => 100755 debian/deadbeef-plugin-pulse.install mode change 100644 => 100755 debian/deadbeef-plugin-resampler.install mode change 100644 => 100755 debian/deadbeef-plugin-shellexec-core.install mode change 100644 => 100755 debian/deadbeef-plugin-shellexec-gtk2.install mode change 100644 => 100755 debian/deadbeef-plugin-shellexec-gtk3.install mode change 100644 => 100755 debian/deadbeef-plugin-sndfile.install mode change 100644 => 100755 debian/deadbeef-plugin-supereq.install mode change 100644 => 100755 debian/deadbeef-plugin-tta.install mode change 100644 => 100755 debian/deadbeef-plugin-vorbis.install mode change 100644 => 100755 debian/deadbeef-plugin-vtx.install mode change 100644 => 100755 debian/deadbeef-plugin-wavpack.install diff --git a/debian/control b/debian/control index 1ee4b60e..31535ed5 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Benjamin Barenblat Build-Depends: debhelper (>= 9), dh-autoreconf, + dh-exec, intltool, libasound2-dev, libavformat-dev, diff --git a/debian/deadbeef-plugin-aac.install b/debian/deadbeef-plugin-aac.install old mode 100644 new mode 100755 index dcfaaf79..1ac3796f --- a/debian/deadbeef-plugin-aac.install +++ b/debian/deadbeef-plugin-aac.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/aac.so diff --git a/debian/deadbeef-plugin-alac.install b/debian/deadbeef-plugin-alac.install old mode 100644 new mode 100755 index 12053b52..6641c220 --- a/debian/deadbeef-plugin-alac.install +++ b/debian/deadbeef-plugin-alac.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/alac.so diff --git a/debian/deadbeef-plugin-alsa.install b/debian/deadbeef-plugin-alsa.install old mode 100644 new mode 100755 index e88dbca5..61c10779 --- a/debian/deadbeef-plugin-alsa.install +++ b/debian/deadbeef-plugin-alsa.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/alsa.so diff --git a/debian/deadbeef-plugin-artwork.install b/debian/deadbeef-plugin-artwork.install old mode 100644 new mode 100755 index 86c64052..8e2818c0 --- a/debian/deadbeef-plugin-artwork.install +++ b/debian/deadbeef-plugin-artwork.install @@ -1,2 +1,3 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/artwork.so usr/share/deadbeef/pixmaps/noartwork.png diff --git a/debian/deadbeef-plugin-cdda.install b/debian/deadbeef-plugin-cdda.install old mode 100644 new mode 100755 index 5dcddf65..012d9e46 --- a/debian/deadbeef-plugin-cdda.install +++ b/debian/deadbeef-plugin-cdda.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/cdda.so diff --git a/debian/deadbeef-plugin-converter-core.install b/debian/deadbeef-plugin-converter-core.install old mode 100644 new mode 100755 index 2fa12874..0dacf6af --- a/debian/deadbeef-plugin-converter-core.install +++ b/debian/deadbeef-plugin-converter-core.install @@ -1,2 +1,3 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/converter.so usr/share/deadbeef/convpresets diff --git a/debian/deadbeef-plugin-converter-gtk2.install b/debian/deadbeef-plugin-converter-gtk2.install old mode 100644 new mode 100755 index a35fe809..1a78c896 --- a/debian/deadbeef-plugin-converter-gtk2.install +++ b/debian/deadbeef-plugin-converter-gtk2.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/converter_gtk2.so diff --git a/debian/deadbeef-plugin-converter-gtk3.install b/debian/deadbeef-plugin-converter-gtk3.install old mode 100644 new mode 100755 index 1baccdcc..ae2ece29 --- a/debian/deadbeef-plugin-converter-gtk3.install +++ b/debian/deadbeef-plugin-converter-gtk3.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/converter_gtk3.so diff --git a/debian/deadbeef-plugin-curl.install b/debian/deadbeef-plugin-curl.install old mode 100644 new mode 100755 index f7413cb4..f4508ab0 --- a/debian/deadbeef-plugin-curl.install +++ b/debian/deadbeef-plugin-curl.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/vfs_curl.so diff --git a/debian/deadbeef-plugin-flac.install b/debian/deadbeef-plugin-flac.install old mode 100644 new mode 100755 index 1a3e04cc..bd68c82f --- a/debian/deadbeef-plugin-flac.install +++ b/debian/deadbeef-plugin-flac.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/flac.so diff --git a/debian/deadbeef-plugin-gui-gtk2.install b/debian/deadbeef-plugin-gui-gtk2.install old mode 100644 new mode 100755 index 17a8ec78..4360c5eb --- a/debian/deadbeef-plugin-gui-gtk2.install +++ b/debian/deadbeef-plugin-gui-gtk2.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/ddb_gui_GTK2.so diff --git a/debian/deadbeef-plugin-gui-gtk3.install b/debian/deadbeef-plugin-gui-gtk3.install old mode 100644 new mode 100755 index 01b6237e..56a968a4 --- a/debian/deadbeef-plugin-gui-gtk3.install +++ b/debian/deadbeef-plugin-gui-gtk3.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/ddb_gui_GTK3.so diff --git a/debian/deadbeef-plugin-hotkeys.install b/debian/deadbeef-plugin-hotkeys.install old mode 100644 new mode 100755 index 04578c6e..d7ff49f0 --- a/debian/deadbeef-plugin-hotkeys.install +++ b/debian/deadbeef-plugin-hotkeys.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/hotkeys.so diff --git a/debian/deadbeef-plugin-lastfm.install b/debian/deadbeef-plugin-lastfm.install old mode 100644 new mode 100755 index 4b46b109..6d6eba1a --- a/debian/deadbeef-plugin-lastfm.install +++ b/debian/deadbeef-plugin-lastfm.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/lastfm.so diff --git a/debian/deadbeef-plugin-libavcodec.install b/debian/deadbeef-plugin-libavcodec.install old mode 100644 new mode 100755 index a3ba2b08..0254e498 --- a/debian/deadbeef-plugin-libavcodec.install +++ b/debian/deadbeef-plugin-libavcodec.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/ffmpeg.so diff --git a/debian/deadbeef-plugin-m3u.install b/debian/deadbeef-plugin-m3u.install old mode 100644 new mode 100755 index 2cfe5b46..4259009b --- a/debian/deadbeef-plugin-m3u.install +++ b/debian/deadbeef-plugin-m3u.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/m3u.so diff --git a/debian/deadbeef-plugin-mono2stereo.install b/debian/deadbeef-plugin-mono2stereo.install old mode 100644 new mode 100755 index 2a0f3ab0..72f73f5c --- a/debian/deadbeef-plugin-mono2stereo.install +++ b/debian/deadbeef-plugin-mono2stereo.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/ddb_mono2stereo.so diff --git a/debian/deadbeef-plugin-mp3.install b/debian/deadbeef-plugin-mp3.install old mode 100644 new mode 100755 index e0c2465b..a9830582 --- a/debian/deadbeef-plugin-mp3.install +++ b/debian/deadbeef-plugin-mp3.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/mpgmad.so diff --git a/debian/deadbeef-plugin-notify.install b/debian/deadbeef-plugin-notify.install old mode 100644 new mode 100755 index 8a41f511..244bfae6 --- a/debian/deadbeef-plugin-notify.install +++ b/debian/deadbeef-plugin-notify.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/notify.so diff --git a/debian/deadbeef-plugin-nullout.install b/debian/deadbeef-plugin-nullout.install old mode 100644 new mode 100755 index 71e5418b..e7af080a --- a/debian/deadbeef-plugin-nullout.install +++ b/debian/deadbeef-plugin-nullout.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/nullout.so diff --git a/debian/deadbeef-plugin-oss.install b/debian/deadbeef-plugin-oss.install old mode 100644 new mode 100755 index 1424b0d4..9a3594a2 --- a/debian/deadbeef-plugin-oss.install +++ b/debian/deadbeef-plugin-oss.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/oss.so diff --git a/debian/deadbeef-plugin-pltbrowser-gtk2.install b/debian/deadbeef-plugin-pltbrowser-gtk2.install old mode 100644 new mode 100755 index 0087ce54..24d84bb5 --- a/debian/deadbeef-plugin-pltbrowser-gtk2.install +++ b/debian/deadbeef-plugin-pltbrowser-gtk2.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/pltbrowser_gtk2.so diff --git a/debian/deadbeef-plugin-pltbrowser-gtk3.install b/debian/deadbeef-plugin-pltbrowser-gtk3.install old mode 100644 new mode 100755 index a8021b19..c6214334 --- a/debian/deadbeef-plugin-pltbrowser-gtk3.install +++ b/debian/deadbeef-plugin-pltbrowser-gtk3.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/pltbrowser_gtk3.so diff --git a/debian/deadbeef-plugin-pulse.install b/debian/deadbeef-plugin-pulse.install old mode 100644 new mode 100755 index 2b02f7bb..d5ff2dc0 --- a/debian/deadbeef-plugin-pulse.install +++ b/debian/deadbeef-plugin-pulse.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/pulse.so diff --git a/debian/deadbeef-plugin-resampler.install b/debian/deadbeef-plugin-resampler.install old mode 100644 new mode 100755 index b2eef6da..d42f45f9 --- a/debian/deadbeef-plugin-resampler.install +++ b/debian/deadbeef-plugin-resampler.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/dsp_libsrc.so diff --git a/debian/deadbeef-plugin-shellexec-core.install b/debian/deadbeef-plugin-shellexec-core.install old mode 100644 new mode 100755 index a221a7e3..dcb80ae8 --- a/debian/deadbeef-plugin-shellexec-core.install +++ b/debian/deadbeef-plugin-shellexec-core.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/shellexec.so diff --git a/debian/deadbeef-plugin-shellexec-gtk2.install b/debian/deadbeef-plugin-shellexec-gtk2.install old mode 100644 new mode 100755 index 169bddba..ca7e163e --- a/debian/deadbeef-plugin-shellexec-gtk2.install +++ b/debian/deadbeef-plugin-shellexec-gtk2.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/shellexecui_gtk2.so diff --git a/debian/deadbeef-plugin-shellexec-gtk3.install b/debian/deadbeef-plugin-shellexec-gtk3.install old mode 100644 new mode 100755 index 32aca5f3..270a3dea --- a/debian/deadbeef-plugin-shellexec-gtk3.install +++ b/debian/deadbeef-plugin-shellexec-gtk3.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/shellexecui_gtk3.so diff --git a/debian/deadbeef-plugin-sndfile.install b/debian/deadbeef-plugin-sndfile.install old mode 100644 new mode 100755 index 582eb654..2f4040f2 --- a/debian/deadbeef-plugin-sndfile.install +++ b/debian/deadbeef-plugin-sndfile.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/sndfile.so diff --git a/debian/deadbeef-plugin-supereq.install b/debian/deadbeef-plugin-supereq.install old mode 100644 new mode 100755 index 9847c3dc..9e2099b3 --- a/debian/deadbeef-plugin-supereq.install +++ b/debian/deadbeef-plugin-supereq.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/supereq.so diff --git a/debian/deadbeef-plugin-tta.install b/debian/deadbeef-plugin-tta.install old mode 100644 new mode 100755 index aefc4776..edae5fb8 --- a/debian/deadbeef-plugin-tta.install +++ b/debian/deadbeef-plugin-tta.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/tta.so diff --git a/debian/deadbeef-plugin-vorbis.install b/debian/deadbeef-plugin-vorbis.install old mode 100644 new mode 100755 index 1fce5be9..0fbe12b1 --- a/debian/deadbeef-plugin-vorbis.install +++ b/debian/deadbeef-plugin-vorbis.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/vorbis.so diff --git a/debian/deadbeef-plugin-vtx.install b/debian/deadbeef-plugin-vtx.install old mode 100644 new mode 100755 index d2dbe946..b1176e70 --- a/debian/deadbeef-plugin-vtx.install +++ b/debian/deadbeef-plugin-vtx.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/vtx.so diff --git a/debian/deadbeef-plugin-wavpack.install b/debian/deadbeef-plugin-wavpack.install old mode 100644 new mode 100755 index 0406b89a..2ffca194 --- a/debian/deadbeef-plugin-wavpack.install +++ b/debian/deadbeef-plugin-wavpack.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/wavpack.so -- cgit v1.2.3