Lintian Fixes - fswatch

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 7872b3d..96db9c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+fswatch (1.14.0+repack-13.2) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 12 to 13.
+  * Set upstream metadata fields: Repository.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+  * Update standards version to 4.6.0, no changes needed.
+  * Update standards version to 4.6.1, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 20 Apr 2022 03:36:00 -0000
+
 fswatch (1.14.0+repack-13.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index a34e8f7..c07f3b1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: fswatch
 Maintainer: Alf Gaida <agaida@siduction.org>
 Section: misc
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                doxygen,
                libtool,
                linux-libc-dev,
                texinfo
-Standards-Version: 4.4.1
-Homepage: http://emcrisostomo.github.io/fswatch
+Standards-Version: 4.6.1
+Homepage: https://emcrisostomo.github.io/fswatch
 Vcs-Browser: https://salsa.debian.org/debian/fswatch
 Vcs-Git: https://salsa.debian.org/debian/fswatch.git
 Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index bbc37db..d06a16d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # export DH_VERBOSE=1
 
 export LC_ALL=C.UTF-8
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,-latomic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-latomic
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/default.mk
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 4f33c8a..d917b71 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,5 @@
-Name: fswatch
 Bug-Database: https://github.com/emcrisostomo/fswatch/issues
 Bug-Submit: https://github.com/emcrisostomo/fswatch/issues/new
 Changelog: https://github.com/emcrisostomo/fswatch/commits/master
-Repository: https://github.com/emcrisostomo/fswatch
+Repository: https://github.com/emcrisostomo/fswatch.git
 Repository-Browse: https://github.com/emcrisostomo/fswatch

Run locally

More details

Full run details