debian/ 0000755 0000000 0000000 00000000000 12153341322 007162 5 ustar debian/source/ 0000755 0000000 0000000 00000000000 12130134770 010464 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12130134770 011672 0 ustar 3.0 (quilt)
debian/watch 0000644 0000000 0000000 00000000151 12130135020 010177 0 ustar version=3
https://github.com/jruby/joni/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) debian uupdate
debian/patches/ 0000755 0000000 0000000 00000000000 12130134775 010620 5 ustar debian/patches/series 0000644 0000000 0000000 00000000030 12130134770 012021 0 ustar build.xml-jcoding.patch
debian/patches/build.xml-jcoding.patch 0000644 0000000 0000000 00000002246 12130134775 015156 0 ustar Index: jruby-joni-1.1.7+git20120721/build.xml
===================================================================
--- jruby-joni-1.1.7+git20120721.orig/build.xml 2012-07-21 08:51:49.000000000 +0900
+++ jruby-joni-1.1.7+git20120721/build.xml 2012-07-21 10:53:03.087135796 +0900
@@ -14,7 +14,12 @@
-
+
+
+
+
+
+
@@ -32,6 +37,8 @@
+
debian/copyright 0000644 0000000 0000000 00000004741 12130134775 011132 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: joni
Upstream-Contact: Thomas E. Enebo
Source: http://github.com/jruby/joni/
Files: *
Copyright: 2008-2012 Marcin Mielżyński
2008-2012 Thomas E. Enebo
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Files: debian/*
Copyright: 2010 Torsten Werner
2012 Hideki Yamane
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
debian/compat 0000644 0000000 0000000 00000000002 12130134770 010362 0 ustar 7
debian/libjruby-joni-java.links 0000644 0000000 0000000 00000000064 12130134770 013724 0 ustar usr/lib/jruby/lib/joni.jar usr/share/java/joni.jar
debian/rules 0000755 0000000 0000000 00000000246 12130135020 010233 0 ustar #!/usr/bin/make -f
#export DH_VERBOSE=1
export ANT="ant -propertyfile $(CURDIR)/debian/ant.properties"
%:
dh $@
get-orig-source:
uscan --force-download --rename
debian/ant.properties 0000644 0000000 0000000 00000000302 12130135020 012044 0 ustar # Ensure that source and target are 1.6
# For backwards compat on Java 7
# see https://lists.debian.org/debian-java/2012/12/msg00026.html
#
ant.build.javac.source=1.6
ant.build.javac.target=1.6
debian/changelog 0000644 0000000 0000000 00000005273 12153341322 011043 0 ustar jruby-joni (2.0.0-1) unstable; urgency=low
* New upstream release
* remove unnecessary debian/libjruby-joni-java.lintian-overrides file
-- Hideki Yamane Tue, 04 Jun 2013 19:32:05 +0900
jruby-joni (1.1.9-3) unstable; urgency=low
* Upload to unstable
-- Hideki Yamane Tue, 07 May 2013 13:27:34 +0900
jruby-joni (1.1.9-2) experimental; urgency=low
* Team upload.
* debian/rules
- use debian/ant.properties to specify version to avoid incompatible
java bytecode format with OpenJDK 7 issue (LP: #1049784)
* add debian/ant.properties
- use "ant.build.javac.{source,target}=1.6"
* debian/control
- set "Standards-Version: 3.9.4"
-- Hideki Yamane Sat, 15 Dec 2012 08:26:06 +0900
jruby-joni (1.1.9-1) experimental; urgency=low
* New upstream release
* debian/watch
- fixed to work, thanks to Bart Martens
-- Hideki Yamane 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 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 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 Sun, 01 Aug 2010 22:16:34 +0200
jruby-joni (1.1.3-1) unstable; urgency=low
* Initial release
-- Hideki Yamane (Debian-JP) Fri, 19 Mar 2010 10:32:00 +0900
debian/orig-tar.sh 0000755 0000000 0000000 00000000462 12130134775 011256 0 ustar #!/bin/sh -e
# called by uscan with '--upstream-version'
SOURCE=jruby-joni
DIR=${SOURCE}-$2
git clone http://github.com/jruby/joni.git $DIR
(cd $DIR && git checkout $2)
tar cfz ../${SOURCE}_$2.orig.tar.gz --exclude .git $DIR
rm -rf $DIR ../$2
echo 'created orig tarball successfully'
debian/control 0000644 0000000 0000000 00000001624 12142101170 010561 0 ustar Source: jruby-joni
Section: java
Priority: extra
Maintainer: Debian Java Maintainers
Uploaders: Hideki Yamane ,
Torsten Werner
Build-Depends: debhelper (>= 7), default-jdk
Build-Depends-Indep: ant, libjcodings-java (>= 1.0.9), libasm3-java
Standards-Version: 3.9.4
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), 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.
debian/libjruby-joni-java.install 0000644 0000000 0000000 00000000043 12130134770 014247 0 ustar target/joni*.jar usr/lib/jruby/lib