Lintian Fixes - fcitx-configtool

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index c242446..c3dba7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+fcitx-configtool (0.4.10-4) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Update renamed lintian tag names in lintian overrides.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.1, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+  * Set upstream metadata fields: Repository.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 19 Nov 2022 04:07:32 -0000
+
 fcitx-configtool (0.4.10-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index c2ceb7a..9d0f0f6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,14 @@ Uploaders:
  YunQiang Su <syq@debian.org>,
 Build-Depends:
  cmake (>= 3.1),
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  fcitx-bin,
  fcitx-libs-dev (>= 1:4.2.8),
  iso-codes,
  libdbus-glib-1-dev,
  libgtk-3-dev (>= 3.20),
  pkg-config,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/fcitx/fcitx-configtool
 Vcs-Git: https://salsa.debian.org/input-method-team/fcitx-configtool.git
 Vcs-Browser: https://salsa.debian.org/input-method-team/fcitx-configtool
diff --git a/debian/fcitx-config-gtk.lintian-overrides b/debian/fcitx-config-gtk.lintian-overrides
index 601cf16..84846fd 100644
--- a/debian/fcitx-config-gtk.lintian-overrides
+++ b/debian/fcitx-config-gtk.lintian-overrides
@@ -1 +1 @@
-fcitx-config-gtk: binary-without-manpage
+fcitx-config-gtk: no-manual-page
diff --git a/debian/fcitx-config-gtk2.lintian-overrides b/debian/fcitx-config-gtk2.lintian-overrides
index 839b281..4b711bf 100644
--- a/debian/fcitx-config-gtk2.lintian-overrides
+++ b/debian/fcitx-config-gtk2.lintian-overrides
@@ -1 +1 @@
-fcitx-config-gtk2: binary-without-manpage
+fcitx-config-gtk2: no-manual-page
diff --git a/debian/rules b/debian/rules
index 230cdfc..9911cb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@
 
 # see FEATURE AREAS in dpkg-buildflags(1)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh  $@ --buildsystem=cmake
@@ -14,4 +13,4 @@ override_dh_auto_configure:
 	dh_auto_configure -- -DENABLE_GTK2=Off -DENABLE_GTK3=On
 
 dh_missing:
-	dh_missing --fail-missing
+	dh_missing
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..705d7b7
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/fcitx/fcitx-configtool/issues
+Bug-Submit: https://github.com/fcitx/fcitx-configtool/issues/new
+Repository: https://github.com/fcitx/fcitx-configtool.git
+Repository-Browse: https://github.com/fcitx/fcitx-configtool

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package fcitx-config-common

No differences were encountered between the control files of package fcitx-config-gtk

No differences were encountered between the control files of package fcitx-config-gtk-dbgsym

Run locally

More details

Full run details