[SCM] Java port of Oniguruma regexp library branch, master, updated. debian/1.1.4-2-9-g2f48cf2
Hideki Yamane
henrich at debian.org
Tue May 7 10:52:48 UTC 2013
The following commit has been merged in the master branch:
commit 483ac137e4bd019b16a0e781d21b8b9f16d4fc0a
Merge: b0c682e8e42f39ea84ff157281addcc04cc557aa 43ad33b004a4df4620c944c5b55f4848e3870442
Author: Hideki Yamane <henrich at debian.org>
Date: Tue Nov 27 22:18:32 2012 +0900
Imported Debian patch 1.1.9-1
diff --combined 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 <bartm at debian.org>
+
- -- Hideki Yamane <henrich at debian.org> Tue, 27 Nov 2012 22:17:01 +0900
++ -- Hideki Yamane <henrich at debian.org> 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 <henrich at debian.org> 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 <drazzib at debian.org> 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 <twerner at debian.org> Sun, 01 Aug 2010 22:16:34 +0200
+
+jruby-joni (1.1.3-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Hideki Yamane (Debian-JP) <henrich at debian.or.jp> Fri, 19 Mar 2010 10:32:00 +0900
diff --combined 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 <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Hideki Yamane <henrich at debian.org>,
+ Torsten Werner <twerner at debian.org>
+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 --combined 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
--
Java port of Oniguruma regexp library
More information about the pkg-java-commits
mailing list