[Pkg-privacy-commits] [irssi-plugin-otr] 02/06: Bump debian/compat to 10, build-depend on debhelper >= 10.2.5~, remove build-dependency on dh-autoreconf and remove "--with autoreconf" from dh call in debian/rules as this done by debhelper in compat 10 automatically.
Holger Levsen
holger at layer-acht.org
Sat Sep 30 00:43:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch debian
in repository irssi-plugin-otr.
commit f32b0bfae0cb515796246dff487cfa6ecfd9193e
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 30 02:25:05 2017 +0200
Bump debian/compat to 10, build-depend on debhelper >= 10.2.5~, remove build-dependency on dh-autoreconf and remove "--with autoreconf" from dh call in debian/rules as this done by debhelper in compat 10 automatically.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 3 +++
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4114551..3912fd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
irssi-plugin-otr (1.0.2-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.1.1, no changes needed.
+ * Bump debian/compat to 10, build-depend on debhelper >= 10.2.5~, remove
+ build-dependency on dh-autoreconf and remove "--with autoreconf" from dh
+ call in debian/rules as this done by debhelper in compat 10 automatically.
-- Holger Levsen <holger at debian.org> Sat, 30 Sep 2017 02:19:52 +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 e805604..6809d06 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers at lists.alioth.debian.org>
Uploaders: Antoine Beaupré <anarcat at debian.org>,
Holger Levsen <holger at debian.org>
-Build-Depends: debhelper (>= 9.20160114~),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10.2.5~),
pkg-config,
libotr5-dev (>= 4.0.0-2.1),
irssi-dev (>= 0.8.20-1~),
diff --git a/debian/rules b/debian/rules
index d97e259..de1df6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list