[SCM] soundscaperenderer/master: program-suffix *does* work
zmoelnig-guest at users.alioth.debian.org
zmoelnig-guest at users.alioth.debian.org
Mon Mar 10 11:41:01 UTC 2014
The following commit has been merged in the master branch:
commit 4ceac7f5c9a4c334ed2ff05497ad01ac3a1f2447
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Mon Mar 10 11:51:18 2014 +0100
program-suffix *does* work
(but only in the 'install' target)
diff --git a/debian/rules b/debian/rules
index ec0de94..748eeb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,8 +35,8 @@ CDBS_BUILD_DEPENDS_rules_utils_buildinfo =
## (x86_64 should be turned on automatically by the compiler)
DEB_CONFIGURE_EXTRA_FLAGS = --disable-optimization
# per flavor configure options
-DEB_CONFIGURE_EXTRA_FLAGS_qt =
-DEB_CONFIGURE_EXTRA_FLAGS_nox = --disable-gui
+DEB_CONFIGURE_EXTRA_FLAGS_qt = --enable-gui --program-suffix=.qt
+DEB_CONFIGURE_EXTRA_FLAGS_nox = --disable-gui --program-suffix=.nox
DEB_CONFIGURE_EXTRA_FLAGS += $(DEB_CONFIGURE_EXTRA_FLAGS_$(cdbs_make_curflavor))
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(doc/manual/images/.*\.(png|eps)|data/images/.*\.png|data/MacOSX/.*/.*\.(png|jpg)|data/MacOSX/(SSRIcon.icns|run-ssr.scpt)|data/impulse_responses/hrirs/hrirs_fabian\.wav|data/impulse_responses/wfs_prefilters/wfs_prefilter_[0-9]*_[0-9]*_[0-9]*\.wav|debian/(changelog|copyright(|_hints|_newhints)))$
@@ -60,15 +60,9 @@ build/soundscaperenderer::
binary-install/soundscaperenderer-nox::
find $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin -name ssr -delete
- find $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin \
- -type f -name 'ssr-*' -not -name '*.*' -exec \
- mv '{}' '{}.nox' ';'
binary-install/soundscaperenderer::
find $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin -name ssr -delete
- find $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin \
- -type f -name 'ssr-*' -not -name '*.*' -exec \
- mv '{}' '{}.qt' ';'
clean::
rm -rf $(CURDIR)/build/
--
soundscaperenderer packaging
More information about the pkg-multimedia-commits
mailing list