diff -Nru icingaweb2-module-eventdb-1.3.0/debian/changelog icingaweb2-module-eventdb-1.3.0/debian/changelog --- icingaweb2-module-eventdb-1.3.0/debian/changelog 2019-08-12 13:32:37.000000000 +0000 +++ icingaweb2-module-eventdb-1.3.0/debian/changelog 2020-06-22 05:51:37.000000000 +0000 @@ -1,5 +1,14 @@ +icingaweb2-module-eventdb (1.3.0-2) unstable; urgency=medium + + * Updating debhelper. + * Updating standard version. + * Fixing typo in path (Closes: #952981). + * Fixing typo in previous changelog entry. + + -- David Kunz Mon, 22 Jun 2020 07:51:37 +0200 + icingaweb2-module-eventdb (1.3.0-1) unstable; urgency=medium - * Initial release (Closes: #921086) + * Initial release (Closes: #921086). -- David Kunz Mon, 12 Aug 2019 15:32:37 +0200 diff -Nru icingaweb2-module-eventdb-1.3.0/debian/control icingaweb2-module-eventdb-1.3.0/debian/control --- icingaweb2-module-eventdb-1.3.0/debian/control 2019-08-12 13:32:37.000000000 +0000 +++ icingaweb2-module-eventdb-1.3.0/debian/control 2020-06-22 05:51:37.000000000 +0000 @@ -3,8 +3,8 @@ Priority: optional Maintainer: David Kunz Build-Depends: - debhelper-compat (= 12), -Standards-Version: 4.4.0 + debhelper-compat (= 13), +Standards-Version: 4.5.0 Homepage: https://github.com/Icinga/icingaweb2-module-eventdb Vcs-Browser: https://salsa.debian.org/david-guest/icingaweb2-module-eventdb Vcs-Git: https://salsa.debian.org/david-guest/icingaweb2-module-eventdb.git diff -Nru icingaweb2-module-eventdb-1.3.0/debian/rules icingaweb2-module-eventdb-1.3.0/debian/rules --- icingaweb2-module-eventdb-1.3.0/debian/rules 2019-03-12 07:08:44.000000000 +0000 +++ icingaweb2-module-eventdb-1.3.0/debian/rules 2020-06-22 05:51:37.000000000 +0000 @@ -15,5 +15,5 @@ rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/AUTHORS # enable module - mkdir -p $(DEBDIR)/etc/icingweb2/enabledModules - ln -s /usr/share/icingaweb2/modules/$(MODULE) $(DEBDIR)/etc/icingweb2/enabledModules/$(MODULE) + mkdir -p $(DEBDIR)/etc/icingaweb2/enabledModules + ln -s /usr/share/icingaweb2/modules/$(MODULE) $(DEBDIR)/etc/icingaweb2/enabledModules/$(MODULE)