Dear maintainer,
The new/old libraries python3-standard-aifc & python3-standard-sunau
are now available in the archive.
I've prepared an NMU for linux-show-player (versioned as 0.5.3-2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.
Regards.
diff -Nru linux-show-player-0.5.3/debian/changelog linux-show-player-0.5.3/debian/changelog
--- linux-show-player-0.5.3/debian/changelog 2022-04-10 22:09:43.000000000 +0200
+++ linux-show-player-0.5.3/debian/changelog 2024-12-21 15:03:32.000000000 +0100
@@ -1,3 +1,16 @@
+linux-show-player (0.5.3-2) unstable; urgency=medium
+
+ * Non-maintainer Upload from Debian/ repository
+ * Depends on deadlib for removed modules (Closes: #1084706)
+ * Fix Homepage and Watch file (Closes: #1089559)
+ * Fix SyntaxWarning (Closes: #1085668)
+
+ [ Debian Janitor ]
+ * Set upstream metadata fields: Repository-Browse.
+ * Update standards version to 4.6.1, no changes needed.
+
+ -- Alexandre Detiste <tchet@debian.org> Sat, 21 Dec 2024 15:03:32 +0100
+
linux-show-player (0.5.3-1) unstable; urgency=medium
* New upstream release (0.5.3). Closes: #1009095.
diff -Nru linux-show-player-0.5.3/debian/control linux-show-player-0.5.3/debian/control
--- linux-show-player-0.5.3/debian/control 2022-04-10 22:09:43.000000000 +0200
+++ linux-show-player-0.5.3/debian/control 2024-12-21 15:03:32.000000000 +0100
@@ -6,11 +6,13 @@
dh-python,
python3-setuptools,
python3-all,
+ python3-standard-aifc,
+ python3-standard-sunau,
python3-sortedcontainers,
python3-mido,
python3-rtmidi
-Standards-Version: 4.6.0
-Homepage: http://linux-show-player.sourceforge.net
+Standards-Version: 4.6.1
+Homepage: https://www.linux-show-player.org
X-Python3-Version: >= 3.10
Vcs-Git: https://salsa.debian.org/debian/linux-show-player.git
Vcs-Browser: https://salsa.debian.org/debian/linux-show-player
@@ -20,6 +22,8 @@
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends},
+ python3-standard-aifc,
+ python3-standard-sunau,
python3-sortedcontainers,
python3-mido,
python3-rtmidi,
diff -Nru linux-show-player-0.5.3/debian/patches/series linux-show-player-0.5.3/debian/patches/series
--- linux-show-player-0.5.3/debian/patches/series 2022-04-10 22:09:43.000000000 +0200
+++ linux-show-player-0.5.3/debian/patches/series 2024-12-21 15:03:32.000000000 +0100
@@ -1,2 +1,3 @@
# You must remove unused comment lines for the released package.
00-installs-package-data.patch
+SyntaxWarning.patch
diff -Nru linux-show-player-0.5.3/debian/patches/SyntaxWarning.patch linux-show-player-0.5.3/debian/patches/SyntaxWarning.patch
--- linux-show-player-0.5.3/debian/patches/SyntaxWarning.patch 1970-01-01 01:00:00.000000000 +0100
+++ linux-show-player-0.5.3/debian/patches/SyntaxWarning.patch 2024-12-21 15:03:32.000000000 +0100
@@ -0,0 +1,11 @@
+--- a/lisp/core/util.py
++++ b/lisp/core/util.py
+@@ -136,7 +136,7 @@
+ l.sort(key=natural_keys) # sorts in human order
+ ['something1', 'something4', 'something17']
+ """
+- return [int(c) if c.isdigit() else c for c in re.split('(\d+)', text)]
++ return [int(c) if c.isdigit() else c for c in re.split(r'(\d+)', text)]
+
+
+ def rhasattr(obj, attr):
diff -Nru linux-show-player-0.5.3/debian/upstream/metadata linux-show-player-0.5.3/debian/upstream/metadata
--- linux-show-player-0.5.3/debian/upstream/metadata 1970-01-01 01:00:00.000000000 +0100
+++ linux-show-player-0.5.3/debian/upstream/metadata 2024-12-21 14:37:23.000000000 +0100
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com//FrancescoCeruti
diff -Nru linux-show-player-0.5.3/debian/watch linux-show-player-0.5.3/debian/watch
--- linux-show-player-0.5.3/debian/watch 2022-04-10 22:09:43.000000000 +0200
+++ linux-show-player-0.5.3/debian/watch 2024-12-21 15:01:13.000000000 +0100
@@ -1,3 +1,3 @@
version=4
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/linux-show-player-$1\.tar\.gz/ \
- https://github.com//FrancescoCeruti/linux-show-player/releases .*/v*(\d\S*)\.tar\.gz
+ https://github.com//FrancescoCeruti/linux-show-player/tags .*/v*(\d\S*)\.tar\.gz