Jordi Mallach [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
Merge mame (0.276+dfsg.1-1) import into refs/heads/workingbranch
YOKOTA Hiroshi [Tue, 12 Oct 2021 22:59:13 +0000 (07:59 +0900)]
Guard ARM v8 feature from old architecture
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Gbp-Pq: Name 0004-Guard-ARM-v8-feature-from-old-architecture.patch
YOKOTA Hiroshi [Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)]
Disable hardware acceleration support on armel
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Use "__ARM_ARCH" to split "armel" and "armhf".
ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.
__ARM_ARCH:
armel = 5
armhf = 7
Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
Debian Games Team [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Jordi Mallach [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
Do not pass -m64 to alpha, ia64, loong64 or riscv64 builds.
Forwarded: no
Last-Update: 2025-03-04
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Jordi Mallach [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
mame (0.276+dfsg.1-1) unstable; urgency=medium
[ Cesare Falco ]
* New upstream release.
* Update patches.
* Reinstate SDL_INI_PATH, macro definition being fixed upstream.
[ Jordi Mallach ]
* Also drop limit of NUMJOBS for ppc64el.
* Define loong64 platform and hardcode PTR64=1 for it.
[dgit import unpatched mame 0.276+dfsg.1-1]
Jordi Mallach [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
Import mame_0.276+dfsg.1.orig.tar.xz
[dgit import orig mame_0.276+dfsg.1.orig.tar.xz]
Jordi Mallach [Sun, 6 Apr 2025 14:23:13 +0000 (16:23 +0200)]
Import mame_0.276+dfsg.1-1.debian.tar.xz
[dgit import tarball mame 0.276+dfsg.1-1 mame_0.276+dfsg.1-1.debian.tar.xz]
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Merge mame (0.275+dfsg.1-3) import into refs/heads/workingbranch
YOKOTA Hiroshi [Tue, 12 Oct 2021 22:59:13 +0000 (07:59 +0900)]
Guard ARM v8 feature from old architecture
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Gbp-Pq: Name 0004-Guard-ARM-v8-feature-from-old-architecture.patch
YOKOTA Hiroshi [Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)]
Disable hardware acceleration support on armel
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Use "__ARM_ARCH" to split "armel" and "armhf".
ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.
__ARM_ARCH:
armel = 5
armhf = 7
Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
Debian Games Team [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Do not pass -m64 to alpha, ia64, loong64 or riscv64 builds.
Forwarded: no
Last-Update: 2025-03-04
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
mame (0.275+dfsg.1-3) unstable; urgency=medium
* Fix loongarch64 check in previous upload.
* Restore missing chunk of LINK_WITH_GOLD logic 🤦
(really closes: #
1098756).
* Update Standards-Version to 4.7.2, with no changes needed.
[dgit import unpatched mame 0.275+dfsg.1-3]
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Import mame_0.275+dfsg.1-3.debian.tar.xz
[dgit import tarball mame 0.275+dfsg.1-3 mame_0.275+dfsg.1-3.debian.tar.xz]
Jordi Mallach [Mon, 3 Mar 2025 12:47:09 +0000 (13:47 +0100)]
Import mame_0.275+dfsg.1.orig.tar.xz
[dgit import orig mame_0.275+dfsg.1.orig.tar.xz]
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Merge mame (0.274+dfsg.1-2) import into refs/heads/workingbranch
YOKOTA Hiroshi [Tue, 12 Oct 2021 22:59:13 +0000 (07:59 +0900)]
Guard ARM v8 feature from old architecture
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Gbp-Pq: Name 0004-Guard-ARM-v8-feature-from-old-architecture.patch
YOKOTA Hiroshi [Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)]
Disable hardware acceleration support on armel
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Use "__ARM_ARCH" to split "armel" and "armhf".
ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.
__ARM_ARCH:
armel = 5
armhf = 7
Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
Debian Games Team [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.
Forwarded: no
Last-Update: 2021-09-25
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
mame (0.274+dfsg.1-2) unstable; urgency=medium
* ld-gold is deprecated in binutils, so stop using it for all arches
(closes: #
1093862).
[dgit import unpatched mame 0.274+dfsg.1-2]
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Import mame_0.274+dfsg.1-2.debian.tar.xz
[dgit import tarball mame 0.274+dfsg.1-2 mame_0.274+dfsg.1-2.debian.tar.xz]
Cesare Falco [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Merge mame (0.274+dfsg.1-1) import into refs/heads/workingbranch
Cesare Falco [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Import mame_0.274+dfsg.1.orig.tar.xz
[dgit import orig mame_0.274+dfsg.1.orig.tar.xz]
YOKOTA Hiroshi [Tue, 12 Oct 2021 22:59:13 +0000 (07:59 +0900)]
Guard ARM v8 feature from old architecture
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Gbp-Pq: Name 0004-Guard-ARM-v8-feature-from-old-architecture.patch
YOKOTA Hiroshi [Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)]
Disable hardware acceleration support on armel
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Use "__ARM_ARCH" to split "armel" and "armhf".
ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.
__ARM_ARCH:
armel = 5
armhf = 7
Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
Debian Games Team [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Jordi Mallach [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.
Forwarded: no
Last-Update: 2021-09-25
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Cesare Falco [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
mame (0.274+dfsg.1-1) unstable; urgency=medium
* New upstream release.
* Removed temporary patch to fix INI_PATH macro definition.
* Update patches.
[dgit import unpatched mame 0.274+dfsg.1-1]
Cesare Falco [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Import mame_0.274+dfsg.1-1.debian.tar.xz
[dgit import tarball mame 0.274+dfsg.1-1 mame_0.274+dfsg.1-1.debian.tar.xz]
Cesare Falco [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Merge mame (0.270+dfsg.1-1) import into refs/heads/workingbranch
YOKOTA Hiroshi [Tue, 12 Oct 2021 22:59:13 +0000 (07:59 +0900)]
Guard ARM v8 feature from old architecture
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Gbp-Pq: Name 0004-Guard-ARM-v8-feature-from-old-architecture.patch
YOKOTA Hiroshi [Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)]
Disable hardware acceleration support on armel
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Use "__ARM_ARCH" to split "armel" and "armhf".
ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.
__ARM_ARCH:
armel = 5
armhf = 7
Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
Debian Games Team [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Jordi Mallach [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.
Forwarded: no
Last-Update: 2021-09-25
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Cesare Falco [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
mame (0.270+dfsg.1-1) unstable; urgency=medium
* New upstream release.
[dgit import unpatched mame 0.270+dfsg.1-1]
Cesare Falco [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Import mame_0.270+dfsg.1.orig.tar.xz
[dgit import orig mame_0.270+dfsg.1.orig.tar.xz]
Cesare Falco [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Import mame_0.270+dfsg.1-1.debian.tar.xz
[dgit import tarball mame 0.270+dfsg.1-1 mame_0.270+dfsg.1-1.debian.tar.xz]
Cesare Falco [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Merge mame (0.266+dfsg.1-1) import into refs/heads/workingbranch
YOKOTA Hiroshi [Tue, 12 Oct 2021 22:59:13 +0000 (07:59 +0900)]
Guard ARM v8 feature from old architecture
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Gbp-Pq: Name 0004-Guard-ARM-v8-feature-from-old-architecture.patch
YOKOTA Hiroshi [Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)]
Disable hardware acceleration support on armel
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Use "__ARM_ARCH" to split "armel" and "armhf".
ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.
__ARM_ARCH:
armel = 5
armhf = 7
Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
Debian Games Team [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Debian Games Team [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
kfreebsd_dirent.h_path
Gbp-Pq: Name kfreebsd_dirent.h_path.patch
Jordi Mallach [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.
Forwarded: no
Last-Update: 2021-09-25
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Cesare Falco [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
mame (0.266+dfsg.1-1) unstable; urgency=medium
* New upstream release.
[dgit import unpatched mame 0.266+dfsg.1-1]
Cesare Falco [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Import mame_0.266+dfsg.1.orig.tar.xz
[dgit import orig mame_0.266+dfsg.1.orig.tar.xz]
Cesare Falco [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Import mame_0.266+dfsg.1-1.debian.tar.xz
[dgit import tarball mame 0.266+dfsg.1-1 mame_0.266+dfsg.1-1.debian.tar.xz]
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Merge mame (0.261+dfsg.1-1) import into refs/heads/workingbranch
YOKOTA Hiroshi [Tue, 12 Oct 2021 22:59:13 +0000 (07:59 +0900)]
Guard ARM v8 feature from old architecture
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Gbp-Pq: Name 0004-Guard-ARM-v8-feature-from-old-architecture.patch
YOKOTA Hiroshi [Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)]
Disable hardware acceleration support on armel
Forwarded: https://sourceforge.net/p/sevenzip/patches/369/
Use "__ARM_ARCH" to split "armel" and "armhf".
ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.
__ARM_ARCH:
armel = 5
armhf = 7
Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
Debian Games Team [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Debian Games Team [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
kfreebsd_dirent.h_path
Gbp-Pq: Name kfreebsd_dirent.h_path.patch
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.
Forwarded: no
Last-Update: 2021-09-25
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
mame (0.261+dfsg.1-1) unstable; urgency=medium
[ Cesare Falco ]
* New upstream release.
[dgit import unpatched mame 0.261+dfsg.1-1]
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Import mame_0.261+dfsg.1.orig.tar.xz
[dgit import orig mame_0.261+dfsg.1.orig.tar.xz]
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Import mame_0.261+dfsg.1-1.debian.tar.xz
[dgit import tarball mame 0.261+dfsg.1-1 mame_0.261+dfsg.1-1.debian.tar.xz]
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Merge mame (0.251+dfsg.1-1) import into refs/heads/workingbranch
Debian Games Team [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Remove sphinxcontrib.rsvgconverter, which
Forwarded: no
seems nowhere to be found (at least on Ubuntu).
Gbp-Pq: Name sphinx_remove_unresolved_module.patch
Debian Games Team [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
kfreebsd_dirent.h_path
Gbp-Pq: Name kfreebsd_dirent.h_path.patch
Jordi Mallach [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.
Forwarded: no
Last-Update: 2021-09-25
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
mame (0.251+dfsg.1-1) unstable; urgency=medium
* New upstream release.
[dgit import unpatched mame 0.251+dfsg.1-1]
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Import mame_0.251+dfsg.1.orig.tar.xz
[dgit import orig mame_0.251+dfsg.1.orig.tar.xz]
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Import mame_0.251+dfsg.1-1.debian.tar.xz
[dgit import tarball mame 0.251+dfsg.1-1 mame_0.251+dfsg.1-1.debian.tar.xz]
Cesare Falco [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Merge mame (0.228+dfsg.1-1) import into refs/heads/workingbranch
Debian Games Team [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Fix FTBFS on power "not a constant expression"
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>
Gbp-Pq: Name fix-922619.patch
Cesare Falco [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Remove sphinxcontrib.rsvgconverter, which
Forwarded: no
seems nowhere to be found (at least on Ubuntu).
Gbp-Pq: Name sphinx_remove_unresolved_module.patch
Debian Games Team [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
kfreebsd_dirent.h_path
Gbp-Pq: Name kfreebsd_dirent.h_path.patch
Jordi Mallach [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Use the packaged version of MathJax.
Forwarded: no
Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.
Gbp-Pq: Name sphinx_mathjax_location.patch
Jordi Mallach [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Several FTBFS fixes for Hurd systems.
Forwarded: no
Gbp-Pq: Name hurd.patch
Jordi Mallach [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
do not assume python points to python3.
Origin: Debian
Forwarded: no
Gbp-Pq: Name python3.patch
Jordi Mallach [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Do not pass -m64 to alpha or ia64 builds.
Forwarded: no
Gbp-Pq: Name ftbfs_alpha_ia64.patch
Cesare Falco [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
mame (0.228+dfsg.1-1) unstable; urgency=medium
* New upstream release.
* Updated patches.
* debian/rules
+ Add switch to build with g++ 9 (g++ 10 seems buggy on some archs)
+ Rework code to allow parallel build on a per-arch basis
[dgit import unpatched mame 0.228+dfsg.1-1]
Cesare Falco [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Import mame_0.228+dfsg.1.orig.tar.xz
[dgit import orig mame_0.228+dfsg.1.orig.tar.xz]
Cesare Falco [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Import mame_0.228+dfsg.1-1.debian.tar.xz
[dgit import tarball mame 0.228+dfsg.1-1 mame_0.228+dfsg.1-1.debian.tar.xz]