[pkg-nagios-changes] [Git][nagios-team/pkg-monitoring-plugins][master] 7 commits: Trim trailing whitespace.
Bas Couwenberg
gitlab at salsa.debian.org
Sun May 3 05:29:58 BST 2020
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-monitoring-plugins
Commits:
50e7b48e by Debian Janitor at 2020-05-02T13:37:34+00:00
Trim trailing whitespace.
Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
- - - - -
9909d60a by Debian Janitor at 2020-05-02T13:38:14+00:00
Wrap long lines in changelog entries: 1.4-1.
Fixes: lintian: debian-changelog-line-too-long
See-also: https://lintian.debian.org/tags/debian-changelog-line-too-long.html
- - - - -
9ae7e55e by Debian Janitor at 2020-05-02T13:38:52+00:00
Bump debhelper from deprecated 5 to 10.
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
- - - - -
9cb0c3cf by Debian Janitor at 2020-05-02T13:39:33+00:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from ./configure), Repository, Repository-Browse.
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
50e34177 by Debian Janitor at 2020-05-02T13:40:14+00:00
Rely on pre-initialized dpkg-architecture variables.
Fixes: lintian: debian-rules-sets-dpkg-architecture-variable
See-also: https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html
- - - - -
f2b2a433 by Debian Janitor at 2020-05-02T13:40:52+00:00
Fix day-of-week for changelog entry 1.5-2.
Fixes: lintian: debian-changelog-has-wrong-day-of-week
See-also: https://lintian.debian.org/tags/debian-changelog-has-wrong-day-of-week.html
- - - - -
c852ee95 by Debian Janitor at 2020-05-02T13:41:30+00:00
Update standards version to 4.5.0, no changes needed.
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
- + debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,7 +1,18 @@
monitoring-plugins (2.2-7~1.gbp30673c) UNRELEASED; urgency=medium
+ [ Jan Wagner ]
* UNRELEASED
+ [ Debian Janitor ]
+ * Trim trailing whitespace.
+ * Wrap long lines in changelog entries: 1.4-1.
+ * Bump debhelper from deprecated 5 to 10.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from
+ ./configure), Repository, Repository-Browse.
+ * Rely on pre-initialized dpkg-architecture variables.
+ * Fix day-of-week for changelog entry 1.5-2.
+ * Update standards version to 4.5.0, no changes needed.
+
-- Jan Wagner <waja at cyconet.org> Wed, 17 Apr 2019 08:17:55 +0200
monitoring-plugins (2.2-6) unstable; urgency=medium
@@ -328,7 +339,7 @@ nagios-plugins (1.5-2) unstable; urgency=medium
- libfreeradius-client-dev is actually not supported by upstream
- check_radius
- -- Jan Wagner <waja at cyconet.org> Thu, 02 Feb 2014 22:11:48 +0100
+ -- Jan Wagner <waja at cyconet.org> Sun, 02 Feb 2014 22:11:48 +0100
nagios-plugins (1.5-1) unstable; urgency=medium
@@ -1376,7 +1387,8 @@ nagios-plugins (1.4-1) unstable; urgency=low
* Add check_dig command (closes: #281020)
* Add check_breeze command (closes: #281019)
* Add dummy commands (closes: #281018)
- * Add check_mailq_<MTA> commands for all supported mtas (closes: #281016, #282015)
+ * Add check_mailq_<MTA> commands for all supported mtas (closes: #281016,
+ #282015)
* Add check_spop and check_simap commands (closes: #280700)
* Add check_nt command (closes: #294299)
* Fix check_load command (closes: #294298)
@@ -1543,4 +1555,3 @@ nagios-plugins (1.3.1-1) unstable; urgency=low
is not so terrible
-- Guido Trotter <ultrotter at debian.org> Sun, 1 Feb 2004 10:32:04 +0100
-
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-5
+10
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Uploaders: Jan Wagner <waja at cyconet.org>, Alexander Wirt <formorer at debian.org>
Build-Depends: autotools-dev,
- debhelper (>= 5),
+ debhelper (>= 10~),
libdbi-dev,
libradcli-dev | libfreeradius-client-dev | libradiusclient-ng-dev,
libkrb5-dev,
@@ -19,7 +19,7 @@ Build-Depends: autotools-dev,
Homepage: https://www.monitoring-plugins.org
Vcs-Browser: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins
Vcs-Git: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins.git
-Standards-Version: 4.3.0
+Standards-Version: 4.5.0
Package: monitoring-plugins
Architecture: all
=====================================
debian/rules
=====================================
@@ -14,9 +14,7 @@ PACKAGE = monitoring-plugins
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+include /usr/share/dpkg/architecture.mk
CFLAGS = -Wall -g
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+Name: monitoring-plugins
+Bug-Database: https://github.com/monitoring-plugins/monitoring-plugins/issues
+Bug-Submit: https://github.com/monitoring-plugins/monitoring-plugins/issues/new
+Repository: https://github.com/monitoring-plugins/monitoring-plugins.git
+Repository-Browse: https://github.com/monitoring-plugins/monitoring-plugins
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins/-/compare/ab5d5b972c9de8a2e00c05218375ed98f0328085...c852ee9514a8d5c9fc497a944c8d7e4801223dca
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins/-/compare/ab5d5b972c9de8a2e00c05218375ed98f0328085...c852ee9514a8d5c9fc497a944c8d7e4801223dca
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/20200503/83f31a33/attachment-0001.html>
More information about the pkg-nagios-changes
mailing list