Lintian Fixes - gphotofs

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 2ccdd1a..fb51352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gphotofs (0.5-7) UNRELEASED; urgency=medium
+
+  * Set debhelper-compat version in Build-Depends.
+  * Set field Upstream-Name in debian/copyright.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 08 Jan 2023 15:51:41 -0000
+
 gphotofs (0.5-6) unstable; urgency=medium
 
   * debian/control:
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 0cc1b4a..bf8b9dc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
 Uploaders: Herbert Parentes Fortes Neto <hpfn@debian.org>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 11),
                libfuse-dev,
                libglib2.0-dev,
                libgphoto2-dev (>= 2.5)
diff --git a/debian/copyright b/debian/copyright
index 246977d..95aaea5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://github.com/gphoto/gphotofs
+Upstream-Name: gphoto filesystem
 
 Files: *
 Copyright: 2005-2012 Philip Langdale <philipl@alumni.utexas.net>
diff --git a/debian/rules b/debian/rules
index 85bc5f7..28d95d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND= -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_installman:
 	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" debian/gphotofs.pod debian/gphotofs.1

Debdiff

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

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/da/ea380372ada1017f27a4b834dbe10963370a49.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/67/aaee0a8ae1cdd97e25d5083d2f3f65be78c808.debug

No differences were encountered between the control files of package gphotofs

Control files of package gphotofs-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 67aaee0a8ae1cdd97e25d5083d2f3f65be78c808 daea380372ada1017f27a4b834dbe10963370a49

Run locally

More details

Full run details