This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository dbus-java.

commit 8dbca898457d6d77304f2ab1da841ae3a6aa34b2
Author: tony mancill <[email protected]>
Date:   Fri Jan 31 21:10:21 2014 -0800

    set javac source/target to 1.6
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bf46dae..50fae1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ VERSION=$(shell dpkg-parsechangelog | sed -n 
'/^Version/s/Version: \(.*\)-[^-]*$
 override_dh_auto_build:
        # Add here commands to compile the package.
        $(MAKE) DEBUG=disable \
-                         JCFLAGS="-O -encoding UTF-8" \
+                         JCFLAGS="-source 1.6 -target 1.6 -O -encoding UTF-8" \
                          PREFIX=/usr \
                          JAVA_HOME=${JAVA_HOME}/bin/ \
                          JAVAC=${JAVA_HOME}/bin/javac \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/dbus-java.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to