[pkg-nagios-changes] [Git][nagios-team/pkg-icingaweb2][master] 4 commits: Bump debhelper from old 9 to 12.
Bas Couwenberg
gitlab at salsa.debian.org
Fri Dec 13 05:44:09 GMT 2019
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-icingaweb2
Commits:
c3b73904 by Debian Janitor at 2019-12-12T18:17:30Z
Bump debhelper from old 9 to 12.
+ debian/rules: Rely on default use of dh_missing rather than using dh_install --list-missing.
Fixes lintian: package-uses-old-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
- - - - -
d5d3d79e by Debian Janitor at 2019-12-12T18:17:51Z
Set debhelper-compat version in Build-Depends.
Fixes lintian: uses-debhelper-compat-file
See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.
- - - - -
46b64ec2 by Debian Janitor at 2019-12-12T18:18:13Z
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.
- - - - -
bead3de1 by Debian Janitor at 2019-12-12T18:18:33Z
Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+icingaweb2 (2.7.3-2) UNRELEASED; urgency=medium
+
+ * Bump debhelper from old 9 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Drop unnecessary dh arguments: --parallel
+ * Remove obsolete field Name from debian/upstream/metadata (already
+ present in machine-readable debian/copyright).
+
+ -- Debian Janitor <janitor at jelmer.uk> Thu, 12 Dec 2019 18:17:22 +0000
+
icingaweb2 (2.7.3-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Markus Frosch <lazyfrosch at debian.org>
Section: admin
Priority: optional
Build-Depends: bash-completion,
- debhelper (>= 9),
+ debhelper-compat (= 12),
php-cli,
node-uglify (>= 2) | yui-compressor,
node-source-map | yui-compressor
=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
#export DH_VERBOSE=1
%:
- dh $@ --with bash_completion --parallel
+ dh $@ --with bash_completion
override_dh_auto_clean:
dh_auto_clean
@@ -15,7 +15,7 @@ override_dh_auto_build:
cd debian/uglify && $(MAKE) all
override_dh_install:
- dh_install -X.min.js -X.min.map -XSOURCE --list-missing
+ dh_install -X.min.js -X.min.map -XSOURCE
cp -r debian/uglify/*.min.* debian/icingaweb2/usr/share/icingaweb2/public/js/vendor/
=====================================
debian/upstream/metadata
=====================================
@@ -1,6 +1,5 @@
---
Bug-Database: https://github.com/Icinga/icingaweb2/issues
Bug-Submit: https://github.com/Icinga/icingaweb2/issues/new
-Name: Icinga Web 2
Repository: https://github.com/Icinga/icingaweb2.git
Repository-Browse: https://github.com/Icinga/icingaweb2
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icingaweb2/compare/6e4fdfe445cef0b82721d3430ce54bf45213efd6...bead3de1807db0e8a02144a0924d2dbb93b53ecf
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icingaweb2/compare/6e4fdfe445cef0b82721d3430ce54bf45213efd6...bead3de1807db0e8a02144a0924d2dbb93b53ecf
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/20191213/ad507c18/attachment-0001.html>
More information about the pkg-nagios-changes
mailing list