debian/0000755000000000000000000000000011622542562007173 5ustar debian/copyright0000644000000000000000000000223110704662754011132 0ustar This package was debianized by Varun Hiremath on Tue, 24 Apr 2007 13:28:19 +0530. It was downloaded from http://www.javazoom.net/mp3spi/sources.html Upstream Author: JavaZOOM Chris Adamson Copyright: (C) 2004,2005 JavaZOOM (C) 2004,2005 Chris Adamson 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/rules0000755000000000000000000000120011622467720010246 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 := all DEB_ANT_CHECK_TARGET := buildtest DEB_JARS := jl tritonus_share ant-junit junit DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt install/libmp3spi-java:: install -m 644 -D mp3spi*.jar $(DEB_DESTDIR)/usr/share/java/mp3spi-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/mp3spi-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/mp3spi.jar get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download debian/orig-tar.sh0000755000000000000000000000064111622467720011261 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=libmp3spi-java-$2.orig TAR=libmp3spi-java_$2.orig.tar.gz # clean up the upstream tarball unzip $3 mv MpegAudioSPI$2 $DIR tar -c -z -f $TAR --exclude '*.jar' --exclude '*/doc/*' $DIR rm -rf $DIR $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/changelog0000644000000000000000000000257411622542531011051 0ustar libmp3spi-java (1.9.5-1) unstable; urgency=low * New upstream release - Change d/watch to download the ZIP file since upstream provides ZIP files only. * Change Section: java. * Switch to default-jdk. * Clean up Depends. * Update Standards-Version: 3.9.1. * Switch to source format 3.0. * Build tests now but don't run them. The actual tests need some data files that are not part of the source code. -- Torsten Werner Tue, 16 Aug 2011 15:05:55 +0200 libmp3spi-java (1.9.4-3) unstable; urgency=low * Move the package to pkg-java svn. * Set Maintainer to Debian Java Maintainers and add myself to Uploaders. * Bump up Standards-Version to 3.7.3 * debian/control: Replace XS-Vcs headers with Vcs -- Varun Hiremath Fri, 11 Jan 2008 11:42:15 +0530 libmp3spi-java (1.9.4-2) unstable; urgency=low * Switch from kaffe to java-gcj-compat-dev. * debian/control: + Add XS-Vcs-{Svn,Browser} headers. + Set Priority to optional from extra. * Add debian/README.Debian-source file. * Remove debian/install and install jar from debian/rules and create symbolic link. -- Varun Hiremath Wed, 29 Aug 2007 12:57:41 +0530 libmp3spi-java (1.9.4-1) unstable; urgency=low * Initial release (Closes: #421639) -- Varun Hiremath Tue, 24 Apr 2007 13:28:19 +0530 debian/doc-base0000644000000000000000000000054510704662754010605 0ustar Document: libmp3spi-java Title: Programmer API for MP3SPI Author: JavaZOOM, Chris Adamson Abstract: MP3SPI is a Java Service Provider Interface that adds adds MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format support for Java Platform. Section: Programming Format: HTML Index: /usr/share/doc/libmp3spi-java/index.html Files: /usr/share/doc/libmp3spi-java/*.html debian/README.Debian-source0000644000000000000000000000077010704662754012544 0ustar libmp3spi-java ============== The upstream supplied source package contains binary jar files and pre-built documentation. 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/watch0000644000000000000000000000015311622467720010225 0ustar version=3 http://www.javazoom.net/mp3spi/sources.html sources/mp3spi(.*).zip \ debian debian/orig-tar.sh debian/control0000644000000000000000000000156611622467720010610 0ustar Source: libmp3spi-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 5) Build-Depends-Indep: ant-optional, default-jdk, libjlayer-java, libtritonus-java, junit Standards-Version: 3.9.1 Homepage: http://www.javazoom.net/mp3spi/mp3spi.html Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libmp3spi-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libmp3spi-java Package: libmp3spi-java Architecture: all Depends: ${misc:Depends} Description: interface to support MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format MP3SPI is a Java Service Provider Interface that adds MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format support for Java Platform. It supports streaming, ID3v2 frames and Equalizer. debian/source/0000755000000000000000000000000011622542562010473 5ustar debian/source/format0000644000000000000000000000001411622467720011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000210704662754010377 0ustar 5 debian/docs0000644000000000000000000000002110704662754010045 0ustar doc/* README.txt