Codebase list jmagick / 8e1d88c
Generate Java 6 compatible bytecode Include the debug information in the compiled classes Emmanuel Bourg 10 years ago
2 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
99 * debian/copyright: Refer to the GPL-2 in /usr/share/common-licenses
1010 * Use XZ compression for the upstream tarball
1111 * debian/rules: Install the upstream changelog
12 * Generate Java 6 compatible bytecode
13 * Include the debug informations in the compiled classes
1214
1315 -- Emmanuel Bourg <ebourg@apache.org> Mon, 07 Oct 2013 08:46:56 +0200
1416
1515 DEB_DH_INSTALL_SOURCEDIR = debian/tmp
1616 DEB_COMPRESS_EXCLUDE = .java
1717 DEB_INSTALL_CHANGELOGS_ALL := Changelog.txt
18
19 export JFLAGS = -source 1.6 -target 1.6 -g
1820
1921 install/libjmagick6-java::
2022 mkdir -p $(DEB_DESTDIR)/usr/share/java