[pkg-java] r15564 - in trunk/libjlatexmath-java/debian: . patches
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Dec 19 21:33:37 UTC 2011
Author: sylvestre
Date: 2011-12-19 21:33:37 +0000 (Mon, 19 Dec 2011)
New Revision: 15564
Added:
trunk/libjlatexmath-java/debian/patches/dont_exclude_sources
trunk/libjlatexmath-java/debian/patches/series
Modified:
trunk/libjlatexmath-java/debian/changelog
trunk/libjlatexmath-java/debian/rules
Log:
libjlatexmath-java (0.9.7-1) unstable; urgency=low
* New upstream release
-- Sylvestre Ledru <sylvestre at debian.org> Mon, 19 Dec 2011 22:24:07 +0100
libjlatexmath-java (0.9.6-2) unstable; urgency=low
[ Giovanni Mascellani ]
* Also compile class WebStartAlphabetRegistration.
[ Sylvestre Ledru ]
* debian-rules-uses-deprecated-makefile fixed
Modified: trunk/libjlatexmath-java/debian/changelog
===================================================================
--- trunk/libjlatexmath-java/debian/changelog 2011-12-19 21:14:31 UTC (rev 15563)
+++ trunk/libjlatexmath-java/debian/changelog 2011-12-19 21:33:37 UTC (rev 15564)
@@ -1,10 +1,19 @@
-libjlatexmath-java (0.9.6-1.1) unstable; urgency=low
+libjlatexmath-java (0.9.7-1) unstable; urgency=low
- * Non-maintainer upload.
+ * New upstream release
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Mon, 19 Dec 2011 22:24:07 +0100
+
+libjlatexmath-java (0.9.6-2) unstable; urgency=low
+
+ [ Giovanni Mascellani ]
* Also compile class WebStartAlphabetRegistration.
- -- Giovanni Mascellani <gio at debian.org> Thu, 08 Dec 2011 15:54:00 +0100
+ [ Sylvestre Ledru ]
+ * debian-rules-uses-deprecated-makefile fixed
+ -- Sylvestre Ledru <sylvestre at debian.org> Thu, 08 Dec 2011 21:30:51 +0100
+
libjlatexmath-java (0.9.6-1) unstable; urgency=low
* New upstream release
Added: trunk/libjlatexmath-java/debian/patches/dont_exclude_sources
===================================================================
--- trunk/libjlatexmath-java/debian/patches/dont_exclude_sources (rev 0)
+++ trunk/libjlatexmath-java/debian/patches/dont_exclude_sources 2011-12-19 21:33:37 UTC (rev 15564)
@@ -0,0 +1,19 @@
+Description: Compile also WebStartAlphabetRegistration
+ For some reason I'm now aware of, the class
+ WebStartAlphabetRegistration doesn't get compiled with standard
+ build.xml. This patch fixes this behavior.
+Author: Giovanni Mascellani <gio at debian.org>
+Forwarded: no
+Last-Update: 2011-12-08
+
+--- libjlatexmath-java-0.9.6.orig/build.xml
++++ libjlatexmath-java-0.9.6/build.xml
+@@ -74,7 +74,7 @@
+
+ <!-- Compile source files -->
+ <target name="compile" depends="init">
+- <javac includeantruntime="false" srcdir="${project.src.dir}" destdir="${project.bin.dir}" debug="on" source="${java_version}" target="${java_version}" excludes="**/WebStartAlphabetRegistration.java">
++ <javac includeantruntime="false" srcdir="${project.src.dir}" destdir="${project.bin.dir}" debug="on" source="${java_version}" target="${java_version}">
+ <!--compilerarg value="-Xlint"/-->
+ </javac>
+ </target>
Added: trunk/libjlatexmath-java/debian/patches/series
===================================================================
--- trunk/libjlatexmath-java/debian/patches/series (rev 0)
+++ trunk/libjlatexmath-java/debian/patches/series 2011-12-19 21:33:37 UTC (rev 15564)
@@ -0,0 +1 @@
+dont_exclude_sources
Modified: trunk/libjlatexmath-java/debian/rules
===================================================================
--- trunk/libjlatexmath-java/debian/rules 2011-12-19 21:14:31 UTC (rev 15563)
+++ trunk/libjlatexmath-java/debian/rules 2011-12-19 21:33:37 UTC (rev 15564)
@@ -3,7 +3,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_ANT_BUILD_TARGET := buildJar plugin doc
BUILDDIR=dist
More information about the pkg-java-commits
mailing list