[SCM] juce/master: testing help2man script

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 0f2e960ed9c035349aabf543ece600957766f475
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Feb 11 17:29:39 2016 +0100

    testing help2man script

diff --git a/debian/rules b/debian/rules
index 0260f1e..be9d11e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,7 @@ pre-build:: patch
 common-binary-arch:: $(DEB_INSTALL_MANPAGES_juce-utils)
 
 $(BUILDDIR)/Introjucer.1:
+	-debian/scripts/Introjucer-help2man -t
 	-debian/scripts/Introjucer-help2man -h
 	-debian/scripts/Introjucer-help2man -v
 	help2man -N --version-string="Introjucer $(DEB_UPSTREAM_VERSION)" -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@
diff --git a/debian/scripts/Introjucer-help2man b/debian/scripts/Introjucer-help2man
index b84b478..3961868 100755
--- a/debian/scripts/Introjucer-help2man
+++ b/debian/scripts/Introjucer-help2man
@@ -18,6 +18,13 @@ case "$1" in
     #echo "JUCE $(dpkg-parsechangelog -SVersion | cut -d: -f2- | sed -e 's|-[^-]*$||' -e 's|.repack$||')"
     echo "JUCE"
     ;;
+  -t|--test)
+    echo "LIBJUCE_PATH: ${LIBJUCE_PATH}"
+    echo "INTROJUCER: ${INTROJUCER}"
+    echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}"
+    ls -l "${INTRODUCER}" "${LIBJUCE_PATH}"
+    sleep 100
+    ;;
   *)
     ;;
 esac

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list