This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala.
commit 1aec747c5d8482f799061aa70fe56c5a617acb28 Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 6 09:39:46 2015 +0100 debian/rules: Added the missing get-orig-source target (Closes: #724704) --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index aca7a13..1791680 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ scala (2.10.4+dfsg-1) UNRELEASED; urgency=low [ Emmanuel Bourg ] * debian/watch: Fixed the versions matched (x.y.z instead of x.y.z..z) + * debian/rules: Added the missing get-orig-source target (Closes: #724704) -- Mehdi Dogguy <[email protected]> Wed, 23 Apr 2014 19:23:33 +0200 diff --git a/debian/rules b/debian/rules index 89e09bc..d82e73d 100755 --- a/debian/rules +++ b/debian/rules @@ -26,3 +26,6 @@ override_dh_compress: %: dh $@ --with javahelper --with jh_maven_repo_helper + +get-orig-source: + uscan --download-current-version --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

