This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-utils2.
commit 94282f0e0108328de5c1a5ed845cdfc77c7035d5 Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 17:26:42 2017 +0200 Fixed the get-orig-source target in debian/rules --- debian/changelog | 1 + debian/rules | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 618e86a..fc5d716 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ plexus-utils2 (3.0.22-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL * Switch to debhelper level 10 + * Fixed the get-orig-source target in debian/rules -- Emmanuel Bourg <[email protected]> Thu, 18 May 2017 17:25:26 +0200 diff --git a/debian/rules b/debian/rules index 18f5849..5a6351f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,7 @@ #!/usr/bin/make -f -export JAVA_HOME=/usr/lib/jvm/default-java - %: dh $@ get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-utils2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

