[pkg-java] r13662 - in trunk/libjlatexmath-java/debian: . patches source
Sylvestre Ledru
sylvestre at alioth.debian.org
Sat May 7 22:08:27 UTC 2011
Author: sylvestre
Date: 2011-05-07 22:08:25 +0000 (Sat, 07 May 2011)
New Revision: 13662
Added:
trunk/libjlatexmath-java/debian/patches/classpathManifest.diff
trunk/libjlatexmath-java/debian/source/
trunk/libjlatexmath-java/debian/source/format
Modified:
trunk/libjlatexmath-java/debian/changelog
trunk/libjlatexmath-java/debian/control
Log:
* New upstream release
* Standards-Version updated to version 3.9.2
* needless-dependency-on-jre fixed
Modified: trunk/libjlatexmath-java/debian/changelog
===================================================================
--- trunk/libjlatexmath-java/debian/changelog 2011-05-07 16:51:29 UTC (rev 13661)
+++ trunk/libjlatexmath-java/debian/changelog 2011-05-07 22:08:25 UTC (rev 13662)
@@ -1,3 +1,11 @@
+libjlatexmath-java (0.9.5-1) unstable; urgency=low
+
+ * New upstream release
+ * Standards-Version updated to version 3.9.2
+ * needless-dependency-on-jre fixed
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Sat, 07 May 2011 23:33:40 +0200
+
libjlatexmath-java (0.9.4-3) unstable; urgency=low
* watch file updated
Modified: trunk/libjlatexmath-java/debian/control
===================================================================
--- trunk/libjlatexmath-java/debian/control 2011-05-07 16:51:29 UTC (rev 13661)
+++ trunk/libjlatexmath-java/debian/control 2011-05-07 22:08:25 UTC (rev 13662)
@@ -4,7 +4,7 @@
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre at debian.org>
Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, fop
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjlatexmath
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjlatexmath
Homepage: http://forge.scilab.org/index.php/p/jlatexmath/
@@ -13,7 +13,7 @@
Architecture: all
Section: java
Priority: optional
-Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
+Depends: ${misc:Depends}
Suggests: libjlatexmath-java-doc
Description: Implementation of LaTeX math mode wrote in Java
JLaTeXmath library provides a set of Java classes for displaying (complex)
Added: trunk/libjlatexmath-java/debian/patches/classpathManifest.diff
===================================================================
--- trunk/libjlatexmath-java/debian/patches/classpathManifest.diff (rev 0)
+++ trunk/libjlatexmath-java/debian/patches/classpathManifest.diff 2011-05-07 22:08:25 UTC (rev 13662)
@@ -0,0 +1,17 @@
+diff -ur -N libjlatexmath-java-0.9.5.orig//plugin/fop/build.xml libjlatexmath-java-0.9.5//plugin/fop/build.xml
+--- libjlatexmath-java-0.9.5.orig//plugin/fop/build.xml 2011-05-06 13:52:26.000000000 +0200
++++ libjlatexmath-java-0.9.5//plugin/fop/build.xml 2011-05-07 23:24:30.000000000 +0200
+@@ -90,7 +90,7 @@
+ <copy todir="${project.bin.dir}/META-INF" >
+ <fileset dir="${project.src.basedir}/META-INF" />
+ </copy>
+- <jar jarfile="${output.jar.dir}/jlatexmath-fop-${version}.jar" basedir="${project.bin.dir}"/>
++ <jar jarfile="${output.jar.dir}/jlatexmath-fop-${version}.jar" basedir="${project.bin.dir}" manifest="${project.root.dir}/MANIFEST.MF"/>
+ </target>
+
+ <target name="clean" depends="info" description="Removes all generated files">
+diff -ur -N libjlatexmath-java-0.9.5.orig//plugin/fop/MANIFEST.MF libjlatexmath-java-0.9.5//plugin/fop/MANIFEST.MF
+--- libjlatexmath-java-0.9.5.orig//plugin/fop/MANIFEST.MF 1970-01-01 01:00:00.000000000 +0100
++++ libjlatexmath-java-0.9.5//plugin/fop/MANIFEST.MF 2011-05-07 23:26:30.000000000 +0200
+@@ -0,0 +1 @@
++Class-Path: jlatexmath.jar
Added: trunk/libjlatexmath-java/debian/source/format
===================================================================
--- trunk/libjlatexmath-java/debian/source/format (rev 0)
+++ trunk/libjlatexmath-java/debian/source/format 2011-05-07 22:08:25 UTC (rev 13662)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list