Lintian Fixes - eyed3

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index e809eb0..4aa5d4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+eyed3 (0.9.7-2) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Remove 2 obsolete maintscript entries in 2 files.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Update standards version to 4.6.2, no changes needed.
+  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 08 Mar 2023 07:24:23 -0000
+
 eyed3 (0.9.7-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 1bd2486..f5f0b01 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: eyed3
 Section: sound
 Priority: optional
 Maintainer: Gaetano Guerriero <x.guerriero@tin.it>
-Build-Depends: debhelper (>= 10), dh-python,
+Build-Depends: debhelper-compat (= 13), dh-python,
                python3, python3-setuptools
-Homepage: http://eyed3.nicfit.net/
-Standards-Version: 4.6.1
+Homepage: https://eyed3.nicfit.net/
+Standards-Version: 4.6.2
 Vcs-Browser: https://github.com/gaetano-guerriero/eyeD3-debian
 Vcs-Git: https://github.com/gaetano-guerriero/eyeD3-debian.git
 
diff --git a/debian/eyed3.maintscript b/debian/eyed3.maintscript
deleted file mode 100644
index c9a69a9..0000000
--- a/debian/eyed3.maintscript
+++ /dev/null
@@ -1 +0,0 @@
-symlink_to_dir /usr/share/doc/eyed3 python-eyed3 0.8.4-2~
\ No newline at end of file
diff --git a/debian/python3-eyed3.maintscript b/debian/python3-eyed3.maintscript
deleted file mode 100644
index 2224d65..0000000
--- a/debian/python3-eyed3.maintscript
+++ /dev/null
@@ -1 +0,0 @@
-symlink_to_dir /usr/share/doc/python3-eyed3 python-eyed3 0.8.4-2~
\ No newline at end of file
diff --git a/debian/tests/control b/debian/tests/control
index 7a0fced..9e89312 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,7 +2,7 @@ Tests: base-script
 Depends: eyed3
 Restrictions: superficial
 
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import eyed3; print(eyed3)" ; done
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import eyed3; print(eyed3)" ; done
 Depends: python3-all, python3-eyed3
 Restrictions: superficial
 

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in first set of .debs but not in second

-rwxr-xr-x  root/root   DEBIAN/postrm
-rwxr-xr-x  root/root   DEBIAN/preinst

Control files of package eyed3: lines which differ (wdiff format)

  • Homepage: http://eyed3.nicfit.net/ https://eyed3.nicfit.net/

Control files of package python3-eyed3: lines which differ (wdiff format)

  • Homepage: http://eyed3.nicfit.net/ https://eyed3.nicfit.net/

Run locally

More details

Full run details