This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository jnr-ffi.
commit 87e64b79b66cbd9155211b53f022f39eb3ef4a7d Author: Miguel Landaeta <[email protected]> Date: Mon Jan 16 20:45:40 2017 +0000 Add get-orig-source target to d/rules --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 671be04..e91dd85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ jnr-ffi (2.1.2-1) UNRELEASED; urgency=medium * Add B-D on libmaven-bundle-plugin-java. * Wrap and sort dependencies lists. * Update d/copyright dates. + * Add get-orig-source target to d/rules. -- Miguel Landaeta <[email protected]> Mon, 16 Jan 2017 20:37:14 +0000 diff --git a/debian/rules b/debian/rules index 22f727c..e9855ef 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,6 @@ override_jh_manifest: # generate OSGi metadata bnd wrap --properties debian/jnr-ffi.bnd --output $(JAR).tmp $(JAR) mv $(JAR).tmp $(JAR) + +get-orig-source: + uscan --verbose --download-current-version -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-ffi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

