This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository jnr-posix.
commit 25511217677e906abc19e79650f086a107096803 Author: Miguel Landaeta <[email protected]> Date: Wed Jan 18 21:39:42 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 6cafda0..2e42df3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ jnr-posix (3.0.33-1) UNRELEASED; urgency=medium * Bump debhelper compat level to 10. * Bump Standards-Version to 3.9.8. No changes were required. * Switch Vcs-Git URL to https. + * Add get-orig-source target to d/rules. -- Miguel Landaeta <[email protected]> Wed, 18 Jan 2017 21:22:59 +0000 diff --git a/debian/rules b/debian/rules index 1bd42ec..505c39f 100755 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,6 @@ override_jh_manifest: # generate OSGi metadata bnd wrap --properties debian/jnr-posix.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-posix.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

