--- libjlayer-java-1.0.orig/debian/changelog +++ libjlayer-java-1.0/debian/changelog @@ -0,0 +1,6 @@ +libjlayer-java (1.0-1) unstable; urgency=low + + * Initial release (Closes: #420543) + + -- Varun Hiremath Mon, 23 Apr 2007 00:21:24 +0530 + --- libjlayer-java-1.0.orig/debian/control +++ libjlayer-java-1.0/debian/control @@ -0,0 +1,17 @@ +Source: libjlayer-java +Section: libs +Priority: optional +Maintainer: Varun Hiremath +Uploaders: Torsten Werner +Build-Depends: ant, cdbs, debhelper (>= 5), kaffe +Standards-Version: 3.7.2 + +Package: libjlayer-java +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library to decode, convert and play MP3 files + JAVA library that decodes, converts and plays MP3 files in + real-time. JLayer supports MPEG 1/2/2.5 Layer 1/2/3 audio + format. JLayer doesn't need JMF. It runs under J2SE. + . + Homepage: http://www.javazoom.net/jlgui/api.html --- libjlayer-java-1.0.orig/debian/compat +++ libjlayer-java-1.0/debian/compat @@ -0,0 +1 @@ +5 --- libjlayer-java-1.0.orig/debian/watch +++ libjlayer-java-1.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://heanet.dl.sourceforge.net/sourceforge/javalayer/ jlayer(.*).tar.gz \ + debian debian/orig-tar.sh --- libjlayer-java-1.0.orig/debian/install +++ libjlayer-java-1.0/debian/install @@ -0,0 +1 @@ +jl*.jar /usr/share/java/ --- libjlayer-java-1.0.orig/debian/copyright +++ libjlayer-java-1.0/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Varun Hiremath on +Mon, 23 Apr 2007 00:21:24 +0530. + +It was downloaded from http://www.javazoom.net/javalayer/sources.html + +Upstream Authors: +JavaZOOM +Matthew McGowan +Matthias Pfisterer +Michael Scheerer +Daniel Szabo +Micah Spears +Paul Santon + +Copyright: +(C) 2004 JavaZOOM + +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'. --- libjlayer-java-1.0.orig/debian/docs +++ libjlayer-java-1.0/debian/docs @@ -0,0 +1 @@ +doc/* --- libjlayer-java-1.0.orig/debian/rules +++ libjlayer-java-1.0/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +JAVA_HOME := /usr/lib/kaffe +DEB_ANT_BUILD_TARGET := all + +install/libjlayer-java:: + dh_link /usr/share/java/jl$(DEB_UPSTREAM_VERSION).jar \ + /usr/share/java/jl.jar + +get-orig-source: + -uscan --upstream-version 0 --- libjlayer-java-1.0.orig/debian/orig-tar.sh +++ libjlayer-java-1.0/debian/orig-tar.sh @@ -0,0 +1,20 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' + +DIR=JLayer$2 + +# clean up the upstream tarball +tar -x -z -f $3 --exclude '*.jar' --exclude '*/classes/*' --exclude '*/doc/*' +tar -c -z -f $3 $DIR +rm -rf $DIR + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $3 $origDir + echo "moved $3 to $origDir" +fi + +exit 0 + --- libjlayer-java-1.0.orig/debian/doc-base +++ libjlayer-java-1.0/debian/doc-base @@ -0,0 +1,9 @@ +Document: libjlayer-java +Title: MP3 decoder/player/converter library for the Java platform +Author: JavaZOOM +Abstract: JLayer is Java library that decodes, converts and plays MP3 files in real-time. JLayer supports MPEG 1/2/2.5 Layer 1/2/3 audio format. JLayer doesn't need JMF. It runs under J2SE. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libjlayer-java/index.html +Files: /usr/share/doc/libjlayer-java/*.html