[pkg-java] r13507 - in tags/jsymphonic: . 0.3.0.Ode.To.Freedom+svn387-3/debian 0.3.0.Ode.To.Freedom+svn387-3/debian/wrappers

Vincent Fourmond fourmond at alioth.debian.org
Mon Apr 4 20:08:05 UTC 2011


Author: fourmond
Date: 2011-04-04 20:07:57 +0000 (Mon, 04 Apr 2011)
New Revision: 13507

Added:
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/build.xml
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/changelog
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/control
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.classpath
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.install
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.jlibs
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/rules
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/wrappers/jsymphonic
Removed:
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/build.xml
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/changelog
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/control
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.install
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/rules
   tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/wrappers/jsymphonic
Log:
[svn-buildpackage] Tagging jsymphonic 0.3.0.Ode.To.Freedom+svn387-3

Deleted: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/build.xml
===================================================================
--- trunk/jsymphonic/debian/build.xml	2011-04-04 19:20:12 UTC (rev 13505)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/build.xml	2011-04-04 20:07:57 UTC (rev 13507)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?> 
-<!-- Ant build file for the jsymphonic debian package -->
-<!-- Copyright 2009 by Vincent Fourmond -->
-<project name="test" default="build" basedir="..">
-  <property name="srcdir" value="src" />
-  <property name="builddir" value="build" />
-  <property name="jardir" value="dist" />
-  <property name="jarname" value="${jardir}/jsymphonic-${PACKAGE_VERSION}.jar" />
-
-  <target name="init">
-    <mkdir dir="${builddir}" />
-    <mkdir dir="${jardir}" />
-  </target>
-
-  <target name="clean">
-    <delete dir="${builddir}" />
-    <delete dir="${jardir}" />
-  </target>
-  
-  <target name="languages" depends="init">
-    <copy todir="${builddir}/localization">
-      <fileset dir="${srcdir}/localization" />
-    </copy>
-  </target>
-
-  <target name="resources" depends="init">
-    <copy todir="${builddir}">
-      <fileset dir="${srcdir}">
-	<include name="**/resources/*" />
-	<include name="**/*.png" />
-      </fileset>
-    </copy>
-  </target>
-  
-  <target name="compile" depends="init">
-    <javac srcdir="${srcdir}" destdir="${builddir}" encoding="UTF-8" />
-  </target>
-
-  <target name="build" depends="compile,languages,resources">
-    <jar basedir="${builddir}" destfile="${jarname}" />
-  </target>
-</project>

Copied: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/build.xml (from rev 13506, trunk/jsymphonic/debian/build.xml)
===================================================================
--- tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/build.xml	                        (rev 0)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/build.xml	2011-04-04 20:07:57 UTC (rev 13507)
@@ -0,0 +1,42 @@
+<?xml version="1.0"?> 
+<!-- Ant build file for the jsymphonic debian package -->
+<!-- Copyright 2009 by Vincent Fourmond -->
+<project name="test" default="build" basedir="..">
+  <property name="srcdir" value="src" />
+  <property name="builddir" value="build" />
+  <property name="jardir" value="dist" />
+  <property name="jarname" value="${jardir}/jsymphonic.jar" />
+
+  <target name="init">
+    <mkdir dir="${builddir}" />
+    <mkdir dir="${jardir}" />
+  </target>
+
+  <target name="clean">
+    <delete dir="${builddir}" />
+    <delete dir="${jardir}" />
+  </target>
+  
+  <target name="languages" depends="init">
+    <copy todir="${builddir}/localization">
+      <fileset dir="${srcdir}/localization" />
+    </copy>
+  </target>
+
+  <target name="resources" depends="init">
+    <copy todir="${builddir}">
+      <fileset dir="${srcdir}">
+	<include name="**/resources/*" />
+	<include name="**/*.png" />
+      </fileset>
+    </copy>
+  </target>
+  
+  <target name="compile" depends="init">
+    <javac srcdir="${srcdir}" destdir="${builddir}" encoding="UTF-8" />
+  </target>
+
+  <target name="build" depends="compile,languages,resources">
+    <jar basedir="${builddir}" destfile="${jarname}" />
+  </target>
+</project>

Deleted: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/changelog
===================================================================
--- trunk/jsymphonic/debian/changelog	2011-04-04 19:20:12 UTC (rev 13505)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/changelog	2011-04-04 20:07:57 UTC (rev 13507)
@@ -1,89 +0,0 @@
-jsymphonic (0.3.0.Ode.To.Freedom+svn387-2) unstable; urgency=low
-
-  * Upload to unstable
-
- -- Vincent Fourmond <fourmond at debian.org>  Fri, 25 Jun 2010 00:30:30 +0200
-
-jsymphonic (0.3.0.Ode.To.Freedom+svn387-1) experimental; urgency=low
-
-  * SVN snapshot based on the new upstream release
-  * Update debian/build.xml to also ship included PNG files
-  * Rewrote debian/patches/10-config-file.diff to take care of the new
-    location for the configuration file.
-
- -- Vincent Fourmond <fourmond at debian.org>  Thu, 11 Mar 2010 23:59:08 +0100
-
-jsymphonic (0.3.0beta+svn321-1) unstable; urgency=medium
-
-  * New SVN snapshot (though not the most recent one), now getting rid of
-    precompiled classes (closes: #572949)
-  * Switching to source format 3.0 (quilt)
-  * Updated watchfile to correctly detect newer versions (note that the
-    newer version hasn't been packaged yet)
-  * Urgency medium to fix RC bug in testing
-  * Updated the debian/get-orig-svn to be more verbose about what it
-    removes and to remove precompiled .class files
-  * Conforms to standards 3.8.4
-  * Dropping build-depends on dpatch, now useless
-  * Dropping debian/README.source, now useless too
-
- -- Vincent Fourmond <fourmond at debian.org>  Mon, 08 Mar 2010 21:44:53 +0100
-
-jsymphonic (0.3.0beta+svn320-1) unstable; urgency=low
-
-  * New upstream SVN snapshot
-  * Refresh 10-config-file
-  * Add 20-fix-isocountry to fix a compilation problem
-  * Now depends on libswing-layout-java:
-    - updated debian/{control,rules} and debian/wrappers/jsymphonic
-  * Wrote a desktop file (I guess it addresses LP: #386783)
-  * Added a debian/README.source file
-  * Now conforms to standards 3.8.3
-  * Forcing the build to proceed with encoding UTF-8
-
- -- Vincent Fourmond <fourmond at debian.org>  Sun, 11 Oct 2009 02:37:25 +0200
-
-jsymphonic (0.3.0alpha1+svn268-1) unstable; urgency=low
-
-  * Pulling in new upstream SVN revision
-  * Uploading to unstable now that lenny is out.
-  * Suggests pmount, as this could come in quite handy to mount the 
-    player.
-  * Recommends ffmpeg, as it can be used by jsymphonic to recode on the
-    fly songs that are not in the right format. (although admittedly,
-    you're probably more interested in the package by Christian Marillat,
-    for MP3 support).
-  * Added an icon, based on vignette.png from the archive.
-
- -- Vincent Fourmond <fourmond at debian.org>  Sat, 07 Mar 2009 23:19:54 +0100
-
-jsymphonic (0.3.0alpha1+svn252-1) experimental; urgency=low
-
-  * Adapted debian/get-svn-source to the newer SVN structure
-  * Switching to a SVN export, as the -sources.zip file is not complete.
-  * Updated debian/build.xml to copy resources.
-  * debian/patches/10-config-file.dpatch to put config and log files as 
-    hidden files in $HOME
-
- -- Vincent Fourmond <fourmond at debian.org>  Thu, 29 Jan 2009 20:21:02 +0100
-
-jsymphonic (0.3.0alpha1-1) experimental; urgency=low
-
-  * New upstream release
-  * Wrote a decent watchfile, and a small new-upstream script to repackage
-    and rearrange the zip file.
-  * Wrote from scratch a debian/build.xml, as the build system is not 
-    provided in the source zip file
-  * Wrote a (rather rudimentary) manual page
-  * Added ${misc:Depends} for debhelper
-
- -- Vincent Fourmond <fourmond at debian.org>  Mon, 26 Jan 2009 22:52:48 +0100
-
-jsymphonic (0.2.1alpha+svn196-1) never released; urgency=low
-
-  * Initial release (Closes: #493971)
-  * Machine-readable copyright file
-  * Adding alternative on cacao-oj6-jre
-  * Depends on java-wrappers for the executable script
-
- -- Vincent Fourmond <fourmond at debian.org>  Mon, 01 Dec 2008 20:11:27 +0100

Copied: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/changelog (from rev 13506, trunk/jsymphonic/debian/changelog)
===================================================================
--- tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/changelog	                        (rev 0)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/changelog	2011-04-04 20:07:57 UTC (rev 13507)
@@ -0,0 +1,98 @@
+jsymphonic (0.3.0.Ode.To.Freedom+svn387-3) experimental; urgency=low
+
+  * Switching to javahelper
+  * Using real classpath
+  * Using automatic classpath expansion for the wrapper.
+  * Already conforms to standards 3.9.1
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 04 Apr 2011 21:48:59 +0200
+
+jsymphonic (0.3.0.Ode.To.Freedom+svn387-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Vincent Fourmond <fourmond at debian.org>  Fri, 25 Jun 2010 00:30:30 +0200
+
+jsymphonic (0.3.0.Ode.To.Freedom+svn387-1) experimental; urgency=low
+
+  * SVN snapshot based on the new upstream release
+  * Update debian/build.xml to also ship included PNG files
+  * Rewrote debian/patches/10-config-file.diff to take care of the new
+    location for the configuration file.
+
+ -- Vincent Fourmond <fourmond at debian.org>  Thu, 11 Mar 2010 23:59:08 +0100
+
+jsymphonic (0.3.0beta+svn321-1) unstable; urgency=medium
+
+  * New SVN snapshot (though not the most recent one), now getting rid of
+    precompiled classes (closes: #572949)
+  * Switching to source format 3.0 (quilt)
+  * Updated watchfile to correctly detect newer versions (note that the
+    newer version hasn't been packaged yet)
+  * Urgency medium to fix RC bug in testing
+  * Updated the debian/get-orig-svn to be more verbose about what it
+    removes and to remove precompiled .class files
+  * Conforms to standards 3.8.4
+  * Dropping build-depends on dpatch, now useless
+  * Dropping debian/README.source, now useless too
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 08 Mar 2010 21:44:53 +0100
+
+jsymphonic (0.3.0beta+svn320-1) unstable; urgency=low
+
+  * New upstream SVN snapshot
+  * Refresh 10-config-file
+  * Add 20-fix-isocountry to fix a compilation problem
+  * Now depends on libswing-layout-java:
+    - updated debian/{control,rules} and debian/wrappers/jsymphonic
+  * Wrote a desktop file (I guess it addresses LP: #386783)
+  * Added a debian/README.source file
+  * Now conforms to standards 3.8.3
+  * Forcing the build to proceed with encoding UTF-8
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 11 Oct 2009 02:37:25 +0200
+
+jsymphonic (0.3.0alpha1+svn268-1) unstable; urgency=low
+
+  * Pulling in new upstream SVN revision
+  * Uploading to unstable now that lenny is out.
+  * Suggests pmount, as this could come in quite handy to mount the 
+    player.
+  * Recommends ffmpeg, as it can be used by jsymphonic to recode on the
+    fly songs that are not in the right format. (although admittedly,
+    you're probably more interested in the package by Christian Marillat,
+    for MP3 support).
+  * Added an icon, based on vignette.png from the archive.
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sat, 07 Mar 2009 23:19:54 +0100
+
+jsymphonic (0.3.0alpha1+svn252-1) experimental; urgency=low
+
+  * Adapted debian/get-svn-source to the newer SVN structure
+  * Switching to a SVN export, as the -sources.zip file is not complete.
+  * Updated debian/build.xml to copy resources.
+  * debian/patches/10-config-file.dpatch to put config and log files as 
+    hidden files in $HOME
+
+ -- Vincent Fourmond <fourmond at debian.org>  Thu, 29 Jan 2009 20:21:02 +0100
+
+jsymphonic (0.3.0alpha1-1) experimental; urgency=low
+
+  * New upstream release
+  * Wrote a decent watchfile, and a small new-upstream script to repackage
+    and rearrange the zip file.
+  * Wrote from scratch a debian/build.xml, as the build system is not 
+    provided in the source zip file
+  * Wrote a (rather rudimentary) manual page
+  * Added ${misc:Depends} for debhelper
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 26 Jan 2009 22:52:48 +0100
+
+jsymphonic (0.2.1alpha+svn196-1) never released; urgency=low
+
+  * Initial release (Closes: #493971)
+  * Machine-readable copyright file
+  * Adding alternative on cacao-oj6-jre
+  * Depends on java-wrappers for the executable script
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 01 Dec 2008 20:11:27 +0100

Deleted: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/control
===================================================================
--- trunk/jsymphonic/debian/control	2011-04-04 19:20:12 UTC (rev 13505)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/control	2011-04-04 20:07:57 UTC (rev 13507)
@@ -1,27 +0,0 @@
-Source: jsymphonic
-Section: sound
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Vincent Fourmond <fourmond at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), ant
-Build-Depends-Indep: openjdk-6-jdk, libswing-layout-java
-Standards-Version: 3.8.4
-Homepage: http://sourceforge.net/projects/symphonic/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jsymphonic
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jsymphonic
-
-
-Package: jsymphonic
-Architecture: all
-Depends: openjdk-6-jre | java6-runtime, java-wrappers (>= 0.1.11),
- 	 ${misc:Depends}, libswing-layout-java
-Recommends: ffmpeg
-Suggests: pmount
-Description: File manager for Sony's MP3 players
- Symphonic is a file manager for Sony's flash players (such as the 
- NW-E00x series), where songs are stored in a proprietary format
- not very Unix-friendly.
- .
- This program provides functionalities similar to the proprietary
- Windows-only SonicStage software given by Sony to interact with
- the players.
\ No newline at end of file

Copied: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/control (from rev 13506, trunk/jsymphonic/debian/control)
===================================================================
--- tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/control	                        (rev 0)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/control	2011-04-04 20:07:57 UTC (rev 13507)
@@ -0,0 +1,27 @@
+Source: jsymphonic
+Section: sound
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Fourmond <fourmond at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), ant, javahelper
+Build-Depends-Indep: openjdk-6-jdk, libswing-layout-java
+Standards-Version: 3.9.1
+Homepage: http://sourceforge.net/projects/symphonic/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jsymphonic
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jsymphonic
+
+
+Package: jsymphonic
+Architecture: all
+Depends: openjdk-6-jre | java6-runtime, java-wrappers (>= 0.1.21),
+ 	 ${misc:Depends}, ${java:Depends}
+Recommends: ffmpeg
+Suggests: pmount
+Description: File manager for Sony's MP3 players
+ Symphonic is a file manager for Sony's flash players (such as the 
+ NW-E00x series), where songs are stored in a proprietary format
+ not very Unix-friendly.
+ .
+ This program provides functionalities similar to the proprietary
+ Windows-only SonicStage software given by Sony to interact with
+ the players.
\ No newline at end of file

Copied: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.classpath (from rev 13506, trunk/jsymphonic/debian/jsymphonic.classpath)
===================================================================
--- tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.classpath	                        (rev 0)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.classpath	2011-04-04 20:07:57 UTC (rev 13507)
@@ -0,0 +1 @@
+dist/jsymphonic.jar /usr/share/java/swing-layout.jar

Deleted: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.install
===================================================================
--- trunk/jsymphonic/debian/jsymphonic.install	2011-04-04 19:20:12 UTC (rev 13505)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.install	2011-04-04 20:07:57 UTC (rev 13507)
@@ -1,2 +0,0 @@
-debian/jsymphonic.xpm  usr/share/pixmaps
-debian/jsymphonic.desktop usr/share/applications
\ No newline at end of file

Copied: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.install (from rev 13506, trunk/jsymphonic/debian/jsymphonic.install)
===================================================================
--- tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.install	                        (rev 0)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.install	2011-04-04 20:07:57 UTC (rev 13507)
@@ -0,0 +1,3 @@
+debian/jsymphonic.xpm  usr/share/pixmaps
+debian/jsymphonic.desktop usr/share/applications
+debian/wrappers/jsymphonic usr/bin
\ No newline at end of file

Copied: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.jlibs (from rev 13506, trunk/jsymphonic/debian/jsymphonic.jlibs)
===================================================================
--- tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.jlibs	                        (rev 0)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/jsymphonic.jlibs	2011-04-04 20:07:57 UTC (rev 13507)
@@ -0,0 +1 @@
+dist/jsymphonic.jar
\ No newline at end of file

Deleted: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/rules
===================================================================
--- trunk/jsymphonic/debian/rules	2011-04-04 19:20:12 UTC (rev 13505)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/rules	2011-04-04 20:07:57 UTC (rev 13507)
@@ -1,38 +0,0 @@
-#!/usr/bin/make -f
-# debian/rules for libstevesoft-regex-java
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-VERSION = $(shell dpkg-parsechangelog | egrep '^Version' | \
-	sed -r 's/Version:\s*//' | sed -r 's/^[0-9]+://' | \
-	sed -r 's/(\.dfsg)?-[0-9.]+//')
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-# include /usr/share/cdbs/1/rules/dpatch.mk
-
-JAVA_HOME_DIRS       := /usr/lib/jvm/java-6-openjdk
-ANT_HOME             := /usr/share/ant
-DEB_ANT_COMPILER     := modern
-DEB_BUILDDIR         := .
-DEB_ANT_BUILDFILE    := debian/build.xml
-DEB_ANT_CLEAN_TARGET := clean
-DEB_JARS             := swing-layout
-
-ANT_ARGS := -DPACKAGE_VERSION=$(VERSION)
-
-target=debian/jsymphonic
-target_dir=$(target)/usr/share/java
-
-
-print-version:
-	echo $(VERSION)
-
-
-
-install/jsymphonic::
-	install -m 644 dist/*.jar $(target_dir)/jsymphonic-$(VERSION).jar
-	ln -s jsymphonic-$(VERSION).jar $(target_dir)/jsymphonic.jar
-	install -m 755 -t $(target)/usr/bin debian/wrappers/jsymphonic
-

Copied: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/rules (from rev 13506, trunk/jsymphonic/debian/rules)
===================================================================
--- tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/rules	                        (rev 0)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/rules	2011-04-04 20:07:57 UTC (rev 13507)
@@ -0,0 +1,31 @@
+#!/usr/bin/make -f
+# debian/rules for libstevesoft-regex-java
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+VERSION = $(shell dpkg-parsechangelog | egrep '^Version' | \
+	sed -r 's/Version:\s*//' | sed -r 's/^[0-9]+://' | \
+	sed -r 's/(\.dfsg)?-[0-9.]+//')
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/javahelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME_DIRS       := /usr/lib/jvm/java-6-openjdk
+ANT_HOME             := /usr/share/ant
+DEB_ANT_COMPILER     := modern
+DEB_BUILDDIR         := .
+DEB_ANT_BUILDFILE    := debian/build.xml
+DEB_ANT_CLEAN_TARGET := clean
+DEB_JARS             := swing-layout
+
+ANT_ARGS := -DPACKAGE_VERSION=$(VERSION)
+
+target=debian/jsymphonic
+target_dir=$(target)/usr/share/java
+
+
+print-version:
+	echo $(VERSION)
+

Deleted: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/wrappers/jsymphonic
===================================================================
--- trunk/jsymphonic/debian/wrappers/jsymphonic	2011-04-04 19:20:12 UTC (rev 13505)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/wrappers/jsymphonic	2011-04-04 20:07:57 UTC (rev 13507)
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# Include the wrappers utility script
-. /usr/lib/java-wrappers/java-wrappers.sh
-
-# We first look for sun's runtime, and then for all the rest
-find_java_runtime openjdk sun
-find_jars swing-layout jsymphonic 
-
-run_java org.danizmax.jsymphonic.gui.JSymphonic "$@"

Copied: tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/wrappers/jsymphonic (from rev 13506, trunk/jsymphonic/debian/wrappers/jsymphonic)
===================================================================
--- tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/wrappers/jsymphonic	                        (rev 0)
+++ tags/jsymphonic/0.3.0.Ode.To.Freedom+svn387-3/debian/wrappers/jsymphonic	2011-04-04 20:07:57 UTC (rev 13507)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Include the wrappers utility script
+. /usr/lib/java-wrappers/java-wrappers.sh
+
+find_java_runtime openjdk sun
+find_jar_classpath jsymphonic 
+
+run_java org.danizmax.jsymphonic.gui.JSymphonic "$@"




More information about the pkg-java-commits mailing list