This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository jansi.
commit bee165a2cbb63cb0ae545afeb23eff0212634a17 Author: Miguel Landaeta <[email protected]> Date: Mon Aug 7 17:11:31 2017 +0100 Simplify d/rules --- debian/changelog | 3 ++- debian/rules | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c537b6..7d30f23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ jansi (1.16-2) UNRELEASED; urgency=medium * Team upload. * Remove myself from uploaders list. (Closes: #XXXXXX) * Update copyright info. + * Simplify d/rules. - -- Miguel Landaeta <[email protected]> Mon, 07 Aug 2017 17:10:08 +0100 + -- Miguel Landaeta <[email protected]> Mon, 07 Aug 2017 17:11:15 +0100 jansi (1.16-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index c41b8d4..517cd72 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,6 @@ #!/usr/bin/make -f - %: dh $@ - get-orig-source: uscan --download-current-version --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jansi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

