[SCM] juce/master: calculate version ourselves

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Feb 11 19:27:48 UTC 2016


The following commit has been merged in the master branch:
commit dfad90e922866513f5d89e0157d2e4e0e9cf1c4a
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Feb 11 15:24:58 2016 +0100

    calculate version ourselves

diff --git a/debian/rules b/debian/rules
index cdc2e08..3796619 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ common-binary-arch:: $(DEB_INSTALL_MANPAGES_juce-utils)
 $(BUILDDIR)/Introjucer.1:
 	-debian/scripts/Introjucer-help2man -h
 	-debian/scripts/Introjucer-help2man -v
-	help2man -N -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@
+	help2man -N --version-string="Introjucer $(DEB_UPSTREAM_VERSION)" -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@
 
 build/libjuce-doc::
 	cd doxygen && doxygen Doxyfile

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list