This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjspeex-java.
commit c7b740329c933b17166ca3efce29b2bbd0c23e86 Author: Torsten Werner <[email protected]> Date: Mon Aug 15 20:40:02 2011 +0000 * Switch to default-jdk. * Switch to source format 3.0. * Change Section: java. * Clean up Depends. * Update Standards-Version: 3.9.1. --- debian/changelog | 10 ++++++++++ debian/control | 10 +++++----- debian/rules | 3 +-- debian/source/format | 1 + 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0c6b83d..3bfbac9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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. + + -- Torsten Werner <[email protected]> Mon, 15 Aug 2011 22:37:05 +0200 + libjspeex-java (0.9.7-2) unstable; urgency=low * Move the package to pkg-java svn. diff --git a/debian/control b/debian/control index c4ebf76..ad83cc9 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,18 @@ Source: libjspeex-java -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: cdbs, debhelper (>= 5), quilt -Build-Depends-Indep: ant, junit, java-gcj-compat-dev -Standards-Version: 3.7.3 +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: ant, 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: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime +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 diff --git a/debian/rules b/debian/rules index 52811e4..a50fb12 100755 --- a/debian/rules +++ b/debian/rules @@ -2,9 +2,8 @@ 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 +JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := package javadoc install/libjspeex-java:: diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjspeex-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

