--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package manaplus
[ Reason ]
fonts-mplus removed the ttf versions of the required fonts, this also results
in broken symlinks. I am shipping the embedded version of both font files again
[ Impact ]
Broken/missing fonts
[ Tests ]
Manual
[ Risks ]
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
I hope this is okay, or had to create an extra branch just for that ;)
[ Checklist ]
[x ] all changes are documented in the d/changelog
[x ] I reviewed all changes and I approve them
[x ] attach debdiff against the package in testing
unblock manaplus/2.1.3.17-5
diff -Nru manaplus-2.1.3.17/debian/changelog manaplus-2.1.3.17/debian/changelog
--- manaplus-2.1.3.17/debian/changelog 2022-09-15 09:04:25.000000000 +0200
+++ manaplus-2.1.3.17/debian/changelog 2023-05-24 10:40:29.000000000 +0200
@@ -1,3 +1,11 @@
+manaplus (2.1.3.17-5) unstable; urgency=high
+
+ * Bump Standards-Version to 4.6.2.
+ * Fix broken symlinks to mplus fonts by shipping the embedded versions.
+ Closes: #1035874
+
+ -- Patrick Matthäi <pmatthaei@debian.org> Wed, 24 May 2023 10:40:29 +0200
+
manaplus (2.1.3.17-4) unstable; urgency=medium
* Fix FTBFS with last upload.
diff -Nru manaplus-2.1.3.17/debian/control manaplus-2.1.3.17/debian/control
--- manaplus-2.1.3.17/debian/control 2022-09-15 09:04:25.000000000 +0200
+++ manaplus-2.1.3.17/debian/control 2023-05-24 10:40:29.000000000 +0200
@@ -3,7 +3,7 @@
Priority: optional
Homepage: http://manaplus.org/
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
libcurl4-gnutls-dev,
@@ -41,7 +41,6 @@
fonts-dejavu-core,
fonts-liberation
Recommends: manaplus,
- fonts-mplus,
fonts-wqy-microhei
Description: Extended client for Evol Online and The Mana World (data files)
ManaPlus is an extended client for Evol Online, The Mana World, and similar
diff -Nru manaplus-2.1.3.17/debian/manaplus-data.install manaplus-2.1.3.17/debian/manaplus-data.install
--- manaplus-2.1.3.17/debian/manaplus-data.install 2022-09-15 09:04:25.000000000 +0200
+++ manaplus-2.1.3.17/debian/manaplus-data.install 2023-05-24 10:40:29.000000000 +0200
@@ -9,3 +9,4 @@
usr/share/manaplus/data/sfx/system
usr/share/manaplus/data/perserver
usr/share/manaplus/data/translations
+usr/share/manaplus/data/fonts/mplus-1p-*.ttf
diff -Nru manaplus-2.1.3.17/debian/manaplus-data.links manaplus-2.1.3.17/debian/manaplus-data.links
--- manaplus-2.1.3.17/debian/manaplus-data.links 2022-09-15 09:04:25.000000000 +0200
+++ manaplus-2.1.3.17/debian/manaplus-data.links 2023-05-24 10:40:29.000000000 +0200
@@ -6,6 +6,4 @@
usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf usr/share/manaplus/data/fonts/liberationsans.ttf
usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf usr/share/manaplus/data/fonts/liberationsansmono-bold.ttf
usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf usr/share/manaplus/data/fonts/liberationsansmono.ttf
-usr/share/fonts/truetype/mplus/mplus-1p-bold.ttf usr/share/manaplus/data/fonts/mplus-1p-bold.ttf
-usr/share/fonts/truetype/mplus/mplus-1p-regular.ttf usr/share/manaplus/data/fonts/mplus-1p-regular.ttf
usr/share/fonts/truetype/wqy/wqy-microhei.ttc usr/share/manaplus/data/fonts/wqy-microhei.ttf
diff -Nru manaplus-2.1.3.17/debian/not-installed manaplus-2.1.3.17/debian/not-installed
--- manaplus-2.1.3.17/debian/not-installed 2022-09-15 09:04:25.000000000 +0200
+++ manaplus-2.1.3.17/debian/not-installed 2023-05-24 10:40:29.000000000 +0200
@@ -9,8 +9,6 @@
usr/share/manaplus/data/fonts/liberationsansmono.ttf
usr/share/manaplus/data/fonts/dejavuserifcondensed-bold.ttf
usr/share/manaplus/data/fonts/wqy-microhei.ttf
-usr/share/manaplus/data/fonts/mplus-1p-bold.ttf
-usr/share/manaplus/data/fonts/mplus-1p-regular.ttf
usr/share/manaplus/data/fonts/dejavusansmono-bold.ttf
usr/share/manaplus/data/fonts/liberationsans.ttf
usr/share/manaplus/data/fonts/dejavuserifcondensed.ttf
--- End Message ---