This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libpdfbox-java.
commit 932a73604982b4dd962adac1fb0cf2fe32d24ba0 Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 18 18:16:24 2015 +0100 Improved the reproducibility: set the locale when generating the javadoc --- debian/changelog | 2 ++ debian/patches/reproducible-javadoc.patch | 29 +++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 32 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1e50054..9c0b1df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ libpdfbox-java (1:1.8.10-1) UNRELEASED; urgency=medium * New upstream release. - Refreshed the patches - Adapted debian/*.poms to work with any version + * Improved the reproducibility: + - Set the locale when generating the javadoc * Removed the unused build dependency on liblucene2-java * Changed the priority from extra to optional * Clean the upstream tarball using the Files-Excluded field diff --git a/debian/patches/reproducible-javadoc.patch b/debian/patches/reproducible-javadoc.patch new file mode 100644 index 0000000..9240b68 --- /dev/null +++ b/debian/patches/reproducible-javadoc.patch @@ -0,0 +1,29 @@ +Description: Make the javadoc reproducible +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/pdfbox/build.xml ++++ b/pdfbox/build.xml +@@ -852,6 +852,7 @@ + verbose="no" + classpathref="pdfbox.build.classpath" + encoding="ISO-8859-1" ++ locale="en" + breakiterator="yes"> + <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/> + </javadoc> +@@ -876,6 +877,7 @@ + verbose="no" + classpathref="fontbox.build.classpath" + encoding="ISO-8859-1" ++ locale="en" + breakiterator="yes"> + <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/> + </javadoc> +@@ -900,6 +902,7 @@ + verbose="no" + classpathref="jempbox.build.classpath" + encoding="ISO-8859-1" ++ locale="en" + breakiterator="yes"> + <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/> + </javadoc> diff --git a/debian/patches/series b/debian/patches/series index 46e094f..64c44eb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ build.xml.patch build-subproject-docs.patch bc-1.47.patch +reproducible-javadoc.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpdfbox-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

