Lintian Fixes - dictem

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 4faf108..662c2d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+dictem (1.0.4-5) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * debian/control: Add Vcs-Browser field
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 31 Aug 2022 19:48:44 -0000
+
 dictem (1.0.4-4) unstable; urgency=low
 
   * Update Vcs-Git to own repository. Closes: #847714.
@@ -24,7 +33,7 @@ dictem (1.0.4-2) unstable; urgency=low
 
 dictem (1.0.4-1) unstable; urgency=low
 
-  * New upstream release 1.0.4: 
+  * New upstream release 1.0.4:
     - Flag (interactive) was removed from the following functions:
       dictem-select-strategy, dictem-select-database, dictem-read-query
       and dictem-run. Closes: #564251
@@ -44,7 +53,7 @@ dictem (1.0.3-1) unstable; urgency=low
     - added dummy build-indep and build-arch targets;
     - added debian/source/format. Source version is 1.0;
     - added ${misc:Depends}
-  
+
  -- Yauheni Kaliuta <y.kaliuta@gmail.com>  Tue, 07 Aug 2012 01:52:51 +0300
 
 dictem (1.0.2-1) unstable; urgency=low
@@ -77,7 +86,7 @@ dictem (0.0.5-3) unstable; urgency=low
 
 dictem (0.0.5-2) unstable; urgency=low
 
-  * Fixed startup file to use debian-pkg-add-load-path-item. 
+  * Fixed startup file to use debian-pkg-add-load-path-item.
     Closes: #328714
   * Fixed FSF address in the debian/copyright.
 
@@ -143,4 +152,3 @@ dictem (0.0.1-1) unstable; urgency=low
   * Initial Release.
 
  -- Zhenja Kaluta <y.kaliuta@gmail.com>  Fri, 24 Sep 2004 12:38:21 +0300
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48c962f..0000000
--- a/debian/compat
+++ /dev/null
@@ -1,2 +0,0 @@
-9
-
diff --git a/debian/control b/debian/control
index 1049fd3..254cb7a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,11 @@ Source: dictem
 Section: text
 Priority: optional
 Maintainer: Yauheni Kaliuta <y.kaliuta@gmail.com>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.9.8
 Homepage: http://www.mova.org/~cheusov/pub/dictem
 Vcs-Git: https://github.com/ykaliuta/dictem.git -b packaging
+Vcs-Browser: https://github.com/ykaliuta/dictem/tree/packaging
 
 Package: dictem
 Architecture: all
@@ -18,8 +19,7 @@ Description: Dict client for emacs
  up words and definitions, obtaining information about available
  strategies, provided databases, information about DICT server etc.
  .
- It uses autocompletion that is used for selecting dictionary and 
- search strategy.  Moreover, DictEm provides several hooks which 
+ It uses autocompletion that is used for selecting dictionary and
+ search strategy.  Moreover, DictEm provides several hooks which
  may be used for buffer postprocessing.
  .
-
diff --git a/debian/rules b/debian/rules
index 655da2e..b194ff9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,8 @@ build-arch: build
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
-	dh_clean 
+	rm -f build-stamp
+	dh_clean
 
 install: build
 	dh_testdir
@@ -43,4 +43,4 @@ binary-indep: build install
 
 binary-arch: build install
 binary: binary-indep binary-arch
-.PHONY: build-indep build-arch build clean binary-indep binary-arch binary install 
+.PHONY: build-indep build-arch build clean binary-indep binary-arch binary install

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details