[pkg-java] r4403 - in trunk: . libjspeex-java libjspeex-java/debian libjspeex-java/debian/patches
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Mon Oct 15 05:52:53 UTC 2007
Author: varun-guest
Date: 2007-10-15 05:52:53 +0000 (Mon, 15 Oct 2007)
New Revision: 4403
Added:
trunk/libjspeex-java/
trunk/libjspeex-java/debian/
trunk/libjspeex-java/debian/README.Debian-source
trunk/libjspeex-java/debian/changelog
trunk/libjspeex-java/debian/compat
trunk/libjspeex-java/debian/control
trunk/libjspeex-java/debian/copyright
trunk/libjspeex-java/debian/doc-base
trunk/libjspeex-java/debian/docs
trunk/libjspeex-java/debian/orig-tar.sh
trunk/libjspeex-java/debian/patches/
trunk/libjspeex-java/debian/patches/disable_proguard.diff
trunk/libjspeex-java/debian/patches/series
trunk/libjspeex-java/debian/rules
trunk/libjspeex-java/debian/watch
Log:
* Initial inject of libjspeex-java to pkg-java svn.
Property changes on: trunk/libjspeex-java/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/libjspeex-java/debian/README.Debian-source
===================================================================
--- trunk/libjspeex-java/debian/README.Debian-source (rev 0)
+++ trunk/libjspeex-java/debian/README.Debian-source 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,13 @@
+libjspeex-java
+==============
+
+The upstream supplied source package contains binary jar files.
+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/libjspeex-java/debian/changelog
===================================================================
--- trunk/libjspeex-java/debian/changelog (rev 0)
+++ trunk/libjspeex-java/debian/changelog 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,19 @@
+libjspeex-java (0.9.7-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.
+ + 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> Tue, 28 Aug 2007 00:44:29 +0530
+
+libjspeex-java (0.9.7-1) unstable; urgency=low
+
+ * Initial release (Closes: #421717)
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Tue, 24 Apr 2007 15:25:18 +0530
Added: trunk/libjspeex-java/debian/compat
===================================================================
--- trunk/libjspeex-java/debian/compat (rev 0)
+++ trunk/libjspeex-java/debian/compat 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1 @@
+5
Added: trunk/libjspeex-java/debian/control
===================================================================
--- trunk/libjspeex-java/debian/control (rev 0)
+++ trunk/libjspeex-java/debian/control 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,20 @@
+Source: libjspeex-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), quilt
+Build-Depends-Indep: ant, junit, java-gcj-compat-dev
+Standards-Version: 3.7.2
+Homepage: http://jspeex.sourceforge.net
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjspeex-java
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjspeex-java
+
+Package: libjspeex-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Description: Java Implementation of Speex
+ JSpeex is a Java port of the Speex speech codec (Open Source/Free
+ Software patent-free audio compression format designed for
+ speech). It provides both the decoder and the encoder in pure Java,
+ as well as a JavaSound SPI.
Added: trunk/libjspeex-java/debian/copyright
===================================================================
--- trunk/libjspeex-java/debian/copyright (rev 0)
+++ trunk/libjspeex-java/debian/copyright 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,48 @@
+This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+Tue, 24 Apr 2007 15:25:18 +0530.
+
+It was downloaded from http://sourceforge.net/projects/jspeex/
+
+Upstream Author:
+Marc Gimpel <mgimpel at horizonwimba.com>
+James Lawrence
+
+Based on code by:
+David Rowe
+Jean-Marc Valin
+
+Copyright:
+(c) 1999-2004 Wimba S.A
+(C) 2002 Jean-Marc Valin
+
+License (BSD like):
+
+ Redistribution and use 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.
+
+ - Neither the name of the Xiph.org Foundation nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ 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 FOUNDATION 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.
+
+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/libjspeex-java/debian/doc-base
===================================================================
--- trunk/libjspeex-java/debian/doc-base (rev 0)
+++ trunk/libjspeex-java/debian/doc-base 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,9 @@
+Document: libjspeex-java
+Title: Java Implementation of Speex
+Author: Marc Gimpel, James Lawrence
+Abstract: JSpeex is a Java port of the Speex speech codec.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libjspeex-java/index.html
+Files: /usr/share/doc/libjspeex-java/*.html
Added: trunk/libjspeex-java/debian/docs
===================================================================
--- trunk/libjspeex-java/debian/docs (rev 0)
+++ trunk/libjspeex-java/debian/docs 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,2 @@
+doc/javadoc/*
+README
Added: trunk/libjspeex-java/debian/orig-tar.sh
===================================================================
--- trunk/libjspeex-java/debian/orig-tar.sh (rev 0)
+++ trunk/libjspeex-java/debian/orig-tar.sh 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,21 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+TAR=libjspeex-java_$2.orig.tar.gz
+DIR=libjspeex-java-$2.orig
+
+# clean up the upstream tarball
+unzip $3
+mv jspeex $DIR
+tar -c -z -f $TAR --exclude '*.jar' $DIR
+rm -rf $3 $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $3 to $origDir"
+fi
+
+exit 0
Property changes on: trunk/libjspeex-java/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/libjspeex-java/debian/patches/disable_proguard.diff
===================================================================
--- trunk/libjspeex-java/debian/patches/disable_proguard.diff (rev 0)
+++ trunk/libjspeex-java/debian/patches/disable_proguard.diff 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,19 @@
+--- libjspeex-java-0.9.7.orig/build.xml 2007-04-24 16:16:41.000000000 +0530
++++ libjspeex-java-0.9.7/build.xml 2007-04-24 17:14:43.000000000 +0530
+@@ -58,8 +58,6 @@
+ <property name="version" value="0.9.7"/>
+
+ <!-- Define additional tasks -->
+- <taskdef name="proguard" classname="proguard.ant.ProGuardTask"
+- classpath="${lib}/proguard3.2.jar" />
+
+ <target name="init" description="Initialise ant" depends="clean">
+ <tstamp>
+@@ -88,6 +86,7 @@
+ <fileset dir="${lib}">
+ <include name="**/*.jar"/>
+ </fileset>
++ <fileset file="/usr/share/ant/lib/junit.jar"/>
+ </classpath>
+ <include name="*.java"/>
+ <include name="org/xiph/speex/**/*.java"/>
Added: trunk/libjspeex-java/debian/patches/series
===================================================================
--- trunk/libjspeex-java/debian/patches/series (rev 0)
+++ trunk/libjspeex-java/debian/patches/series 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1 @@
+disable_proguard.diff
Added: trunk/libjspeex-java/debian/rules
===================================================================
--- trunk/libjspeex-java/debian/rules (rev 0)
+++ trunk/libjspeex-java/debian/rules 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj
+DEB_ANT_BUILD_TARGET := package javadoc
+
+install/libjspeex-java::
+ install -m 644 -D dist/jspeex.jar $(DEB_DESTDIR)/usr/share/java/jspeex-$(DEB_UPSTREAM_VERSION).jar
+ dh_link /usr/share/java/jspeex-$(DEB_UPSTREAM_VERSION).jar \
+ /usr/share/java/jspeex.jar
+
+get-orig-source:
+ -uscan --upstream-version 0
Property changes on: trunk/libjspeex-java/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/libjspeex-java/debian/watch
===================================================================
--- trunk/libjspeex-java/debian/watch (rev 0)
+++ trunk/libjspeex-java/debian/watch 2007-10-15 05:52:53 UTC (rev 4403)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/jspeex/ jspeex-(.*)\.zip debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list