[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/7.0_dfsg-7-1-g0ed3ec7

Sergey B Kirpichev skirpichev at gmail.com
Mon Oct 15 10:26:13 UTC 2012


The following commit has been merged in the master branch:
commit 0ed3ec7fad1e48bd30760a3cce0a2a35da40cbfa
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Sun Oct 14 11:23:47 2012 +0400

    Ensure that backwards compatible Java bytecode is built (Closes: #687414)

diff --git a/debian/build.xml b/debian/build.xml
index baabf0b..3b107ee 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -16,7 +16,7 @@
   <target name="build" depends="compile" description="build binaries"/>
 
   <target name="compile">
-    <javac srcdir="src" debug="${debug}"/>
+    <javac srcdir="src" debug="${debug}" source="1.5" target="1.5"/>
   </target>
 
   <target name="clean" depends="init" description="clean up">

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list