debian/0000755000000000000000000000000011621243566007174 5ustar debian/watch0000644000000000000000000000012211621243144010210 0ustar version=3 http://www.jcraft.com/jorbis/ jorbis-(.*).zip debian debian/orig-tar.sh debian/changelog0000644000000000000000000000257011621243401011036 0ustar libjorbis-java (0.0.17-2) unstable; urgency=low * Switch to default-jdk. * Clean up Depends. * Change Section: java. * Switch to source format 3.0. -- Torsten Werner Fri, 12 Aug 2011 17:29:26 +0200 libjorbis-java (0.0.17-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.0 -- Varun Hiremath Wed, 25 Jun 2008 17:28:37 +0530 libjorbis-java (0.0.16-4) unstable; urgency=low * Move the package to pkg-java svn. * Set Maintainer to Debian Java Maintainers and add myself to Uploaders. * Move the build scripts to debian dir. * Bump up Standards-Version to 3.7.3 -- Varun Hiremath Fri, 11 Jan 2008 11:00:37 +0530 libjorbis-java (0.0.16-3) unstable; urgency=low * debian/control: Set Priority to optional from extra. * Switch from kaffe to java-gcj-compat-dev. -- Varun Hiremath Thu, 11 Oct 2007 13:54:08 +0530 libjorbis-java (0.0.16-2) unstable; urgency=low * Fix the directory structure in the jars. * debian/control: Add XS-Vcs-{Svn,Browser} headers. * Add debian/README.Debian-source file. -- Varun Hiremath Fri, 24 Aug 2007 18:49:27 +0530 libjorbis-java (0.0.16-1) unstable; urgency=low * Initial release (Closes: #421716) -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 debian/ant.properties0000644000000000000000000000013011621243144012056 0ustar class.dir=class source.dir=com/jcraft jorbis.jar.name=jorbis.jar jogg.jar.name=jogg.jar debian/control0000644000000000000000000000131411621243316010567 0ustar Source: libjorbis-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 5) Build-Depends-Indep: ant, default-jdk Standards-Version: 3.8.0 Homepage: http://www.jcraft.com/jorbis/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjorbis-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjorbis-java Package: libjorbis-java Architecture: all Depends: ${misc:Depends} Description: Pure Java Ogg Vorbis Decoder JOrbis is a pure Java Ogg Vorbis decoder. JOrbis accepts Ogg Vorbis bitstreams and decodes them to raw PCM. debian/docs0000644000000000000000000000000711621243144010034 0ustar README debian/copyright0000644000000000000000000000203111621243144011113 0ustar This package was debianized by Varun Hiremath on Tue, 24 Apr 2007 17:19:10 +0530. It was downloaded from http://www.jcraft.com/jorbis/ Upstream Author: ymnk Copyright: (C) 2000 ymnk, JCraft,Inc. License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser 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 Lesser General Public License for more details. On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211621243144010362 0ustar 5 debian/source/0000755000000000000000000000000011621243566010474 5ustar debian/source/format0000644000000000000000000000001411621243403011670 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000120111621243260010235 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml install/libjorbis-java:: install -m 644 -D jorbis.jar $(DEB_DESTDIR)/usr/share/java/jorbis-$(DEB_UPSTREAM_VERSION).jar install -m 644 -D jogg.jar $(DEB_DESTDIR)/usr/share/java/jogg-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/jorbis-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jorbis.jar dh_link /usr/share/java/jogg-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jogg.jar get-orig-source: -uscan --upstream-version 0 debian/orig-tar.sh0000755000000000000000000000060711621243144011252 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=libjorbis-java_$2.orig.tar.gz DIR=libjorbis-java-$2.orig # clean up the upstream tarball unzip $3 mv jorbis-$2 $DIR tar -c -z -f $TAR --exclude '*.jar' $DIR rm -rf $3 $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/README.Debian-source0000644000000000000000000000073411621243144012527 0ustar libjorbis-java ============== The upstream supplied source package contains binary jar files. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Varun Hiremath Mon, 27 Aug 2007 19:02:53 +0530 debian/build.xml0000644000000000000000000000157611621243144011016 0ustar