Lintian Fixes - haskell-skein

Ready changes

Summary

Diff

diff --git a/p/haskell-skein/debian/changelog b/p/haskell-skein/debian/changelog
index b599f28de3..2ca53cc1cd 100644
--- a/p/haskell-skein/debian/changelog
+++ b/p/haskell-skein/debian/changelog
@@ -1,3 +1,13 @@
+haskell-skein (1.0.9.4-8) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit,
+    Repository-Browse.
+  * Use ?= for assignments to architecture variables.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 16 May 2023 04:04:39 -0000
+
 haskell-skein (1.0.9.4-7) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
diff --git a/p/haskell-skein/debian/control b/p/haskell-skein/debian/control
index a5499c5784..0b502bec25 100644
--- a/p/haskell-skein/debian/control
+++ b/p/haskell-skein/debian/control
@@ -27,7 +27,7 @@ Build-Depends-Indep:
  libghc-cereal-doc,
  libghc-crypto-api-doc,
  libghc-tagged-doc,
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/meteficha/skein
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-skein
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-skein]
diff --git a/p/haskell-skein/debian/rules b/p/haskell-skein/debian/rules
index 63d2370d8a..da7ab7fc91 100755
--- a/p/haskell-skein/debian/rules
+++ b/p/haskell-skein/debian/rules
@@ -5,7 +5,7 @@ DEB_ENABLE_TESTS = yes
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
-DEB_HOST_ARCH_ENDIAN := $(shell dpkg-architecture -qDEB_HOST_ARCH_ENDIAN)
+DEB_HOST_ARCH_ENDIAN ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_ENDIAN)
 
 ifeq ($(DEB_HOST_ARCH_ENDIAN),big)
 	DEB_SETUP_GHC_CONFIGURE_ARGS := -fforce-endianness -fbig-endian
diff --git a/p/haskell-skein/debian/upstream/metadata b/p/haskell-skein/debian/upstream/metadata
new file mode 100644
index 0000000000..740e92629e
--- /dev/null
+++ b/p/haskell-skein/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: Hackage
+Bug-Database: https://github.com/meteficha/skein/issues
+Bug-Submit: https://github.com/meteficha/skein/issues/new
+Repository-Browse: https://github.com/meteficha/skein
diff --git a/p/haskell-skein/debian/watch b/p/haskell-skein/debian/watch
index 756b0f81ff..8d07a9f390 100644
--- a/p/haskell-skein/debian/watch
+++ b/p/haskell-skein/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://hackage.haskell.org/package/skein/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package libghc-skein-dev

No differences were encountered between the control files of package libghc-skein-doc

No differences were encountered between the control files of package libghc-skein-prof

Run locally

More details

Full run details