This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jansi-native.
commit 9f9b57fcb1d9230154d019483519bf298a6481e3 Author: tony mancill <[email protected]> Date: Mon Dec 23 22:01:03 2013 -0800 freshen packaging --- debian/changelog | 11 +++++++++++ debian/control | 26 +++++++++++++------------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index fb3b882..0bad053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +jansi-native (1.0-4) unstable; urgency=medium + + * Team upload. + * debian/control: + - update Description (Closes: #708291) + - remove DMUA flag + - bump Standards-Version to 3.9.5 (no changes) + - update Vcs- fields to canonical URLs + + -- tony mancill <[email protected]> Mon, 23 Dec 2013 21:56:06 -0800 + jansi-native (1.0-3) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 874f427..202453c 100644 --- a/debian/control +++ b/debian/control @@ -3,21 +3,21 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Miguel Landaeta <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper, - libhawtjni-runtime-java, maven-repo-helper -Standards-Version: 3.9.1 -DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7.0.50~), + default-jdk, + javahelper, + libhawtjni-runtime-java, + maven-repo-helper +Standards-Version: 3.9.5 Homepage: http://jansi.fusesource.org/ -Vcs-Git: git://git.debian.org/git/pkg-java/jansi-native.git -Vcs-Browser: http://git.debian.org/?p=pkg-java/jansi-native.git +Vcs-Git: git://anonscm.debian.org/pkg-java/jansi-ansi.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jansi-native.git Package: libjansi-native-java Architecture: all Depends: libhawtjni-runtime-java, ${misc:Depends} -Description: Java library that allows to use ANSI escape sequences - Native - Jansi is a small java library that allows you to use ANSI - escape sequences to format your console output which works - across all platforms. - . - Jansi Native implements the JNI Libraries used by the Jansi - project. +Description: Java library for ANSI escape sequences - native component + Jansi is a small java library that allows you to use ANSI escape + sequences to format console output across all platforms. + . + jansi-native implements the native libraries used by the Jansi project. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jansi-native.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

