Your message dated Mon, 12 May 2008 07:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#480129: fixed in xtrs 4.9c-3
has caused the Debian Bug report #480129,
regarding update cpu endianness
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.)
--
480129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480129
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xtrs
Version: xtrs 4.9c-2
Severity: normal
User: [EMAIL PROTECTED]
Usertags: eabi
In order to fix build on armel, I looked into debian/rules and concluded
the arch stanza needs update.
1) DEB_BUILD_ARCH is wrong, see dpkg-architecture manpage
2) instead of looking debian arch, it makes more sense to
look at the debian CPU, so hurd-i386, linux-i386 and kfreebsd-i386
all work. Same for arm and armel which both are little-endian
3) So by using DEB_HOST_ARCH_CPU we support more systems with a shorter
line :)
In case you intend to remain MIA, I can proceed to do a porter NMU
soon.
--
"rm -rf" only sounds scary if you don't have backups
diff -urN xtrs-4.9c/debian/rules xtrs-4.9c.new/debian/rules
--- xtrs-4.9c/debian/rules 2008-05-08 11:19:55.000000000 +0300
+++ xtrs-4.9c.new/debian/rules 2008-05-08 11:27:01.000000000 +0300
@@ -12,13 +12,13 @@
#HTML2TEXT=lynx -dump -nolist
HTML2TEXT=html2text -nobs -style pretty
-ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
-ifneq (,$(findstring $(ARCH),alpha amd64 arm hurd-i386 i386 ia64 mipsel sh3
sh4))
+ifneq (,$(findstring $(ARCH),alpha amd64 arm i386 ia64 mipsel sh3 sh4))
ENDIANNESS=little
endif
-ifneq (,$(findstring $(ARCH),hppa m68k mips powerpc ppc64 sparc s390))
+ifneq (,$(findstring $(ARCH),armeb hppa m68k mips powerpc ppc64 sparc s390))
ENDIANNESS=big
endif
--- End Message ---
--- Begin Message ---
Source: xtrs
Source-Version: 4.9c-3
We believe that the bug you reported is fixed in the latest version of
xtrs, which is due to be installed in the Debian FTP archive:
xtrs_4.9c-3.diff.gz
to pool/contrib/x/xtrs/xtrs_4.9c-3.diff.gz
xtrs_4.9c-3.dsc
to pool/contrib/x/xtrs/xtrs_4.9c-3.dsc
xtrs_4.9c-3_powerpc.deb
to pool/contrib/x/xtrs/xtrs_4.9c-3_powerpc.deb
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.
Branden Robinson <[EMAIL PROTECTED]> (supplier of updated xtrs 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: SHA1
Format: 1.8
Date: Mon, 12 May 2008 02:36:30 -0400
Source: xtrs
Binary: xtrs
Architecture: source powerpc
Version: 4.9c-3
Distribution: unstable
Urgency: low
Maintainer: Branden Robinson <[EMAIL PROTECTED]>
Changed-By: Branden Robinson <[EMAIL PROTECTED]>
Description:
xtrs - emulator for TRS-80 Model I/III/4/4P computers
Closes: 480129
Changes:
xtrs (4.9c-3) unstable; urgency=low
.
* Update my copyright notice in debian/copyright since I wrote the help
window patch this year.
* Update architecture-detection logic to use a more modern interface to
dpkg-architecture and recognize armeb. Thanks, Riku Voipio!
(Closes: #480129)
Checksums-Sha1:
565eaa23dec69756d02e1cb4cc09e5d1e6680ae4 1006 xtrs_4.9c-3.dsc
b220cbc999306b45c6162e8a48b8a3665c840c96 59844 xtrs_4.9c-3.diff.gz
e18f1f06c9124fd5be6d5cd4f4b31ce035b1eece 349770 xtrs_4.9c-3_powerpc.deb
Checksums-Sha256:
807d6b1c7b44ddbc4a88fbe3ee02cb19a9f19eabce6eb03d5d0458c81ccc6f66 1006
xtrs_4.9c-3.dsc
a986194b4fc1dcbd25b00f57c3b8b3afed3ad048fc2d8965ac832214a810dc4b 59844
xtrs_4.9c-3.diff.gz
2aeb955fc0bd651052261de96b61cc037eb56f1d02e3fa251471cebd6e39c718 349770
xtrs_4.9c-3_powerpc.deb
Files:
837831be034eb38c2f7cf93a62e08935 1006 contrib/otherosfs extra xtrs_4.9c-3.dsc
6eab47dc673725c2956b6ca66242106d 59844 contrib/otherosfs extra
xtrs_4.9c-3.diff.gz
8257deef8956798dc58df6962f9b2892 349770 contrib/otherosfs extra
xtrs_4.9c-3_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iEYEARECAAYFAkgn6cgACgkQ6kxmHytGonzV4gCffsSquvph7rGdRfs/omHDnlvW
pIMAnRzy9z40P9yK6yYLvstujxJ7tt/5
=i+Wy
-----END PGP SIGNATURE-----
--- End Message ---