debian/0000755000000000000000000000000012153341322007162 5ustar debian/source/0000755000000000000000000000000012130134770010464 5ustar debian/source/format0000644000000000000000000000001412130134770011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015112130135020010177 0ustar version=3 https://github.com/jruby/joni/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) debian uupdate debian/patches/0000755000000000000000000000000012130134775010620 5ustar debian/patches/series0000644000000000000000000000003012130134770012021 0ustar build.xml-jcoding.patch debian/patches/build.xml-jcoding.patch0000644000000000000000000000224612130134775015156 0ustar 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/copyright0000644000000000000000000000474112130134775011132 0ustar 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/compat0000644000000000000000000000000212130134770010362 0ustar 7 debian/libjruby-joni-java.links0000644000000000000000000000006412130134770013724 0ustar usr/lib/jruby/lib/joni.jar usr/share/java/joni.jar debian/rules0000755000000000000000000000024612130135020010233 0ustar #!/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.properties0000644000000000000000000000030212130135020012044 0ustar # 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/changelog0000644000000000000000000000527312153341322011043 0ustar 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.sh0000755000000000000000000000046212130134775011256 0ustar #!/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/control0000644000000000000000000000162412142101170010561 0ustar 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.install0000644000000000000000000000004312130134770014247 0ustar target/joni*.jar usr/lib/jruby/lib