[gettext-ant-tasks] 12/12: Build depend on debhelper >= 9
Markus Koschany
apo-guest at moszumanska.debian.org
Fri Dec 6 09:23:22 UTC 2013
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository gettext-ant-tasks.
commit 0eb8c698619d11c88ffbe5056326529671e2bef8
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Oct 2 17:22:19 2013 +0200
Build depend on debhelper >= 9
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 6 +-----
debian/rules | 2 +-
4 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6cb154e..3205c21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ gettext-ant-tasks (0.9.7+svn206-1) unstable; urgency=low
* debian/control:
- Updated Standards-Version to 3.9.4 (no changes)
- Use canonicals URLs for the Vcs-* fields
+ - Build depend on debhelper >= 9
* debian/copyright: Updated to the Copyright Format 1.0
* Updated debian/watch (contributed by Bart Martens)
* Use XZ compression for the upstream tarball
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index c7fb644..bfa7ff6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +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 (>= 7.0.50~),
- ant,
- javahelper (>= 0.20),
- default-jdk
+Build-Depends: debhelper (>= 9), ant, javahelper (>= 0.20), default-jdk
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-java/gettext-ant-tasks.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/gettext-ant-tasks.git
diff --git a/debian/rules b/debian/rules
index 2ffd530..bbce005 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ FULLVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d-
SVNREV := $(shell echo $(FULLVER) | awk -F"[~+]svn" '{print $$2}' )
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_dh_auto_build:
ant compile jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gettext-ant-tasks.git
More information about the pkg-java-commits
mailing list