This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository jnr-constants.
commit 58f44e46dedb5791285c74033ed4756792049b80 Author: Miguel Landaeta <[email protected]> Date: Tue Jan 17 22:10:52 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 fdc6b6e..a8b1225 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ jnr-constants (0.9.6-1) UNRELEASED; urgency=medium * Remove dummy transitional packages libconstantine-java{,-doc}. * Remove symlinks to obsolete libconstantine-java .jar files. * Update dates in d/copyright file. + * Add get-orig-source target to d/rules. -- Miguel Landaeta <[email protected]> Tue, 17 Jan 2017 21:53:12 +0000 diff --git a/debian/rules b/debian/rules index c2e822a..a84f6c8 100755 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,6 @@ override_jh_manifest: # generate OSGi metadata bnd wrap --properties debian/jnr-constants.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-constants.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

