[pkg-java] r4412 - in trunk: . libkjdsp-java libkjdsp-java/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Mon Oct 15 12:48:00 UTC 2007
Author: varun-guest
Date: 2007-10-15 12:48:00 +0000 (Mon, 15 Oct 2007)
New Revision: 4412
Added:
trunk/libkjdsp-java/
trunk/libkjdsp-java/debian/
trunk/libkjdsp-java/debian/ant.properties
trunk/libkjdsp-java/debian/build.xml
trunk/libkjdsp-java/debian/changelog
trunk/libkjdsp-java/debian/compat
trunk/libkjdsp-java/debian/control
trunk/libkjdsp-java/debian/copyright
trunk/libkjdsp-java/debian/orig-tar.sh
trunk/libkjdsp-java/debian/rules
Log:
* Inject libkjdsp-java to pkg-java svn
Property changes on: trunk/libkjdsp-java/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/libkjdsp-java/debian/ant.properties
===================================================================
--- trunk/libkjdsp-java/debian/ant.properties (rev 0)
+++ trunk/libkjdsp-java/debian/ant.properties 2007-10-15 12:48:00 UTC (rev 4412)
@@ -0,0 +1,3 @@
+class.dir=class
+source.dir=.
+jar.name=kj_dsp.jar
Added: trunk/libkjdsp-java/debian/build.xml
===================================================================
--- trunk/libkjdsp-java/debian/build.xml (rev 0)
+++ trunk/libkjdsp-java/debian/build.xml 2007-10-15 12:48:00 UTC (rev 4412)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project default="jar" name="jflac" basedir="..">
+ <property file="./build.properties"/>
+
+ <target name="clean">
+ <delete dir="${class.dir}" quiet="true"/>
+ <delete file="${jar.name}" quiet="true"/>
+ </target>
+
+ <target name="compile">
+ <mkdir dir="${class.dir}"/>
+ <javac srcdir="${source.dir}" destdir="${class.dir}"/>
+ </target>
+
+ <target name="jar" description="o Create the jar" depends="compile">
+ <jar jarfile="${jar.name}" basedir="${class.dir}"/>
+ </target>
+
+ <target name="install" depends="jar">
+ <mkdir dir="${destdir}/usr/share/java/" />
+ <copy todir="${destdir}/usr/share/java/">
+ <fileset file="${jar.name}" />
+ </copy>
+ </target>
+</project>
Added: trunk/libkjdsp-java/debian/changelog
===================================================================
--- trunk/libkjdsp-java/debian/changelog (rev 0)
+++ trunk/libkjdsp-java/debian/changelog 2007-10-15 12:48:00 UTC (rev 4412)
@@ -0,0 +1,29 @@
+libkjdsp-java (1.2-3) unstable; urgency=low
+
+ * Move the package to pkg-java svn.
+ * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
+ * Move the build scripts to debian dir.
+ * Add debian/orig-tar.sh to create orig.tar.gz
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Mon, 15 Oct 2007 18:18:29 +0530
+
+libkjdsp-java (1.2-2) unstable; urgency=low
+
+ [ Varun Hiremath ]
+ * Switch from kaffe to java-gcj-compat-dev.
+ * debian/control:
+ + Set Priority to optional from extra.
+ + Add XS-Vcs-{Svn,Browser} headers.
+ * Remove the hard coded version from build.properties and install the
+ versioned jar from debian/rules.
+
+ [ Torsten Werner ]
+ * Do not run ecj-bootstrap any more.
+
+ -- Torsten Werner <twerner at debian.org> Fri, 12 Oct 2007 12:51:11 +0200
+
+libkjdsp-java (1.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #421641)
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Tue, 24 Apr 2007 17:50:22 +0530
Added: trunk/libkjdsp-java/debian/compat
===================================================================
--- trunk/libkjdsp-java/debian/compat (rev 0)
+++ trunk/libkjdsp-java/debian/compat 2007-10-15 12:48:00 UTC (rev 4412)
@@ -0,0 +1 @@
+5
Added: trunk/libkjdsp-java/debian/control
===================================================================
--- trunk/libkjdsp-java/debian/control (rev 0)
+++ trunk/libkjdsp-java/debian/control 2007-10-15 12:48:00 UTC (rev 4412)
@@ -0,0 +1,22 @@
+Source: libkjdsp-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
+Standards-Version: 3.7.2
+Homepage: http://code.google.com/p/libkj-java/
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libkjdsp-java
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libkjdsp-java
+
+Package: libkjdsp-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Description: dsp package for the Light Development Spectrum Analyzer
+ This package allows developers to add real time digital signal processing to
+ their Java Sound applications. It includes an AWT component to render a scope
+ or spectrum analyser.
+ .
+ The Light Development Spectrum Analyzer Component (http://www.lightdev.com/)
+ relies on the KJ DSP package.
Added: trunk/libkjdsp-java/debian/copyright
===================================================================
--- trunk/libkjdsp-java/debian/copyright (rev 0)
+++ trunk/libkjdsp-java/debian/copyright 2007-10-15 12:48:00 UTC (rev 4412)
@@ -0,0 +1,30 @@
+This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+Tue, 24 Apr 2007 17:50:22 +0530.
+
+It was downloaded from http://code.google.com/p/libkj-java/downloads/list
+
+Upstream Author: Kris Fudalewski
+
+Copyright: (C) 2005 Kris Fudalewski
+
+License:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, you can find the GPL license in:
+/usr/share/common-licenses/GPL
+
+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/libkjdsp-java/debian/orig-tar.sh
===================================================================
--- trunk/libkjdsp-java/debian/orig-tar.sh (rev 0)
+++ trunk/libkjdsp-java/debian/orig-tar.sh 2007-10-15 12:48:00 UTC (rev 4412)
@@ -0,0 +1,24 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+ZIP=kj_dsp_src.zip
+TAR=../libkjdsp-java_$1.orig.tar.gz
+DIR=libkjdsp-java-$1
+
+# Download sources
+wget http://libkj-java.googlecode.com/files/$ZIP
+
+# clean up the upstream tarball
+unzip $ZIP
+mv kj $DIR
+tar -c -z -f $TAR $DIR
+rm -rf $DIR $ZIP
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
+
+exit 0
Property changes on: trunk/libkjdsp-java/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/libkjdsp-java/debian/rules
===================================================================
--- trunk/libkjdsp-java/debian/rules (rev 0)
+++ trunk/libkjdsp-java/debian/rules 2007-10-15 12:48:00 UTC (rev 4412)
@@ -0,0 +1,16 @@
+#!/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_BUILDFILE := debian/build.xml
+DEB_ANT_BUILD_TARGET := jar
+
+install/libkjdsp-java::
+ install -m 644 -D kj_dsp.jar $(DEB_DESTDIR)/usr/share/java/kj_dsp-$(DEB_UPSTREAM_VERSION).jar
+ dh_link /usr/share/java/kj_dsp-$(DEB_UPSTREAM_VERSION).jar \
+ /usr/share/java/kj_dsp.jar
+
+get-orig-source:
+ sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
Property changes on: trunk/libkjdsp-java/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-java-commits
mailing list