debian/0000755000000000000000000000000011556365463007204 5ustar debian/control0000644000000000000000000000155011556362322010577 0ustar Source: libjaudiotagger-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner , Damien Raude-Morvan Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, maven-repo-helper Standards-Version: 3.9.2 Homepage: https://jaudiotagger.dev.java.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjaudiotagger-java/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjaudiotagger-java/ Package: libjaudiotagger-java Architecture: all Depends: ${misc:Depends} Description: library for editing tags like ID3 in audio files such as MP3s Jaudiotagger is the Audio Tagging library used for tagging data in audio files. It currently supports Mp4 (Mp4, M4p, M4a), Mp3 (id3v1, id3v2) and Ogg Vorbis. debian/watch0000644000000000000000000000016011556362322010221 0ustar version=3 https://svn.java.net/svn/jaudiotagger~svn/tags/ \ ([\d]+[\d\.]*)/ \ debian debian/orig-tar.sh debian/source/0000755000000000000000000000000011556365463010504 5ustar debian/source/format0000644000000000000000000000001411556362322011701 0ustar 3.0 (quilt) debian/ant.properties0000644000000000000000000000011611164524656012076 0ustar project.name=jaudiotagger class.dir=build source.dir=src jar=jaudiotagger.jar debian/build.xml0000644000000000000000000000124111217246324011007 0ustar debian/changelog0000644000000000000000000000501711556362322011050 0ustar libjaudiotagger-java (2.0.3-1) unstable; urgency=low * d/control: Drop Depends on default-jre per Debian Java Policy as its a library package. * d/watch: Fix to directly monitor SVN tags. * Switch to 3.0 (quilt) format. * Bump Standards-Version to 3.9.2 (no changes needed). -- Damien Raude-Morvan Thu, 28 Apr 2011 23:52:43 +0200 libjaudiotagger-java (2.0.0-1) unstable; urgency=low * New upstream release * Update my email address * Bump debhelper version to >= 7 * Bump Standards-Version to 3.8.3 (no changes needed) * Depends on java5-runtime-headless as we build java5 bytecode * Maven POMs: - Add a Build-Depends-Indep dependency on maven-repo-helper - Use mh_installpoms and mh_installjar to install the POM and the jar to the Maven repository -- Damien Raude-Morvan Wed, 30 Dec 2009 21:58:38 +0100 libjaudiotagger-java (1.0.9-3) unstable; urgency=low * Depends on default-jre-headless instead of java-gcj-compat * Fix Vcs-* fields to use svn:// instead svn+ssh:// * Bump Standards-Version to 3.8.2 (no changes needed) * Build-Depends on default-jdk instead of default-jdk-builddep because we don't build a native GCJ package (Closes: #538913). -- Damien Raude-Morvan Wed, 29 Jul 2009 21:14:51 +0200 libjaudiotagger-java (1.0.9-2) unstable; urgency=low * Add attribute 'encoding' to element 'javac' in debian/build.xml. (Closes: #533775) -- Torsten Werner Sat, 20 Jun 2009 22:47:56 +0200 libjaudiotagger-java (1.0.9-1) unstable; urgency=low [ Damien Raude-Morvan ] * New upstream release * debian/watch: Use java.net repository (which contains new releases!) * debian/control: - Build-Depends on default-jdk-builddep - Bump Standards-Version to 3.8.1 (no changes needed) - Change section to "java" * debian/rules: use default-java as JAVA_HOME * debina/orig-tar.{sh|excludes}: strip audio and others binary files from ZIP * debian/build.xml: - compile with "nowarn" to keep build log readable - exclude LogFormatter from build (use com.sun classes) * debian/ant.properties: new source directory is "src" in orig.tar.gz * Add myself as Uploaders [ Varun Hiremath ] * Accept changes made by Damien Raude-Morvan (Closes: #522130) -- Varun Hiremath Wed, 01 Apr 2009 19:17:56 -0400 libjaudiotagger-java (1.0.8-1) unstable; urgency=low * Initial Release (Closes: #506476) -- Varun Hiremath Fri, 21 Nov 2008 16:41:30 -0500 debian/rules0000755000000000000000000000100111556362322010243 0ustar #!/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 install/libjaudiotagger-java:: mh_installpoms -plibjaudiotagger-java -e$(DEB_UPSTREAM_VERSION) mh_installjar -plibjaudiotagger-java -e$(DEB_UPSTREAM_VERSION) -l pom.xml jaudiotagger.jar clean:: mh_clean get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/copyright0000644000000000000000000000247111164773271011136 0ustar This package was debianized by Varun Hiremath on Fri, 18 Jul 2008 01:25:54 +0530 It was downloaded from http://repository.jboss.org/maven2/org/jaudiotagger/jaudiotagger/ Upstream Authors: Christian Laireiter Raphaël Slinckx Eric Farng Marc Gimpel Paul Taylor Copyright: © 2003-2005 Christian Laireiter © 2003-2005 Raphaël Slinckx © 2006 Horizon Wimba © 2003-2005 Jaikoz JThink Ltd © 2004,2005 Jaudiotagger © 2003,2004 MusicTag License: This library 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.1 of the License, or (at your option) any later version. This library 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, full text of the LGPL license can be found at `/usr/share/common-licenses/LGPL-2.1'. The Debian packaging is © 2008, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/orig-tar.sh0000755000000000000000000000074211556362322011261 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' VERSION=$2 DIR=libjaudiotagger-java-$VERSION TAR=libjaudiotagger-java_$VERSION.orig.tar.gz TAG=$(echo "$VERSION") svn export https://svn.java.net/svn/jaudiotagger~svn/tags/${TAG}/ $DIR GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/compat0000644000000000000000000000000211302630612010356 0ustar 7 debian/orig-tar.exclude0000644000000000000000000000003711556365447012305 0ustar www/* testdata/* testtagdata/* debian/libjaudiotagger-java.poms0000644000000000000000000000001011302630612014122 0ustar pom.xml