[commons-csv] 02/04: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Sep 13 08:03:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository commons-csv.
commit 941eaa93a127835add8beed5c0e667ea266f8db9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Sep 13 09:13:45 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 95bf745..d557ad1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
commons-csv (1.4-2) UNRELEASED; urgency=medium
* Standards-Version updated to 4.1.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Wed, 13 Sep 2017 09:13:38 +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 ab3ba65..1630385 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
default-jdk,
junit4,
libcommons-lang3-java,
diff --git a/debian/rules b/debian/rules
index 33f2ce4..7df0587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_installchangelogs:
dh_installchangelogs -- RELEASE-NOTES.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-csv.git
More information about the pkg-java-commits
mailing list