This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjfx.
commit e79a2f204c17571fc1172f515a373bfe01ce73fe Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 18 16:26:18 2014 +0200 Removed the timestamp in the gzipped man pages --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 85ee58d..9205a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ openjfx (8u20-b26-1) UNRELEASED; urgency=medium * New upstream release * Disabled the Gradle version check to build with Gradle 1.5 * debian/rules: Updated the path to the SDK generated during the build + * Removed the timestamp in the gzipped man pages * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Thu, 18 Sep 2014 14:22:30 +0200 diff --git a/debian/rules b/debian/rules index 1b7aa51..bed8a1a 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_build: override_dh_install: dh_install -i - gzip -r -v --best build/sdk/man/ + gzip -r -v -n --best build/sdk/man/ 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

