This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository pdfsam.
commit 628f10f122d370fac7f30b25295d05486283dfd7 Author: Markus Koschany <[email protected]> Date: Fri Sep 15 23:38:39 2017 +0200 get-orig-source: Use xz compression and repack the tarball. Remove the prebuilt dll file. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e0fcb65..7a9bbc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ pdfsam (3.3.2-1) experimental; urgency=medium Thanks to Michael Weghorn for the report. (Closes: #874372) * Tighten build-dependency on libsejda-java and libsambox-java. * pdfsam.poms: Remove --has-package-version flag. + * get-orig-source: Use xz compression and repack the tarball. -- Markus Koschany <[email protected]> Fri, 15 Sep 2017 23:30:40 +0200 diff --git a/debian/rules b/debian/rules index 12e347c..ee56f7c 100755 --- a/debian/rules +++ b/debian/rules @@ -30,4 +30,4 @@ override_dh_fixperms: chmod a+x $(CURDIR)/debian/pdfsam/usr/share/pdfsam/bin/pdfsam.sh get-orig-source: - uscan --download-current-version --force-download --no-symlink + uscan --download-current-version --force-download --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pdfsam.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

