[qdox2] 02/08: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jun 30 21:19:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository qdox2.
commit 015ca253065b6e1deb1da71178ba61832f2d275e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jun 30 19:23:19 2017 +0200
Switch to debhelper level 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 3 +--
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e4a8c7e..b706743 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qdox2 (2.0~M3-4) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version updated to 4.0.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Fri, 30 Jun 2017 19:23:07 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 6e67093..f36380a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Markus Koschany <apo at debian.org>
Build-Depends:
byacc-j,
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
default-jdk-doc,
jflex (>= 1.6.1),
diff --git a/debian/rules b/debian/rules
index 5dc3a3c..7011e87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
-export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --parallel --buildsystem=maven
+ dh $@
override_dh_auto_build:
jflex --inputstreamctor -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/lexer.flex
--
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