[pkg-nagios-changes] [Git][nagios-team/pkg-check-multi][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 20:00:02 GMT 2020
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-check-multi
Commits:
fbcd7221 by Bas Couwenberg at 2020-03-19T20:59:55+01:00
Bump debhelper compat to 10.
Changes:
- Don't explicitly enable autoreconf, enabled by default
- Drop dh-autoreconf build dependency
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,9 @@
nagios-plugin-check-multi (0.26-4) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
+ * Bump debhelper compat to 10, changes:
+ - Don't explicitly enable autoreconf, enabled by default
+ - Drop dh-autoreconf build dependency
-- Bas Couwenberg <sebastic at debian.org> Thu, 05 Jul 2018 11:32:17 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian
Uploaders: Stig Sandbeck Mathisen <ssm at debian.org>
Section: net
Priority: extra
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
help2man
Standards-Version: 4.3.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nagios/pkg-check-multi.git
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
DEB_VERSION := $(shell dpkg-parsechangelog --format rfc822 | grep-dctrl -ensVersion -S .)
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_build:
make all
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-check-multi/-/commit/fbcd72219a24a2dad57837b9f4e9a0cb8bfd3827
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-check-multi/-/commit/fbcd72219a24a2dad57837b9f4e9a0cb8bfd3827
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20200319/b792d98e/attachment-0001.html>
More information about the pkg-nagios-changes
mailing list