Lintian Fixes - icingaweb2-module-incubator

Ready changes

Summary

  • Set upstream metadata fields: Repository.
  • Fix typo in debian/rules rules: xecute_after_dh_installdocs ⇒ execute_after_dh_installdocs ( typo-in-debhelper-override-target )

Diff

diff --git a/debian/rules b/debian/rules
index b2eb83f..84be79e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_install:
 	mkdir -p $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)
 	find . -maxdepth 1 -mindepth 1 -and -not -name debian -and -not -name ".git*" -exec cp -a {} $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) \;
 
-xecute_after_dh_installdocs:
+execute_after_dh_installdocs:
 	find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name LICENSE -exec rm -f {} \;
 	find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name README -exec rm -f {} \;
 	find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name "*.md" -exec rm -f {} \;
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 5027894..a246cd4 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,5 @@
 Archive: "https://github.com/Icinga/"
 Bug-Database: "https://github.com/Icinga/icingaweb2-module-incubator/labels/bug"
 Documentation: "https://github.com/Icinga/icingaweb2-module-incubator#readme"
-Repository: "https://github.com/Icinga/icingaweb2-module-incubator"
+Repository: https://github.com/Icinga/icingaweb2-module-incubator.git
 Repository-Browse: "https://github.com/orgs/Icinga/repositories"

Run locally

More details

Full run details

Historical runs