[pkg-nagios-changes] [Git][nagios-team/pkg-icinga2][master] 4 commits: Bump debhelper from old 9 to 12.

Bas Couwenberg gitlab at salsa.debian.org
Thu Dec 12 15:56:47 GMT 2019



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


Commits:
15792d17 by Debian Janitor at 2019-10-27T03:14:09Z
Bump debhelper from old 9 to 12.
+ Use dh_installsystemd rather than deprecated dh_systemd_enable.

Fixes lintian: package-uses-old-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.

- - - - -
70e7b0e0 by Debian Janitor at 2019-10-27T03:14:28Z
Drop unnecessary dh arguments: --parallel

Fixes lintian: debian-rules-uses-unnecessary-dh-argument
See https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html for more details.

- - - - -
961a7951 by Debian Janitor at 2019-10-27T03:14:45Z
Remove obsolete fields Name from debian/upstream/metadata.
- - - - -
6c206bff by Debian Janitor at 2019-10-27T03:15:03Z
Rely on pre-initialized dpkg-architecture variables.

Fixes lintian: debian-rules-sets-dpkg-architecture-variable
See https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html for more details.

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+icinga2 (2.11.2-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 9 to 12.
+  * Drop unnecessary dh arguments: --parallel
+  * Remove obsolete fields Name from debian/upstream/metadata.
+  * Rely on pre-initialized dpkg-architecture variables.
+
+ -- Debian Janitor <janitor at jelmer.uk>  Sun, 27 Oct 2019 03:14:02 +0000
+
 icinga2 (2.11.2-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: bash-completion,
                bison,
                cmake (>= 2.8.8),
                cmake (>= 3.2.2) | pkg-config,
-               debhelper (>= 10.1),
+               debhelper-compat (= 12),
                flex,
                g++ (>= 1.96),
                libboost-dev,


=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@
 # Enable hardening build flags
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+include /usr/share/dpkg/architecture.mk
 
 export CTEST_OUTPUT_ON_FAILURE=1
 
@@ -15,7 +15,7 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),"armhf mips mipsel"))
 endif
 
 %:
-	dh $@ --with systemd --with bash_completion --parallel
+	dh $@ --with bash_completion
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -71,7 +71,7 @@ override_dh_installinit:
 	dh_installinit --name=icinga2
 
 override_dh_systemd_enable:
-	dh_systemd_enable --name=icinga2
+	dh_installsystemd --name=icinga2
 
 override_dh_compress:
 	dh_compress


=====================================
debian/upstream/metadata
=====================================
@@ -1,6 +1,4 @@
----
 Bug-Database: https://github.com/Icinga/icinga2/issues
 Bug-Submit: https://github.com/Icinga/icinga2/issues/new
-Name: Icinga 2
 Repository: https://github.com/Icinga/icinga2.git
 Repository-Browse: https://github.com/Icinga/icinga2



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icinga2/compare/b4ef50bc99ad0472489f7e7dca877a393b60305f...6c206bffe6266d0dae6e188d51ab73d133220b89

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icinga2/compare/b4ef50bc99ad0472489f7e7dca877a393b60305f...6c206bffe6266d0dae6e188d51ab73d133220b89
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/20191212/16eb2c2f/attachment-0001.html>


More information about the pkg-nagios-changes mailing list