[pkg-java] r14186 - in tags/libjspeex-java: . 0.9.7-3/debian

Torsten Werner twerner at alioth.debian.org
Mon Aug 15 20:50:52 UTC 2011


Author: twerner
Date: 2011-08-15 20:50:51 +0000 (Mon, 15 Aug 2011)
New Revision: 14186

Added:
   tags/libjspeex-java/0.9.7-3/
   tags/libjspeex-java/0.9.7-3/debian/changelog
   tags/libjspeex-java/0.9.7-3/debian/control
   tags/libjspeex-java/0.9.7-3/debian/rules
   tags/libjspeex-java/0.9.7-3/debian/source/
Removed:
   tags/libjspeex-java/0.9.7-3/debian/changelog
   tags/libjspeex-java/0.9.7-3/debian/control
   tags/libjspeex-java/0.9.7-3/debian/rules
Log:
[svn-buildpackage] Tagging libjspeex-java 0.9.7-3

Deleted: tags/libjspeex-java/0.9.7-3/debian/changelog
===================================================================
--- trunk/libjspeex-java/debian/changelog	2011-08-15 14:52:31 UTC (rev 14183)
+++ tags/libjspeex-java/0.9.7-3/debian/changelog	2011-08-15 20:50:51 UTC (rev 14186)
@@ -1,20 +0,0 @@
-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.
-  * Bump up Standards-Version to 3.7.3
-
- -- Varun Hiremath <varun at debian.org>  Fri, 11 Jan 2008 11:32:51 +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

Copied: tags/libjspeex-java/0.9.7-3/debian/changelog (from rev 14185, trunk/libjspeex-java/debian/changelog)
===================================================================
--- tags/libjspeex-java/0.9.7-3/debian/changelog	                        (rev 0)
+++ tags/libjspeex-java/0.9.7-3/debian/changelog	2011-08-15 20:50:51 UTC (rev 14186)
@@ -0,0 +1,31 @@
+libjspeex-java (0.9.7-3) unstable; urgency=low
+
+  * Switch to default-jdk.
+  * Switch to source format 3.0.
+  * Change Section: java.
+  * Clean up Depends.
+  * Update Standards-Version: 3.9.1.
+  * Enable tests.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 15 Aug 2011 22:41:04 +0200
+
+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.
+  * Bump up Standards-Version to 3.7.3
+
+ -- Varun Hiremath <varun at debian.org>  Fri, 11 Jan 2008 11:32:51 +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

Deleted: tags/libjspeex-java/0.9.7-3/debian/control
===================================================================
--- trunk/libjspeex-java/debian/control	2011-08-15 14:52:31 UTC (rev 14183)
+++ tags/libjspeex-java/0.9.7-3/debian/control	2011-08-15 20:50:51 UTC (rev 14186)
@@ -1,20 +0,0 @@
-Source: libjspeex-java
-Section: libs
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, 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.3
-Homepage: http://jspeex.sourceforge.net
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjspeex-java
-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.

Copied: tags/libjspeex-java/0.9.7-3/debian/control (from rev 14185, trunk/libjspeex-java/debian/control)
===================================================================
--- tags/libjspeex-java/0.9.7-3/debian/control	                        (rev 0)
+++ tags/libjspeex-java/0.9.7-3/debian/control	2011-08-15 20:50:51 UTC (rev 14186)
@@ -0,0 +1,20 @@
+Source: libjspeex-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: ant-optional, junit, default-jdk
+Standards-Version: 3.9.1
+Homepage: http://jspeex.sourceforge.net
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjspeex-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjspeex-java
+
+Package: libjspeex-java
+Architecture: all
+Depends: ${misc:Depends}
+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.

Deleted: tags/libjspeex-java/0.9.7-3/debian/rules
===================================================================
--- trunk/libjspeex-java/debian/rules	2011-08-15 14:52:31 UTC (rev 14183)
+++ tags/libjspeex-java/0.9.7-3/debian/rules	2011-08-15 20:50:51 UTC (rev 14186)
@@ -1,16 +0,0 @@
-#!/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

Copied: tags/libjspeex-java/0.9.7-3/debian/rules (from rev 14185, trunk/libjspeex-java/debian/rules)
===================================================================
--- tags/libjspeex-java/0.9.7-3/debian/rules	                        (rev 0)
+++ tags/libjspeex-java/0.9.7-3/debian/rules	2011-08-15 20:50:51 UTC (rev 14186)
@@ -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/default-java
+DEB_ANT_BUILD_TARGET := package javadoc
+DEB_ANT_CHECK_TARGET := test
+DEB_JARS             := ant-junit junit
+
+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




More information about the pkg-java-commits mailing list