[antlr4] 02/05: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Aug 1 09:37:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository antlr4.
commit 63a2dafd8dc89ec8830e18b6b60b2f1cb3a8bb3f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Aug 1 11:15:39 2017 +0200
Switch to debhelper level 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5481e8d..bdbe913 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
antlr4 (4.5.3-2) UNRELEASED; urgency=medium
* Standards-Version updated to 4.0.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Tue, 01 Aug 2017 11:15:33 +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 b5fa726..bbae840 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends: antlr3-maven-plugin,
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
default-jdk-doc,
libantlr3-runtime-java,
diff --git a/debian/rules b/debian/rules
index 5e462c7..a0b3042 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export JAVA_HOME = /usr/lib/jvm/default-java
#DEB_MAVEN_BUILD_TARGET := install
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_auto_build:
cp -r debian/generated-sources/antlr4/* runtime/Java/src/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr4.git
More information about the pkg-java-commits
mailing list