This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit 483ac137e4bd019b16a0e781d21b8b9f16d4fc0a Merge: b0c682e 43ad33b Author: Hideki Yamane <[email protected]> Date: Tue Nov 27 22:18:32 2012 +0900 Imported Debian patch 1.1.9-1 debian/changelog | 5 +++-- debian/control | 4 ++-- debian/watch | 2 +- pom.xml | 2 +- src/org/joni/Analyser.java | 1 + test/org/joni/test/TestU8.java | 4 ++++ 6 files changed, 12 insertions(+), 6 deletions(-) diff --cc debian/changelog index 1f162ff,0000000..d8d894c mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,58 -1,0 +1,59 @@@ - jruby-joni (1.1.7+git20120721-2) experimental; urgency=low ++jruby-joni (1.1.9-1) experimental; urgency=low + ++ * New upstream release + * debian/watch + - fixed to work, thanks to Bart Martens <[email protected]> + - -- Hideki Yamane <[email protected]> Tue, 27 Nov 2012 22:17:01 +0900 ++ -- Hideki Yamane <[email protected]> Tue, 27 Nov 2012 22:18:32 +0900 + +jruby-joni (1.1.7+git20120721-1) experimental; urgency=low + + * Team upload. + * New upstream release + * debian/control + - update my email address + - set "Standards-Version: 3.9.3" + - update "Depends: libjcodings-java (>= 1.0.9-1)" since newer jcodings + version is required + * debian/watch + - watch "tags", not master branch + * debian/orig-tar.sh + - put file to appropriate path + * debian/copyright + - fix and update to copyright-format 1.0 + * debian/patches + - update build.xml-jcoding.patch file to fix lintian warning + "missing-classpath libjcodings-java, libasm3-java" + * debian/libjruby-joni-java.lintian-overrides + - add it to ignore warning, jruby libraries are put into under + /usr/lib/jruby/lib/ + + -- Hideki Yamane <[email protected]> Sat, 21 Jul 2012 08:54:04 +0900 + +jruby-joni (1.1.4-2) unstable; urgency=low + + * Team upload. + * d/control: Add default-jdk to Build-Depends (Closes: #593017) + * d/control: Add Depends on libjcodings-java, libasm3-java + + -- Damien Raude-Morvan <[email protected]> Sat, 09 Oct 2010 12:37:01 +0200 + +jruby-joni (1.1.4-1) unstable; urgency=low + + * New upstream release + * Add myself to Uploaders. + * Remove Build-Depends: quilt and the file debian/README.source. + * Update Build-Depends: libjcodings-java. + * Fix debian/watch and add get-orig-source target. + * Push package to git and add Vcs headers. + * Set Maintainer to Debian Java Maintainers. + * Improve long description. + * Correct the copyright file. + + -- Torsten Werner <[email protected]> Sun, 01 Aug 2010 22:16:34 +0200 + +jruby-joni (1.1.3-1) unstable; urgency=low + + * Initial release + + -- Hideki Yamane (Debian-JP) <[email protected]> Fri, 19 Mar 2010 10:32:00 +0900 diff --cc debian/control index 67aaaf7,0000000..1d98fd6 mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,21 -1,0 +1,21 @@@ +Source: jruby-joni +Section: java +Priority: extra +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Hideki Yamane <[email protected]>, + Torsten Werner <[email protected]> +Build-Depends: debhelper (>= 7), default-jdk - Build-Depends-Indep: ant, libjcodings-java, libasm3-java ++Build-Depends-Indep: ant, libjcodings-java (>= 1.0.9), libasm3-java +Standards-Version: 3.9.3 +Homepage: http://github.com/jruby/joni/ +Vcs-Git: git://git.debian.org/pkg-java/jruby-joni.git +Vcs-Browser: http://git.debian.org/?p=pkg-java/jruby-joni.git + +Package: libjruby-joni-java +Architecture: all - Depends: ${misc:Depends}, libjcodings-java (>= 1.0.9-1), libasm3-java ++Depends: ${misc:Depends}, libjcodings-java (>= 1.0.9), libasm3-java +Description: Java port of Oniguruma regexp library + Oniguruma is a regular expressions library. The characteristics of this + library is that different character encoding for every regular expression + object can be specified. The supported APIs are GNU regex, POSIX, and Oniguruma + native. diff --cc debian/watch index 7e18148,0000000..3965e1d mode 100644,000000..100644 --- a/debian/watch +++ b/debian/watch @@@ -1,2 -1,0 +1,2 @@@ +version=3 - https://github.com/jruby/joni/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) debian debian/orig-tar.sh ++https://github.com/jruby/joni/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

