[pkg-nagios-changes] [Git][nagios-team/pkg-nsca][master] Bump debhelper compat to 10.

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 20:05:21 GMT 2020



Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-nsca


Commits:
d58b62e5 by Bas Couwenberg at 2020-03-19T21:05:14+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 @@
 nsca (2.9.2-4) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.5.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>  Mon, 30 Sep 2019 20:08:34 +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: Alexander Wirt <formorer at debian.org>
 Section: net
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
                libmcrypt-dev,
                po-debconf
 Standards-Version: 4.5.0


=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ CFLAGS += $(CPPFLAGS)
 export AUTOHEADER=true
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nsca/-/commit/d58b62e5caf7a71d383029fd19e9ab9c99f1e760

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nsca/-/commit/d58b62e5caf7a71d383029fd19e9ab9c99f1e760
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/bd5aee51/attachment-0001.html>


More information about the pkg-nagios-changes mailing list