[pkg-java] r4415 - in trunk: . libmp3spi-java libmp3spi-java/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Mon Oct 15 13:06:52 UTC 2007
Author: varun-guest
Date: 2007-10-15 13:06:52 +0000 (Mon, 15 Oct 2007)
New Revision: 4415
Added:
trunk/libmp3spi-java/
trunk/libmp3spi-java/debian/
trunk/libmp3spi-java/debian/README.Debian-source
trunk/libmp3spi-java/debian/changelog
trunk/libmp3spi-java/debian/compat
trunk/libmp3spi-java/debian/control
trunk/libmp3spi-java/debian/copyright
trunk/libmp3spi-java/debian/doc-base
trunk/libmp3spi-java/debian/docs
trunk/libmp3spi-java/debian/orig-tar.sh
trunk/libmp3spi-java/debian/rules
trunk/libmp3spi-java/debian/watch
Log:
* Move libmp3spi-java to pkg-java svn.
Property changes on: trunk/libmp3spi-java/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/libmp3spi-java/debian/README.Debian-source
===================================================================
--- trunk/libmp3spi-java/debian/README.Debian-source (rev 0)
+++ trunk/libmp3spi-java/debian/README.Debian-source 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,13 @@
+libmp3spi-java
+==============
+
+The upstream supplied source package contains binary jar files and
+pre-built documentation. Currently no clean source distribution
+exists. Therefore, the upstream sources were modified to comply with
+the Debian Free Software Guidelines.
+
+Use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on repackaging of upstream sources please see the
+debian/orig-tar.sh file.
+
+-- Varun Hiremath <varunhiremath at gmail.com> Mon, 27 Aug 2007 19:02:53 +0530
Added: trunk/libmp3spi-java/debian/changelog
===================================================================
--- trunk/libmp3spi-java/debian/changelog (rev 0)
+++ trunk/libmp3spi-java/debian/changelog 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,24 @@
+libmp3spi-java (1.9.4-3) unstable; urgency=low
+
+ * Move the package to pkg-java svn.
+ * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Mon, 15 Oct 2007 18:46:36 +0530
+
+libmp3spi-java (1.9.4-2) unstable; urgency=low
+
+ * Switch from kaffe to java-gcj-compat-dev.
+ * debian/control:
+ + Add XS-Vcs-{Svn,Browser} headers.
+ + Set Priority to optional from extra.
+ * Add debian/README.Debian-source file.
+ * Remove debian/install and install jar from debian/rules and create
+ symbolic link.
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Wed, 29 Aug 2007 12:57:41 +0530
+
+libmp3spi-java (1.9.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #421639)
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Tue, 24 Apr 2007 13:28:19 +0530
Added: trunk/libmp3spi-java/debian/compat
===================================================================
--- trunk/libmp3spi-java/debian/compat (rev 0)
+++ trunk/libmp3spi-java/debian/compat 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1 @@
+5
Added: trunk/libmp3spi-java/debian/control
===================================================================
--- trunk/libmp3spi-java/debian/control (rev 0)
+++ trunk/libmp3spi-java/debian/control 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,19 @@
+Source: libmp3spi-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Torsten Werner <twerner at debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: ant, java-gcj-compat-dev, libjlayer-java, libtritonus-java
+Standards-Version: 3.7.2
+Homepage: http://www.javazoom.net/mp3spi/mp3spi.html
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libmp3spi-java
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libmp3spi-java
+
+Package: libmp3spi-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Description: interface to support MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format
+ MP3SPI is a Java Service Provider Interface that adds MP3 (MPEG
+ 1/2/2.5 Layer 1/2/3) audio format support for Java Platform. It
+ supports streaming, ID3v2 frames and Equalizer.
Added: trunk/libmp3spi-java/debian/copyright
===================================================================
--- trunk/libmp3spi-java/debian/copyright (rev 0)
+++ trunk/libmp3spi-java/debian/copyright 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,30 @@
+This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+Tue, 24 Apr 2007 13:28:19 +0530.
+
+It was downloaded from http://www.javazoom.net/mp3spi/sources.html
+
+Upstream Author:
+JavaZOOM <mp3spi at javazoom.net>
+Chris Adamson <invalidname at mac.com>
+
+Copyright:
+(C) 2004,2005 JavaZOOM <mp3spi at javazoom.net>
+(C) 2004,2005 Chris Adamson <invalidname at mac.com>
+
+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 <varunhiremath at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: trunk/libmp3spi-java/debian/doc-base
===================================================================
--- trunk/libmp3spi-java/debian/doc-base (rev 0)
+++ trunk/libmp3spi-java/debian/doc-base 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,9 @@
+Document: libmp3spi-java
+Title: Programmer API for MP3SPI
+Author: JavaZOOM, Chris Adamson
+Abstract: MP3SPI is a Java Service Provider Interface that adds adds MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format support for Java Platform.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libmp3spi-java/index.html
+Files: /usr/share/doc/libmp3spi-java/*.html
Added: trunk/libmp3spi-java/debian/docs
===================================================================
--- trunk/libmp3spi-java/debian/docs (rev 0)
+++ trunk/libmp3spi-java/debian/docs 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,2 @@
+doc/*
+README.txt
Added: trunk/libmp3spi-java/debian/orig-tar.sh
===================================================================
--- trunk/libmp3spi-java/debian/orig-tar.sh (rev 0)
+++ trunk/libmp3spi-java/debian/orig-tar.sh 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+DIR=libmp3spi-java-$2.orig
+
+# clean up the upstream tarball
+tar -x -z -f $3
+mv MpegAudioSPI$2 $DIR
+tar -c -z -f $3 --exclude '*.jar' --exclude '*/doc/*' $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
Property changes on: trunk/libmp3spi-java/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/libmp3spi-java/debian/rules
===================================================================
--- trunk/libmp3spi-java/debian/rules (rev 0)
+++ trunk/libmp3spi-java/debian/rules 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,17 @@
+#!/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/java-gcj
+DEB_ANT_BUILD_TARGET := all
+DEB_JARS := jl tritonus_share
+DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt
+
+install/libmp3spi-java::
+ install -m 644 -D mp3spi*.jar $(DEB_DESTDIR)/usr/share/java/mp3spi-$(DEB_UPSTREAM_VERSION).jar
+ dh_link /usr/share/java/mp3spi-$(DEB_UPSTREAM_VERSION).jar \
+ /usr/share/java/mp3spi.jar
+
+get-orig-source:
+ -uscan --upstream-version 0 --rename
Property changes on: trunk/libmp3spi-java/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/libmp3spi-java/debian/watch
===================================================================
--- trunk/libmp3spi-java/debian/watch (rev 0)
+++ trunk/libmp3spi-java/debian/watch 2007-10-15 13:06:52 UTC (rev 4415)
@@ -0,0 +1,3 @@
+version=3
+http://www.javazoom.net/mp3spi/sources.html sources/mp3spi(.*).tar.gz \
+ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list