[SCM] ardour/master: Fixed manpage generator

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Oct 18 15:21:04 UTC 2016


The following commit has been merged in the master branch:
commit 75000c3bb12a7fb7dfe40e96ec1e75f35b3135bb
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Oct 18 17:15:43 2016 +0200

    Fixed manpage generator

diff --git a/debian/rules b/debian/rules
index d40b4e6..4075b8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -203,7 +203,7 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./msvc*
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./icons/win32/**
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./gtk2_ardour/win32/**
 
-MANPAGES: ardour5-copy-mixer.1 ardour5-export.1 ardour5-fix_bbtppq.1
+MANPAGES = ardour5-copy-mixer.1 ardour5-export.1 ardour5-fix_bbtppq.1
 .PHONY: manpages manpageclean
 $(MANPAGES): debian/ardour5-utils.1
 	cp $^ $@
@@ -211,5 +211,5 @@ manpages: $(MANPAGES)
 manpageclean:
 	rm -f $(MANPAGES)
 
-common-binary-arch:: manpages
+binary-install/ardour:: manpages
 clean:: manpageclean

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list