[pkg-java] r13679 - trunk/jsymphonic/debian
Vincent Fourmond
fourmond at alioth.debian.org
Tue May 10 22:31:43 UTC 2011
Author: fourmond
Date: 2011-05-10 22:31:42 +0000 (Tue, 10 May 2011)
New Revision: 13679
Modified:
trunk/jsymphonic/debian/changelog
trunk/jsymphonic/debian/control
trunk/jsymphonic/debian/jsymphonic.classpath
Log:
[jsymphonic] fix sneaky missing classpath due to changes in javahelper
Modified: trunk/jsymphonic/debian/changelog
===================================================================
--- trunk/jsymphonic/debian/changelog 2011-05-10 22:18:47 UTC (rev 13678)
+++ trunk/jsymphonic/debian/changelog 2011-05-10 22:31:42 UTC (rev 13679)
@@ -1,3 +1,9 @@
+jsymphonic (0.3.0.Ode.To.Freedom+svn387-5) unstable; urgency=low
+
+ * Fix classpath tweaking due to change in javahelper behavior
+
+ -- Vincent Fourmond <fourmond at debian.org> Wed, 11 May 2011 00:28:03 +0200
+
jsymphonic (0.3.0.Ode.To.Freedom+svn387-4) unstable; urgency=low
* Upload to unstable
Modified: trunk/jsymphonic/debian/control
===================================================================
--- trunk/jsymphonic/debian/control 2011-05-10 22:18:47 UTC (rev 13678)
+++ trunk/jsymphonic/debian/control 2011-05-10 22:31:42 UTC (rev 13679)
@@ -3,7 +3,7 @@
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: cdbs, debhelper (>= 7), ant, javahelper (>= 0.34)
Build-Depends-Indep: openjdk-6-jdk, libswing-layout-java
Standards-Version: 3.9.2
Homepage: http://sourceforge.net/projects/symphonic/
Modified: trunk/jsymphonic/debian/jsymphonic.classpath
===================================================================
--- trunk/jsymphonic/debian/jsymphonic.classpath 2011-05-10 22:18:47 UTC (rev 13678)
+++ trunk/jsymphonic/debian/jsymphonic.classpath 2011-05-10 22:31:42 UTC (rev 13679)
@@ -1 +1 @@
-dist/jsymphonic.jar /usr/share/java/swing-layout.jar
+usr/share/java/jsymphonic.jar /usr/share/java/swing-layout.jar
More information about the pkg-java-commits
mailing list