Lintian Fixes - anomaly

Recent merge proposals

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 8d03d3a..0225f5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+anomaly (1.1.0-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Update watch file format version to 4.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Change priority extra to priority optional.
+  * Use secure URI in Vcs control header Vcs-Git.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 01:14:54 -0000
+
 anomaly (1.1.0-3) unstable; urgency=medium
 
   * Fix missing comma in package description. Thanks to Pascal De Vuyst.
@@ -7,7 +19,7 @@ anomaly (1.1.0-3) unstable; urgency=medium
 
 anomaly (1.1.0-2) unstable; urgency=medium
 
-  * d/control: 
+  * d/control:
     - Fix ustream homepage URL (Closes: #738769).
     - Push to 3.9.5 Standards-Version field.
 
@@ -15,6 +27,6 @@ anomaly (1.1.0-2) unstable; urgency=medium
 
 anomaly (1.1.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #721646). 
+  * Initial release (Closes: #721646).
 
  -- Alejandro Garrido Mota <alejandro@debian.org>  Mon, 02 Sep 2013 22:42:34 +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 bc1cbf5..8de98a1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: anomaly
 Section: utils
-Priority: extra
+Priority: optional
 Maintainer: Alejandro Garrido Mota <alejandro@debian.org>
-Build-Depends: debhelper (>= 9), cmake
+Build-Depends: debhelper-compat (= 13), cmake
 Standards-Version: 3.9.5
 Homepage: http://tasktools.org/projects/anomaly.html
-Vcs-Git: git://github.com/mogaal/anomaly.git
+Vcs-Git: https://github.com/mogaal/anomaly.git
 Vcs-Browser: https://github.com/mogaal/anomaly
 
 Package: anomaly
@@ -13,6 +13,6 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: detect anomalous data in a numeric stream
  To detect anomalous data in a numeric stream, anomaly needs to see
- a stream of numeric data and apply one of its detection methods. 
+ a stream of numeric data and apply one of its detection methods.
  If an anomaly is detected, a response is made, chosen from one or
  more built in methods.
diff --git a/debian/copyright b/debian/copyright
index 073c565..956cf02 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: anomaly
 Source: http://tasktools.org/projects/anomaly/
 
diff --git a/debian/rules b/debian/rules
index 0347249..c134c15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,12 +3,10 @@ PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@ 
+	dh $@
 
 override_dh_auto_install:
 	cp $(CURDIR)/doc/man/anomaly.1.in debian/anomaly.1
 	dh_auto_install
 	rm -f $(TMP)/usr/share/doc/anomaly/COPYING \
 		$(TMP)/usr/share/doc/anomaly/INSTALL
-
-
diff --git a/debian/watch b/debian/watch
index 3dfd68b..f6819fc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://tasktools.org/projects/anomaly/ http://taskwarrior.org/download/anomaly-(.*)\.tar\.gz

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/44/6fc63dd220b2521943a8e027783b44695338cc.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/00/8672876dffe2247df72d1b5c688ea5129ac920.debug

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

  • Priority: extra optional

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

  • Build-Ids: 008672876dffe2247df72d1b5c688ea5129ac920 446fc63dd220b2521943a8e027783b44695338cc

Run locally

More details

Full run details