[qdox2] 01/05: debian/rules: Use --inputstreamctor option for jflex and fix FTBFS with jflex

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jul 27 17:31:49 UTC 2016


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

apo-guest pushed a commit to branch master
in repository qdox2.

commit 10348481063ba094e308a7e6a653c53af98c501b
Author: Markus Koschany <apo at debian.org>
Date:   Wed Jul 27 19:06:10 2016 +0200

    debian/rules: Use --inputstreamctor option for jflex and fix FTBFS with jflex
    
    1.6.1.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7e0c6d4..5dc3a3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,8 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 	dh $@ --parallel --buildsystem=maven
 
 override_dh_auto_build:
-	jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/lexer.flex
-	jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/commentlexer.flex
+	jflex --inputstreamctor -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/lexer.flex
+	jflex --inputstreamctor -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/commentlexer.flex
 	dh_auto_build
 
 get-orig-source:

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



More information about the pkg-java-commits mailing list