Lintian Fixes - ydpdict

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index bb3e7b6..0198574 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -136,4 +136,3 @@ ydpdict (0.63-1) unstable; urgency=low
   * Initial Release. Closes: #251439
 
  -- Marcin Owsiany <porridge@debian.org>  Mon, 31 May 2004 12:06:29 +0200
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index db1fb77..8abe35d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: contrib/text
 Priority: optional
 Maintainer: Marcin Owsiany <porridge@debian.org>
 Standards-Version: 3.9.6
-Homepage: http://toxygen.net/ydpdict/
+Homepage: https://toxygen.net/ydpdict/
 Build-Depends:
 # debianization tools
- debhelper (>= 9~), dh-autoreconf,
+ debhelper (>= 9~),
 # program dependencies
  libncursesw5-dev, libydpdict2-dev (>= 1.0.0), libao-dev,
 # build tools
- autoconf, automake, pkg-config
+ autoconf, automake, pkg-config, debhelper-compat (= 13)
 Build-Conflicts: autoconf2.13, automake1.4
 Vcs-Browser: https://github.com/porridge/ydpdict
 Vcs-Git: https://github.com/porridge/ydpdict.git -b debian-master
diff --git a/debian/rules b/debian/rules
index d5343f4..bc18e29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-dictdir=/usr/local/share/ydpdict

Run locally

More details

Full run details

Historical runs