[ant] 02/08: Switch to debhelper level 11
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Feb 23 14:13:39 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ant.
commit 68fba1aff25108a8052242c6bc4f3b0c3ba5f078
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Feb 23 11:47:36 2018 +0100
Switch to debhelper level 11
---
debian/ant-doc.compress | 3 ---
debian/ant-doc.doc-base.2 | 4 ++--
debian/ant-doc.links | 1 -
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 3 +++
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/ant-doc.compress b/debian/ant-doc.compress
deleted file mode 100644
index 2dd0257..0000000
--- a/debian/ant-doc.compress
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-echo usr/share/doc/ant-doc/WHATSNEW
-echo usr/share/doc/ant-doc/changelog.Debian
diff --git a/debian/ant-doc.doc-base.2 b/debian/ant-doc.doc-base.2
index a960815..462982e 100644
--- a/debian/ant-doc.doc-base.2
+++ b/debian/ant-doc.doc-base.2
@@ -6,5 +6,5 @@ Abstract: This is the manual of Ant, a system independent (i.e. not shell
Section: Programming
Format: HTML
-Index: /usr/share/doc/ant-doc/manual/index.html
-Files: /usr/share/doc/ant-doc/manual/*.html
+Index: /usr/share/doc/ant/manual/index.html
+Files: /usr/share/doc/ant/manual/*.html
diff --git a/debian/ant-doc.links b/debian/ant-doc.links
deleted file mode 100644
index 0440483..0000000
--- a/debian/ant-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/doc/ant/api /usr/share/doc/ant-doc/manual/api
diff --git a/debian/changelog b/debian/changelog
index 247006e..4d36e9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ant (1.9.9-7) UNRELEASED; urgency=medium
* Standards-Version updated to 4.1.3
+ * Switch to debhelper level 11
-- Emmanuel Bourg <ebourg at apache.org> Fri, 23 Feb 2018 11:47:23 +0100
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index a5e3a83..ca5d9e7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Matthias Klose <doko at debian.org>,
James Page <james.page at canonical.com>,
Emmanuel Bourg <ebourg at apache.org>
Build-Depends: antlr,
- debhelper (>= 10),
+ debhelper (>= 11),
default-jdk,
gcj-native-helper,
junit,
diff --git a/debian/rules b/debian/rules
index 3fbb865..d147c30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,9 @@ override_dh_install-indep:
install -m 755 src/script/antRun debian/ant/usr/share/ant/bin
install -m 755 src/script/*.pl debian/ant/usr/share/ant/bin
+override_dh_compress:
+ dh_compress -XWHATSNEW
+
# Hardening
export AOT_GCJFLAGS=$(shell dpkg-buildflags --get CFLAGS)
export AOT_LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git
More information about the pkg-java-commits
mailing list