debian/0000755000000000000000000000000011651335337007175 5ustar debian/watch0000644000000000000000000000017211622311023010206 0ustar version=3 http://code.google.com/p/lastfm-java/downloads/list \ .*/last.fm-bindings-(.*)\.zip debian debian/orig-tar.sh debian/rules0000755000000000000000000000072311650645472010262 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 install/liblastfm-java:: install -m 644 -D last.fm-bindings-0.1.0.jar \ $(DEB_DESTDIR)/usr/share/java/lastfm-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/lastfm-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/lastfm.jar get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download debian/docs0000644000000000000000000000000611622550442010036 0ustar doc/* debian/control0000644000000000000000000000156711651333521010602 0ustar Source: liblastfm-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: ant, default-jdk Standards-Version: 3.9.2 Homepage: http://code.google.com/p/lastfm-java/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/liblastfm-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/liblastfm-java Package: liblastfm-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: last.fm API bindings for Java The last.fm API bindings for java are a wrapper for the new last.fm API and the last.fm submission service. It provides classes and methods to invoke last.fm API methods as well as scrobbling songs and streaming radio from within Java applications. debian/copyright0000644000000000000000000000321311651335273011126 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: lastfm-java Source: http://code.google.com/p/lastfm-java/ Files: * Copyright: 2009 Janni Kovacs License: BSD-2 Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2009, Varun Hiremath License: GPL On Debian GNU/Linux system you can find the complete text of the GPL license in '/usr/share/common-licenses/GPL' debian/compat0000644000000000000000000000000211216011166010357 0ustar 7 debian/source/0000755000000000000000000000000011651335337010475 5ustar debian/source/format0000644000000000000000000000001411622550665011704 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000065511216011166011252 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../liblastfm-java_$2.orig.tar.gz DIR=liblastfm-java-$2.orig # clean up the upstream tarball mkdir $DIR (cd $DIR; unzip ../$3) GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude 'doc*' $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/ant.properties0000755000000000000000000000013111216011166012057 0ustar project.name=lastfm class.dir=classes source.dir=src doc.dir=apidocs jar.name=lastfm.jar debian/changelog0000644000000000000000000000176711651335327011061 0ustar liblastfm-java (1:0.1.0-2) unstable; urgency=low [Miguel Landaeta] * Team upload. * Switch to default-jdk. (Closes: #643535). * Bump Standards-Version to 3.9.2. No changes were required. [tony mancill] * Remove needless dependency on JRE. * Reformat debian/copyright as per DEP5. -- Miguel Landaeta Sat, 22 Oct 2011 18:25:46 -0430 liblastfm-java (1:0.1.0-1) unstable; urgency=low * New upstream release * Update debian/watch. But uscan does not work yet. * Switch to upstream provided build.xml and remove debian/build.xml. * Switch to source format 3.0. -- Torsten Werner Tue, 16 Aug 2011 22:23:06 +0200 liblastfm-java (7.3-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.2 -- Varun Hiremath Thu, 06 Aug 2009 23:28:15 -0400 liblastfm-java (5.21-1) unstable; urgency=low * Initial release (Closes: #533366) -- Varun Hiremath Tue, 16 Jun 2009 17:39:14 -0400