[avro-java] 02/05: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Sep 14 09:51:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository avro-java.
commit df8bd9400b2e0a92cf96a523f0b11ae063a4e859
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Aug 30 13:31:24 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 9994bb0..41c5f11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ avro-java (1.7.7-3) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version updated to 4.1.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Wed, 30 Aug 2017 13:31:10 +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 cbb4135..afc0ea8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends: ant,
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
junit4,
libcommons-compress-java,
diff --git a/debian/rules b/debian/rules
index ec4829c..862715d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_auto_configure:
dh_auto_configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/avro-java.git
More information about the pkg-java-commits
mailing list