[pkg-java] r17308 - trunk/jmagick/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Oct 7 09:52:03 UTC 2013
Author: ebourg-guest
Date: 2013-10-07 09:52:03 +0000 (Mon, 07 Oct 2013)
New Revision: 17308
Modified:
trunk/jmagick/debian/changelog
trunk/jmagick/debian/rules
Log:
Generate Java 6 compatible bytecode
Include the debug information in the compiled classes
Modified: trunk/jmagick/debian/changelog
===================================================================
--- trunk/jmagick/debian/changelog 2013-10-07 09:40:34 UTC (rev 17307)
+++ trunk/jmagick/debian/changelog 2013-10-07 09:52:03 UTC (rev 17308)
@@ -10,6 +10,8 @@
* debian/copyright: Refer to the GPL-2 in /usr/share/common-licenses
* Use XZ compression for the upstream tarball
* debian/rules: Install the upstream changelog
+ * Generate Java 6 compatible bytecode
+ * Include the debug informations in the compiled classes
-- Emmanuel Bourg <ebourg at apache.org> Mon, 07 Oct 2013 08:46:56 +0200
Modified: trunk/jmagick/debian/rules
===================================================================
--- trunk/jmagick/debian/rules 2013-10-07 09:40:34 UTC (rev 17307)
+++ trunk/jmagick/debian/rules 2013-10-07 09:52:03 UTC (rev 17308)
@@ -17,6 +17,8 @@
DEB_COMPRESS_EXCLUDE = .java
DEB_INSTALL_CHANGELOGS_ALL := Changelog.txt
+export JFLAGS = -source 1.6 -target 1.6 -g
+
install/libjmagick6-java::
mkdir -p $(DEB_DESTDIR)/usr/share/java
install -m 644 -D ./lib/jmagick.jar $(DEB_DESTDIR)/usr/share/java/jmagick6-$(DEB_UPSTREAM_VERSION).jar
More information about the pkg-java-commits
mailing list