Lintian Fixes - dragonbox

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index f756f12..ff5d44c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+dragonbox (1.1.3-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
+  * Add debian/watch file, using github.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 05 Jan 2023 18:24:42 -0000
+
 dragonbox (1.1.3-1) unstable; urgency=medium
 
   * New upstream version 1.1.3
diff --git a/debian/control b/debian/control
index 3dc22de..68922f4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: dragonbox
 Priority: optional
 Maintainer: Rene Engelhard <rene@debian.org>
 Build-Depends: debhelper-compat (= 13), cmake
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Section: libs
 Homepage: https://github.com/jk-jeon/dragonbox
 Vcs-Browser: https://salsa.debian.org/debian/dragonbox
@@ -17,4 +17,3 @@ Depends: ${misc:Depends}
 Description: float-to-string conversion algorithm library
  Dragonbox is a float-to-string conversion algorithm based on the Schubfach
  algorithm.
-
diff --git a/debian/rules b/debian/rules
index e8dff3c..c6a8b75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,4 +21,3 @@ override_dh_auto_test:
 		cmake . && \
 		$(MAKE) && \
 		ctest .
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..302bc69
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/jk-jeon/dragonbox/issues
+Bug-Submit: https://github.com/jk-jeon/dragonbox/issues/new
+Repository: https://github.com/jk-jeon/dragonbox.git
+Repository-Browse: https://github.com/jk-jeon/dragonbox
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..865cea9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=filenamemangle=s/.*\/(\d\S+)\.tar\.gz/dragonbox-$1\.tar\.gz/ https://github.com/jk-jeon/dragonbox/tags .*\/(\d\S+)\.tar\.gz

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details