Run of lintian-fixes for haxe

Merge these changes:

git pull https://janitor.debian.net/git/haxe lintian-fixes/main
Full worker log

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 92df2ff6..cb6068a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+haxe (1:4.2.5-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 10 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 13:07:58 -0000
+
 haxe (1:4.2.5-1) unstable; urgency=medium
 
   * New upstream version.
@@ -311,7 +323,7 @@ haxe (1:2.4-2) unstable; urgency=low
 haxe (1:2.4-1) unstable; urgency=low
 
   * New upstream version (CVS 2009-08-01).
-  * Removed obsolete parts of the copyright file now that ExtLib is 
+  * Removed obsolete parts of the copyright file now that ExtLib is
     not included anymore.
   * Included patch for Ubuntu location of zlib, thanks to Alessio Treglia.
     (Closes: #533159)
@@ -548,7 +560,7 @@ haxe (20070106-1) experimental; urgency=low
   * New upstream release (~1.10).
   * Updated manpages.
   * Include haxe-mode for Emacs.
-  
+
  -- Jens Peter Secher <jps@debian.org>  Sat,  6 Jan 2007 19:01:42 +0100
 
 haxe (20061201-1) experimental; urgency=low
@@ -567,7 +579,7 @@ haxe (20061106-1bpo1) stable; urgency=low
 haxe (20061106-1) experimental; urgency=low
 
   * New upstream release (~1.08).
-     - Fixes flash6 code generation. 
+     - Fixes flash6 code generation.
        (Closes: #396141)
   * Use neko to build haxelib and haxedoc executables, both of which
     searches for the libneko.so by use of -rpath in /usr/lib/neko since we
@@ -596,7 +608,7 @@ haxe (20060715-2) unstable; urgency=low
     thanks to Samuel Mimram and Paul Wise.
     (Closes: #378373)
   * Fixed misspelling in package description.
-    (Closes: #378631)  
+    (Closes: #378631)
   * Updated manual page.
 
  -- Jens Peter Secher <jps@debian.org>  Sat, 22 Jul 2006 10:39:48 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28b..00000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index c3fd259f..1a0c6196 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: haxe
 Section: devel
 Priority: optional
 Maintainer: Andy Li <andy@onthewings.net>
-Standards-Version: 4.6.1
-Build-Depends: debhelper (>= 10),
+Standards-Version: 4.6.2
+Build-Depends: debhelper-compat (= 13),
                dh-ocaml,
                ocaml-nox,
                ocaml-findlib,
diff --git a/debian/rules b/debian/rules
index 4626c67b..3dca1c5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,6 @@ override_dh_strip:
 	# haxelib is the neko vm appended with neko bytecode. It should not be stripped
 	dh_strip --exclude=haxelib
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 get-orig-source:
 	# create tar manually from git, in order to get submodules
 	git clone --branch $(DEB_VERSION_UPSTREAM) --depth 1 --recursive https://github.com/HaxeFoundation/haxe.git orig-source
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..51986d7e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/HaxeFoundation/haxe/issues
+Bug-Submit: https://github.com/HaxeFoundation/haxe/issues/new
+Repository-Browse: https://github.com/HaxeFoundation/haxe

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/89/593e95442060a7cc8efafe0cd6effaee769bac.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/fb/cd0f5060e3ab242767833d077bee261f6f5df1.debug

No differences were encountered between the control files of package haxe

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

  • Build-Ids: fbcd0f5060e3ab242767833d077bee261f6f5df1 89593e95442060a7cc8efafe0cd6effaee769bac

Publish History

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t lintian-fixes haxe-dbgsymapt install -t lintian-fixes haxe

Reviews

Reviewer Verdict Comment
debian@isomer.meta.net.nz approved