[SCM] snd/master: remove --program-suffix as it doesn't work

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Jan 26 20:30:24 UTC 2016


The following commit has been merged in the master branch:
commit 72ade22c95506a7e680bf0812fc7a3ab689125f7
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jan 25 23:45:36 2016 +0100

    remove --program-suffix as it doesn't work

diff --git a/debian/rules b/debian/rules
index 44fd89b..b5f8620 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,15 +58,15 @@ configureflags_audio_default  = --with-oss
 endif
 
 # nox
-DEB_CONFIGURE_EXTRA_FLAGS_nox       = --without-gui -program-suffix=.nox \
+DEB_CONFIGURE_EXTRA_FLAGS_nox       = --without-gui \
 	$(configureflags_audio_default)
 
 # jack
-DEB_CONFIGURE_EXTRA_FLAGS_gtk-jack  = --with-gtk --program-suffix=.gtk-jack \
+DEB_CONFIGURE_EXTRA_FLAGS_gtk-jack  = --with-gtk \
 	$(configureflags_audio_default) $(configureflags_audio_jack)
 
 ## pulse
-DEB_CONFIGURE_EXTRA_FLAGS_gtk-pulse = --with-gtk --with-pulseaudio --program-suffix=.gtk-pulse
+DEB_CONFIGURE_EXTRA_FLAGS_gtk-pulse = --with-gtk --with-pulseaudio
 DEB_CONFIGURE_EXTRA_FLAGS += $(DEB_CONFIGURE_EXTRA_FLAGS_$(cdbs_make_curflavor))
 
 # upstream naively (and worngly) assumes

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list