Lintian Fixes - avrdude

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/avrdude-doc.maintscript b/debian/avrdude-doc.maintscript
deleted file mode 100644
index f3c8cf2..0000000
--- a/debian/avrdude-doc.maintscript
+++ /dev/null
@@ -1 +0,0 @@
-dir_to_symlink /usr/share/doc/avrdude-doc/avrdude-html ../avrdude/avrdude-html 6.2-1~
diff --git a/debian/changelog b/debian/changelog
index b63c51f..4ce8749 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+avrdude (7.1+dfsg-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Remove an obsolete maintscript entry.
+  * debian/control: Add Vcs-Browser field
+  * Bump debhelper from old 12 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Repository-Browse.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Remove listed license files (COPYING) from copyright.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 11 Mar 2023 03:54:58 -0000
+
 avrdude (7.1+dfsg-3) sid; urgency=medium
 
   * clarify documentation license GFDL-NIV-1.3; no identifiable invariant sections
@@ -134,7 +147,7 @@ avrdude (6.2-3) unstable; urgency=low
 
 avrdude (6.2-2) unstable; urgency=low
 
-  * New maintainer (closes: #805651). Many thanks to Michael Biebl for a 
+  * New maintainer (closes: #805651). Many thanks to Michael Biebl for a
     decade worth of contributions to this package.
   * Set proper serial device attributes. (Closes: #805642)
 
@@ -355,7 +368,7 @@ avrdude (5.5-4) unstable; urgency=low
     - Include patchsys-quilt.mk instead of simple-patchsys.mk.
   * debian/patches/series
     - Add all existing patches.
-  * Refresh all patches. 
+  * Refresh all patches.
 
  -- Michael Biebl <biebl@debian.org>  Sat, 19 Jul 2008 03:22:50 +0200
 
@@ -388,7 +401,7 @@ avrdude (5.5-1) unstable; urgency=low
 avrdude (5.4-2) unstable; urgency=low
 
   * debian/control
-    - Use the new "Homepage:" field to specify the upstream URL. 
+    - Use the new "Homepage:" field to specify the upstream URL.
 
  -- Michael Biebl <biebl@debian.org>  Sun, 21 Oct 2007 18:43:24 +0200
 
@@ -404,13 +417,13 @@ avrdude (5.4-1) unstable; urgency=low
 avrdude (5.3.1-1) unstable; urgency=low
 
   * New upstream release.
-  * Prepend a sequence number to the patches. 
+  * Prepend a sequence number to the patches.
 
  -- Michael Biebl <biebl@debian.org>  Mon, 25 Dec 2006 17:56:43 +0100
 
 avrdude (5.2-2) unstable; urgency=low
 
-  * Update maintainer email address to biebl@debian.org. 
+  * Update maintainer email address to biebl@debian.org.
 
  -- Michael Biebl <biebl@debian.org>  Wed, 18 Oct 2006 18:46:28 +0200
 
@@ -434,7 +447,7 @@ avrdude (5.1-3) unstable; urgency=low
 avrdude (5.1-2) unstable; urgency=low
 
   * Delete outdated lexer.c, enforces recreation with an up to date version
-    of flex (closes: #350092). 
+    of flex (closes: #350092).
 
  -- Michael Biebl <biebl@teco.edu>  Fri, 27 Jan 2006 21:27:16 +0100
 
@@ -488,7 +501,6 @@ avrdude (4.4.0-2) unstable; urgency=low
 avrdude (4.4.0-1) unstable; urgency=low
 
   * Initial release (closes: #217453).
-  * Thanks to Anibal Monsalve Salazar for sponsoring this package. 
+  * Thanks to Anibal Monsalve Salazar for sponsoring this package.
 
  -- Michael Biebl <biebl@teco.edu>  Mon, 13 Jun 2005 10:58:32 +0200
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 48f7ccd..5599910 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: electronics
 Priority: optional
 Maintainer: Milan Kupcevic <milan@debian.org>
 Build-Depends:
- debhelper (>= 12.1.1),
+ debhelper-compat (= 13),
  autoconf,
  automake,
  ghostscript,
@@ -20,6 +20,7 @@ Build-Depends:
 Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/debian/avrdude.git
 Homepage: https://github.com/avrdudes/avrdude/
+Vcs-Browser: https://salsa.debian.org/debian/avrdude
 
 Package: avrdude
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index e817da8..21e9e90 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -227,10 +227,3 @@ License: ISC and BSD-2-Clause
  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
-
-Files: COPYING
-Copyright:
- 1989,1991 Free Software Foundation, Inc.
-License: verbatim
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
diff --git a/debian/rules b/debian/rules
index 26b51da..e37f88b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
 	CONFFLAGS += --enable-linuxgpio --enable-linuxspi
 endif
 %:
-	dh $@ --with autoreconf --sourcedirectory=src
+	dh $@ --sourcedirectory=src
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..83a75cd
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/avrdudes/avrdude

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/postinst
-rwxr-xr-x  root/root   DEBIAN/postrm
-rwxr-xr-x  root/root   DEBIAN/preinst
-rwxr-xr-x  root/root   DEBIAN/prerm

No differences were encountered between the control files of package avrdude

No differences were encountered between the control files of package avrdude-dbgsym

No differences were encountered between the control files of package avrdude-doc

Run locally

More details

Full run details