--- libjmac-java-1.74.orig/debian/orig-tar.exclude +++ libjmac-java-1.74/debian/orig-tar.exclude @@ -0,0 +1,5 @@ +*/MD5.h +*/bin* +*/core/nativesrc/include/* +*/distributables* +*/lib* --- libjmac-java-1.74.orig/debian/watch +++ libjmac-java-1.74/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/jmac/ jmac-(.*)\.tar\.gz debian debian/orig-tar.sh --- libjmac-java-1.74.orig/debian/changelog +++ libjmac-java-1.74/debian/changelog @@ -0,0 +1,49 @@ +libjmac-java (1.74-6) unstable; urgency=low + + * Improve Depends. + * Change Section: java. + + -- Torsten Werner Thu, 11 Aug 2011 14:33:20 +0200 + +libjmac-java (1.74-5) unstable; urgency=low + + * upload to unstable + + -- Torsten Werner Sun, 15 Feb 2009 22:29:56 +0100 + +libjmac-java (1.74-4) experimental; urgency=low + + * Really use default-jdk for building. + * Simplify the command line launcher. + * Minor cleanups in the debian directory. + + -- Torsten Werner Thu, 15 Jan 2009 19:27:25 +0100 + +libjmac-java (1.74-3) experimental; urgency=low + + * Add a command line launcher /usr/bin/jmac. (Closes: #510828) + * Simplify debian/watch. + * Bump up Standards-Version: 3.8.0 (no changes). + * Switch to default-jdk/-jre. + * Disable compiler warnings. + + -- Torsten Werner Wed, 14 Jan 2009 22:47:03 +0100 + +libjmac-java (1.74-2) unstable; urgency=low + + * Move the package to pkg-java svn. + * Switch from kaffe to java-gcj-compat-dev. + * debian/control: + + Set Maintainer to Debian Java Maintainers and add myself to Uploaders. + + Add XS-Vcs-{Svn,Browser} headers. + * Remove debian/install and install jar from debian/rules and create + symbolic link. + * Bump up Standards-Version to 3.7.3 + + -- Varun Hiremath Fri, 11 Jan 2008 10:40:33 +0530 + +libjmac-java (1.74-1) unstable; urgency=low + + * Initial release (Closes: #435839) + + -- Varun Hiremath Fri, 03 Aug 2007 18:22:40 +0530 --- libjmac-java-1.74.orig/debian/install +++ libjmac-java-1.74/debian/install @@ -0,0 +1 @@ +debian/bin /usr/ --- libjmac-java-1.74.orig/debian/control +++ libjmac-java-1.74/debian/control @@ -0,0 +1,20 @@ +Source: libjmac-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, libtritonus-java +Standards-Version: 3.8.0 +Homepage: http://jmac.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjmac-java +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjmac-java + +Package: libjmac-java +Architecture: all +Depends: ${misc:Depends} +Description: Open Source Java Monkey's Audio Decoder/Encoder/JavaSound SPI + JMAC is a Java implementation of Monkey's Audio Compression + decoder. JMAC is a Java library that decodes, converts and plays + Monkey's Audio files (.MAC, .APL, .APE) in real time. JMAC doesn't + need JMF. It runs under J2SE. --- libjmac-java-1.74.orig/debian/docs +++ libjmac-java-1.74/debian/docs @@ -0,0 +1 @@ +readme.txt --- libjmac-java-1.74.orig/debian/copyright +++ libjmac-java-1.74/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Varun Hiremath on +Fri, 03 Aug 2007 18:22:40 +0530. + +It was downloaded from http://sourceforge.net/projects/jmac/ + +Upstream Author: Dmitry Vagin + +Copyright: +(C) 2003 Sun Microsystems, Inc. +(C) 1996 Netscape Communications Corporation. +(C) 2000-2004 Matthew T. Ashland +(C) 1991-2, RSA Data Security, Inc. Created 1991. + +License: + This program 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 program 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. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007, Varun Hiremath and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libjmac-java-1.74.orig/debian/compat +++ libjmac-java-1.74/debian/compat @@ -0,0 +1 @@ +5 --- libjmac-java-1.74.orig/debian/rules +++ libjmac-java-1.74/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +JAVA_HOME := /usr/lib/jvm/default-java +DEB_ANT_BUILDFILE := debian/build.xml +DEB_ANT_BUILD_TARGET := jar +DEB_JARS := tritonus_share + +install/libjmac-java:: + for i in jmac jmacdecoder jmacplayer jmacspi \ + jmacspi15 jmactritonusspi; do \ + install -m 644 -D jars/$$i.jar \ + $(DEB_DESTDIR)/usr/share/java/$$i-$(DEB_UPSTREAM_VERSION).jar; \ + dh_link /usr/share/java/$$i-$(DEB_UPSTREAM_VERSION).jar \ + /usr/share/java/$$i.jar; done + +get-orig-source: + uscan --force-download --rename --- libjmac-java-1.74.orig/debian/orig-tar.sh +++ libjmac-java-1.74/debian/orig-tar.sh @@ -0,0 +1,19 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' +UDIR=jmac-$2 +DDIR=libjmac-java-$2.orig + +# clean up the upstream tarball +tar -x -z -f $3 +mv $UDIR $DDIR +tar -c -z -f $3 -X debian/orig-tar.exclude $DDIR +rm -rf $DDIR $UDIR + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $3 $origDir + echo "moved $3 to $origDir" +fi + --- libjmac-java-1.74.orig/debian/build.xml +++ libjmac-java-1.74/debian/build.xml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- libjmac-java-1.74.orig/debian/bin/jmac +++ libjmac-java-1.74/debian/bin/jmac @@ -0,0 +1,4 @@ +#!/bin/sh + +exec java -jar /usr/share/java/jmac.jar "$@" +