debian/0000755000000000000000000000000011776750174007205 5ustar debian/copyright0000644000000000000000000000412711776747401011143 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: libjbzip2-java Source: http://code.google.com/p/jbzip2/source/checkout Files: * Copyright: 2010 Matthew J. Francis and Contributors of the jbzip2 Project License: 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: 2012 Steffen Moeller License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/libjbzip2-java.jlibs0000644000000000000000000000001311776747401013031 0ustar jbzip2.jar debian/patches/0000755000000000000000000000000011776750174010634 5ustar debian/docs0000644000000000000000000000000011776747401010045 0ustar debian/rules0000755000000000000000000000114711776747401010267 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with javahelper override_dh_auto_build: mkdir -p build/org/itadaki/bzip2 javac -source 1.5 -target 1.5 -d build src/org/itadaki/bzip2/*.java cd build && jar cvf ../jbzip2.jar * override_dh_clean: dh_clean rm -f jbzip2.jar rm -rf build get-orig-source: svn co http://jbzip2.googlecode.com/svn/tags/release-0.9.1/ libbzip2-java-0.9.1 find libbzip2-java-0.9.1 -name .svn | xargs -r rm -r GZIP=-9n tar czvf ../libjbzip2-java_0.9.1.orig.tar.gz libbzip2-java-0.9.1 rm -rf libbzip2-java-0.9.1 debian/source/0000755000000000000000000000000011776750174010505 5ustar debian/source/format0000644000000000000000000000001411776747401011712 0ustar 3.0 (quilt) debian/examples0000644000000000000000000000001111776747401010735 0ustar src/demo debian/control0000644000000000000000000000155111776747724010621 0ustar Source: libjbzip2-java Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: Steffen Moeller , Olivier Sallou Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper (>=0.25) Standards-Version: 3.9.3 Homepage: http://jbzip2.googlecode.com Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjbzip2-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjbzip2-java Package: libjbzip2-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: bzip2 compression/decompression library jbzip2 is a Java bzip2 compression/decompression library. It can be used as a replacement for the Apache CBZip2InputStream / CBZip2OutputStream classes. It is expected comparably fast as a compressor but 5% to 10% faster as a decompressor. debian/README.Debian0000644000000000000000000000046011776747401011245 0ustar libjbzip2-java for Debian ------------------------- This package is community maintained by pkg-java. It is provided as a build dependency. Anybody with a particular interest in jbzip2 is cordially invited to adopt the package. -- Steffen Moeller Tue, 24 Apr 2012 21:08:28 +0200 debian/changelog0000644000000000000000000000143611776747667011100 0ustar libjbzip2-java (0.9.1-3) unstable; urgency=low * Fix Vcs-Svn package name to match source name (Closes: #678314). -- Olivier Sallou Tue, 10 Jul 2012 08:45:22 +0200 libjbzip2-java (0.9.1-2) unstable; urgency=low * Team upload. * Pass -source 1.5 -target 1.5 to javac to fix FTBFS with Java7 and to ensure backwards compatible Java byte code. -- Niels Thykier Wed, 20 Jun 2012 22:02:11 +0200 libjbzip2-java (0.9.1-1) unstable; urgency=low * Initial release (Closes: #670314). [ Olivier Sallou ] - debian/rules: use javahelper, add compilation commands - debian/control: use javahelper - debian/libjbzip2-java.jlibs: use javahelper -- Steffen Moeller Tue, 24 Apr 2012 21:08:28 +0200 debian/README.source0000644000000000000000000000024711776747401011366 0ustar libjbzip2-java for Debian ------------------------- Source code was retrieved from http://jbzip2.googlecode.com/svn/tags/release-0.9.1/, .svn directories removed. debian/watch0000644000000000000000000000017011776747401010233 0ustar version=3 # some good soul please correct the watch file for me http://jbzip2.googlecode.com/svn/tags/release-([0-9.]+) debian/compat0000644000000000000000000000000211776747401010402 0ustar 8