Lintian Fixes - open-gram

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index b022b0a..52d31d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
 open-gram (0.1.22+20170109-3) UNRELEASED; urgency=medium
 
+  [ Boyuan Yang ]
   * Team upload.
   * Remove Liang Guo from the uploaders list since he has retired.
     Thanks for all your work!
 
+  [ Debian Janitor ]
+  * Bump debhelper from old 11 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+
  -- Boyuan Yang <byang@debian.org>  Wed, 27 May 2020 10:16:28 -0400
 
 open-gram (0.1.22+20170109-2) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index f02e35d..08e389c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
 Uploaders:
  YunQiang Su <wzssyqa@gmail.com>,
 Build-Depends:
- debhelper (>= 11~),
+ debhelper-compat (= 13),
  sunpinyin-utils (>= 3.0.0~git20160910-1~),
 Standards-Version: 4.1.5
 Homepage: https://github.com/sunpinyin/open-gram
diff --git a/debian/rules b/debian/rules
index 995029c..8d77b2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,3 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_install:
 	make install DESTDIR=debian/sunpinyin-data DATADIR=usr/lib/${DEB_HOST_MULTIARCH}/sunpinyin/data
-
-override_dh_missing:
-	dh_missing --fail-missing
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..cd5ceab
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/sunpinyin/open-gram/issues
+Bug-Submit: https://github.com/sunpinyin/open-gram/issues/new
+Repository-Browse: https://github.com/sunpinyin/open-gram

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details