This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository jruby.
commit 5f3de6350f4c9ae949bedb730d2cf936a653bab4 Author: Miguel Landaeta <[email protected]> Date: Sat May 30 12:53:55 2015 -0300 Add get-orig-source target to d/rules --- debian/changelog | 3 ++- debian/rules | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 09d3c45..bea73a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ jruby (1.7.19-1) UNRELEASED; urgency=medium - Remove Torsten Werner. Thanks for your work on this package! - Add Tim Potter. Welcome aboard! * Update d/watch file. + * Add get-orig-source target to d/rules. * Update Build-Depends: - Replace dependency on openjdk-7-jdk with openjdk-8-jdk. Otherwise jruby will not even compile. @@ -50,7 +51,7 @@ jruby (1.7.19-1) UNRELEASED; urgency=medium minified copy. This is to avoid lintian warnings, during build time a link symbolic to libjs-jquery is deployed. - -- Miguel Landaeta <[email protected]> Sat, 30 May 2015 01:35:58 -0300 + -- Miguel Landaeta <[email protected]> Sat, 30 May 2015 12:52:21 -0300 jruby (1.5.6-10) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 49b42a0..d1a474a 100755 --- a/debian/rules +++ b/debian/rules @@ -59,3 +59,6 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) #./bin/jruby -S ./bin/rake test:mri19 #./bin/jruby -S ./bin/rake test:extended endif + +get-orig-source: + uscan --verbose --download-current-version -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

