[openjfx] 07/10: Install the javapackager script and its man page

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jan 24 12:08:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjfx.

commit 055c26bc2c1b7c94410b53dfc8cdc7d8e935825f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Jan 22 00:41:03 2017 +0100

    Install the javapackager script and its man page
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b3d62d6..a50a7c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ openjfx (8u121-b13-1) UNRELEASED; urgency=medium
     - Copy libicui18n.so, libicuuc.so, libicudata.so and libsqlite3.so in the
       modules/web/build/linux/import/lib directory to build JavaScriptCore
     - Backported a fix for an ambiguous call to the pow() function in BoxShape
+    - Install the javapackager script and its man page
   * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 20 Jan 2017 11:58:13 +0100
diff --git a/debian/rules b/debian/rules
index a200437..aff5d32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,9 @@ override_dh_install-arch:
 	dh_install -popenjfx build/sdk/bin/* $(JAVA_HOME)/bin
 	dh_install -popenjfx build/sdk/man   $(JAVA_HOME)
 	dh_link -popenjfx $(JAVA_HOME)/bin/javafxpackager           /usr/bin/javafxpackager
+	dh_link -popenjfx $(JAVA_HOME)/bin/javapackager             /usr/bin/javapackager
 	dh_link -popenjfx $(JAVA_HOME)/man/man1/javafxpackager.1.gz /usr/share/man/man1/javafxpackager.1.gz
+	dh_link -popenjfx $(JAVA_HOME)/man/man1/javapackager.1.gz   /usr/share/man/man1/javapackager.1.gz
 
 	dh_link -popenjfx $(OPENJFX_HOME)/jre/lib/jfxswt.jar        $(JAVA_HOME)/jre/lib/jfxswt.jar
 	dh_link -popenjfx $(OPENJFX_HOME)/jre/lib/javafx.properties $(JAVA_HOME)/jre/lib/javafx.properties

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git



More information about the pkg-java-commits mailing list