[SCM] soundscaperenderer/master: build manpages in build/manpages
zmoelnig-guest at users.alioth.debian.org
zmoelnig-guest at users.alioth.debian.org
Wed Mar 5 15:40:29 UTC 2014
The following commit has been merged in the master branch:
commit 6173fc5239c1a992341014f74cf62ad048582a6e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Wed Mar 5 15:57:02 2014 +0100
build manpages in build/manpages
diff --git a/debian/rules b/debian/rules
index 270ed17..89b6adb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,21 +49,22 @@ binary-install/soundscaperenderer-common::
rm -rf $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/ssr/images/
build/soundscaperenderer-nox::
- $(CURDIR)/debian/scripts/help2man $(CURDIR)/$(DEB_BUILDDIR)/nox/src $(CURDIR)/debian/manpages .nox.1
+ $(CURDIR)/debian/scripts/help2man $(CURDIR)/$(DEB_BUILDDIR)/nox/src $(CURDIR)/build/manpages .nox.1
build/soundscaperenderer::
- $(CURDIR)/debian/scripts/help2man $(CURDIR)/$(DEB_BUILDDIR)/qt/src $(CURDIR)/debian/manpages .qt.1
+ $(CURDIR)/debian/scripts/help2man $(CURDIR)/$(DEB_BUILDDIR)/qt/src $(CURDIR)/build/manpages .qt.1
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 \
+ -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 \
+ -type f -name 'ssr-*' -not -name '*.*' -exec \
mv '{}' '{}.qt' ';'
-
clean::
- rm -rf $(CURDIR)/build/ $(CURDIR)/debian/manpages/
+ rm -rf $(CURDIR)/build/
--
soundscaperenderer packaging
More information about the pkg-multimedia-commits
mailing list