This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcofoja-java.
commit deb09e4f88cef0e9aa5d9ac833f490945822b491 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 15 01:45:16 2014 +0200 Changed the get-orig-source target in debian/rules to call uscan --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1504cba..213ba5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ cofoja (1.0~r139-3) UNRELEASED; urgency=medium * Switch to debhelper level 9 * Replaced debian/get-orig-source.sh with debian/orig-tar.sh and made it work with uscan + * Changed the get-orig-source target in debian/rules to call uscan * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Mon, 14 Apr 2014 16:19:53 +0200 diff --git a/debian/rules b/debian/rules index 3d936ee..555a41b 100755 --- a/debian/rules +++ b/debian/rules @@ -37,4 +37,4 @@ override_dh_auto_test: test get-orig-source: - debian/get-orig-source.sh + uscan --download-current-version --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcofoja-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

