Your message dated Thu, 31 Oct 2024 13:45:46 +0000
with message-id <[email protected]>
and subject line Bug#958142: fixed in xjump 2.9.3-1
has caused the Debian Bug report #958142,
regarding xjump FTCBFS: multiple reasons
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
958142: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958142
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xjump
Version: 2.7.5-6.2
Tags: patch
User: [email protected]
Usertags: ftcbfs
xjump fails to cross build from source, because it does not pass cross
tools to make. The easiest way of fixing that is using dh_auto_build.
Beyond that issue, it strips during make install via install -s using
the build architecture strip. Doing so also breaks generation of -dbgsym
packages as well as DEB_BUILD_OPTIONS=nostrip. It is best to leave
stripping to dh_strip. Please consider applying the attached patch to
fix all of that and make xjump cross buildable.
Helmut
diff --minimal -Nru xjump-2.7.5/debian/changelog xjump-2.7.5/debian/changelog
--- xjump-2.7.5/debian/changelog 2017-01-10 17:44:41.000000000 +0100
+++ xjump-2.7.5/debian/changelog 2020-04-18 22:55:15.000000000 +0200
@@ -1,3 +1,12 @@
+xjump (2.7.5-6.3) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: (Closes: #-1)
+ + Let dh_auto_build pass cross tools to make.
+ + Don't strip during make install, defer to dh_strip.
+
+ -- Helmut Grohne <[email protected]> Sat, 18 Apr 2020 22:55:15 +0200
+
xjump (2.7.5-6.2) unstable; urgency=medium
* Non-maintainer upload.
diff --minimal -Nru xjump-2.7.5/debian/patches/cross.patch
xjump-2.7.5/debian/patches/cross.patch
--- xjump-2.7.5/debian/patches/cross.patch 1970-01-01 01:00:00.000000000
+0100
+++ xjump-2.7.5/debian/patches/cross.patch 2020-04-18 22:55:15.000000000
+0200
@@ -0,0 +1,20 @@
+--- xjump-2.7.5.orig/Makefile
++++ xjump-2.7.5/Makefile
+@@ -3,6 +3,8 @@
+ # ���Ѥ����ѥ���ȥ���������
+ CC = gcc
+
++INSTALL ?= install
++
+ CFLAGS = -O2
+
+ # ɸ��ʳ�����ɥե�����Υǥ���ȥ�����
+@@ -58,7 +60,7 @@ record.o : record.c record.h Makefile
+
+
+ install : xjump
+- install -g games -c -s -m 2755 xjump $(DESTDIR)$(TARGET)
++ $(INSTALL) -g games -c -s -m 2755 xjump $(DESTDIR)$(TARGET)
+
+ clean:
+ rm -f *.o xjump *~
diff --minimal -Nru xjump-2.7.5/debian/patches/series
xjump-2.7.5/debian/patches/series
--- xjump-2.7.5/debian/patches/series 2012-04-12 11:01:25.000000000 +0200
+++ xjump-2.7.5/debian/patches/series 2020-04-18 22:55:15.000000000 +0200
@@ -3,3 +3,4 @@
03_source_warnings.patch
04_makefile_respect_cflags.patch
05_unneded_deps.patch
+cross.patch
diff --minimal -Nru xjump-2.7.5/debian/rules xjump-2.7.5/debian/rules
--- xjump-2.7.5/debian/rules 2017-01-10 17:44:41.000000000 +0100
+++ xjump-2.7.5/debian/rules 2020-04-18 22:55:15.000000000 +0200
@@ -8,7 +8,7 @@
build:
dh_testdir
- make CFLAGS="-O2 -g -Wall"
+ dh_auto_build -- CFLAGS="-O2 -g -Wall"
touch build
clean:
@@ -23,7 +23,7 @@
dh_prep
dh_installdirs
- make install DESTDIR=$(CURDIR)/debian/xjump
+ make install DESTDIR=$(CURDIR)/debian/xjump INSTALL='install
--strip-program=true'
install -m 644 -o root -g root xjump-icon.xpm
debian/xjump/usr/share/pixmaps/
cp debian/themes/* debian/xjump/usr/share/games/xjump/
for i in debian/xjump/usr/share/games/xjump/*; do gzip -9n $$i; done
--- End Message ---
--- Begin Message ---
Source: xjump
Source-Version: 2.9.3-1
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xjump, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated xjump package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 21 Oct 2024 09:30:00 +0200
Source: xjump
Architecture: source
Version: 2.9.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 352622 438301 680322 781106 958142 1075666 1081188 1082960
Changes:
xjump (2.9.3-1) unstable; urgency=medium
.
* Team upload.
Closes: #1082960
.
[ Andreas Tille ]
* New upstream version
Closes: #781106, #1075666, #352622, #680322, #438301
* Maintain package in Debian Games team
Closes: #1081188
* Add Homepage
* Add watch file
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Rules-Requires-Root: no (routine-update)
* Trim trailing whitespace.
* Remove deprecated Encoding key from desktop file debian/xjump.desktop.
* Remove constraints unnecessary since bullseye (oldstable):
+ Build-Depends: Replace dependency on transitional package
x11proto-core-dev with replacement x11proto-dev.
* d/rules: Short dh
* Remove debian/menu since there is a desktop file
* Remove unused prerm
* Enable hardening options
.
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_build pass cross tools to make.
Closes: #958142
Checksums-Sha1:
a0fb7815638baf5534d532c9ac315471d1fb73b4 1951 xjump_2.9.3-1.dsc
dc20122e90bbdc78127f69c6820dc5fb72fe760d 27302 xjump_2.9.3.orig.tar.gz
ba0befbc097da7ceaed4f31a64d957e5b0adf02c 5492 xjump_2.9.3-1.debian.tar.xz
3448a230cd960cafd397de201ea6ca5b167ef50d 6838 xjump_2.9.3-1_amd64.buildinfo
Checksums-Sha256:
b66a460669da7413a6f8522a38ec376837e27dd57e0a5c6566c7e404f95d1cb0 1951
xjump_2.9.3-1.dsc
8949d1f917f0b6f27383b05ea74e1c382b6b94bc416b59b87683d6ba64a77ca4 27302
xjump_2.9.3.orig.tar.gz
4bbb392e105966a41bcfc19ac2a9c94e68b16543d7cb793258717077978b4e39 5492
xjump_2.9.3-1.debian.tar.xz
248460711a8e4022dd9b45c130a761f5b6c4f014c7e9eb37f78d5e8ce8b0717f 6838
xjump_2.9.3-1_amd64.buildinfo
Files:
e783ad78ad05e6cbff2e0d02aa0123f8 1951 games optional xjump_2.9.3-1.dsc
c2393e7d34ca3110d75e08a847094f99 27302 games optional xjump_2.9.3.orig.tar.gz
9976d238fa4979eec2eec9d805c23f29 5492 games optional
xjump_2.9.3-1.debian.tar.xz
309e40816fb475214984680b2c32c9b9 6838 games optional
xjump_2.9.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmcWA1ERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFpNA/+P87jqRpUQDJTCqC+Fedyk9dXWhYQk/wc
H/N0uRC5wG0dXLAzEkY1fFsPDJFP1gILskEgqpdlUdzOBHqSLWbEyxw2Igia3CSv
RXpHO37wNPrgXCLTEAfUa3IB1OBpJo32cGsbgVo9jUZPb4XqrDCXwzH9VFEo1i7S
O/BfP/B6ZAgjYLeLONiISaFpiU84PPb3y7JjXvypoS8fN8lSdyQGH8Lu1JUVrV1w
GFtv3kSah6M7OxoSls2/UCdoreIdOZ7cUSeKa57wXApalKWwmp5/u8xKPEKBIqTF
jjSEeOwsclwqPJIMDffzSZ0od5gaSqRHmfJiQoT3PPS06CY1fp7xu/cPUVOOJMtv
R/DId7KOQQ2lYj27P1BaM8KS3Gx0GsJhjQx3xAb1hi7Ym4s+iAgo/QjqDaZPhst4
Btcstt0/J0a6SXz6YOOmIGWl9lVTnqn1tlc7svUdNTraQtQUadATzW29zobQWWGq
NYA3TtQ373/vGWZcb73aCxSIqwJp5BknDrkZ3iD7BGSMI5C2IY6SM0bTltvBf5lB
O7IE2tLYlsdP1dZM6MYmAt79LuZRaG9dD5PMkQLtWZrtbOmp7M4Iwk43jqSGGp1R
QlqlGUlQknTqpPzJbwZgah68mMzNJbMc4g2nSGfU/paWmtuW7Kt2Ezne2j8c2dTH
fMYIlXJJyKI=
=s+0k
-----END PGP SIGNATURE-----
pgpyGdOrsRndF.pgp
Description: PGP signature
--- End Message ---