[SCM] soundscaperenderer/master: build (and remove) 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 1ff83b9c227019017954fd200ed6cdbf1cb066e1
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Mar 5 15:05:04 2014 +0100

    build (and remove) manpages

diff --git a/debian/rules b/debian/rules
index ed179dc..8d6448d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,12 @@ cleanbuilddir/soundscaperenderer-common::
 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
+build/soundscaperenderer::
+	$(CURDIR)/debian/scripts/help2man $(CURDIR)/$(DEB_BUILDDIR)/qt/src/ $(CURDIR)/debian/manpages .qt.1
+
+
 binary-install/soundscaperenderer-nox::
 	find $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin \
 	     -type f -name 'ssr*' -not -name '*.*' -exec \
@@ -60,4 +66,4 @@ binary-install/soundscaperenderer::
 
 
 clean::
-	rm -rf $(CURDIR)/build/
\ No newline at end of file
+	rm -rf $(CURDIR)/build/ $(CURDIR)/debian/manpages/

-- 
soundscaperenderer packaging



More information about the pkg-multimedia-commits mailing list