Author: tmancill Date: 2011-10-24 20:11:54 +0000 (Mon, 24 Oct 2011) New Revision: 15250
Modified: trunk/liblastfm-java/debian/changelog trunk/liblastfm-java/debian/control trunk/liblastfm-java/debian/copyright Log: set distribution to unstable for sponsored upload; format debian/copyright as DEP5; remove JRE dependency Modified: trunk/liblastfm-java/debian/changelog =================================================================== --- trunk/liblastfm-java/debian/changelog 2011-10-24 08:09:48 UTC (rev 15249) +++ trunk/liblastfm-java/debian/changelog 2011-10-24 20:11:54 UTC (rev 15250) @@ -1,9 +1,14 @@ -liblastfm-java (1:0.1.0-2) UNRELEASED; urgency=low +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 <[email protected]> Sat, 22 Oct 2011 18:25:46 -0430 liblastfm-java (1:0.1.0-1) unstable; urgency=low Modified: trunk/liblastfm-java/debian/control =================================================================== --- trunk/liblastfm-java/debian/control 2011-10-24 08:09:48 UTC (rev 15249) +++ trunk/liblastfm-java/debian/control 2011-10-24 20:11:54 UTC (rev 15250) @@ -12,7 +12,7 @@ Package: liblastfm-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java2-runtime +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 Modified: trunk/liblastfm-java/debian/copyright =================================================================== --- trunk/liblastfm-java/debian/copyright 2011-10-24 08:09:48 UTC (rev 15249) +++ trunk/liblastfm-java/debian/copyright 2011-10-24 20:11:54 UTC (rev 15250) @@ -1,27 +1,23 @@ -This package was debianized by Varun Hiremath <[email protected]> on -Tue, 16 Jun 2009 16:26:12 -0400. +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: lastfm-java +Source: http://code.google.com/p/lastfm-java/ -It was downloaded from http://code.google.com/p/lastfm-java/ - -Upstream Authors: Janni Kovacs - -Copyright: © 2009, Janni Kovacs - -License: BSD - +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 @@ -34,8 +30,8 @@ (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 <[email protected]> +License: GPL On Debian GNU/Linux system you can find the complete text of the - BSD license in `/usr/share/common-licenses/BSD' - -The Debian packaging is © 2009, Varun Hiremath <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + GPL license in '/usr/share/common-licenses/GPL' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

