[SCM] flumotion/master: Cosmetics: More compact manpage listing in rules file.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Mar 8 19:39:54 UTC 2012


The following commit has been merged in the master branch:
commit 49a0099b183d2fca817afbdf3a1be9dbbe7c0728
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Mar 8 19:55:32 2012 +0100

    Cosmetics: More compact manpage listing in rules file.

diff --git a/debian/rules b/debian/rules
index bb68ded..639bff3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,15 +69,9 @@ binary-post-install/flumotion::
 ## upstream lacks some manpages
 ## so we generate them on the fly, using help2man
 CDBS_BUILD_DEPENDS += , help2man (>= 1.37.1~)
-manpages = debian/help2man/flumotion-admin-text.1 \
-	debian/help2man/flumotion-command.1 \
-	debian/help2man/flumotion-inspect.1 \
-	debian/help2man/flumotion-job.1 \
-	debian/help2man/flumotion-launch.1 \
-	debian/help2man/flumotion-nagios.1 \
-	debian/help2man/flumotion-tester.1 \
-	debian/help2man/flumotion-rrdmon.1 \
-	debian/help2man/flumotion.8 \
+manpages = $(patsubst %,debian/help2man/flumotion-%.1,\
+ admin-text command inspect job launch nagios tester rrdmon)
+manpages += debian/help2man/flumotion.8
 
 DEB_INSTALL_MANPAGES_flumotion = $(manpages)
 common-binary-arch:: $(manpages)

-- 
flumotion packaging



More information about the pkg-multimedia-commits mailing list