Your message dated Wed, 07 Oct 2009 04:47:04 +0000
with message-id <[email protected]>
and subject line Bug#501027: fixed in checkinstall 1.6.1-9
has caused the Debian Bug report #501027,
regarding checkinstall does not honor --arch-argument on debian
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.)
--
501027: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501027
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: checkinstall
Version: 1.6.1-8
Severity: normal
Tags: patch
When building packages on Debian, checkinstall ignores the --arch
argument and resets the architecture to the architecture of the system on which
it is running.
This can be fixed by moving the "fi" from line 1145 to line 1153, as
below. Greetings, Mike
# Figure out what kind of machine are we running on
if ! [ "$ARCHITECTURE" ]; then
ARCHITECTURE=`uname -m`
echo $ARCHITECTURE | grep -e "i[3456]86" &> /dev/null
[ $? -eq 0 ] && ARCHITECTURE=i386 # Arch will be "i386" for any of
#remove fi here:
#fi # i386, i486, i586 or i686.
# You can change this with
"--arch"
# Fix the PowerPC & Amd64 architecture description if we're on Debian
if [ "$CK_DEBIAN" = "1" ] ; then
ARCHITECTURE=`dpkg-architecture -qDEB_HOST_ARCH`
fi
#insert fi here:
fi
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.18.2-d03 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages checkinstall depends on:
ii dpkg-dev 1.14.21 Debian package development tools
ii file 4.25-1 Determines file type using "magic"
ii findutils 4.4.0-2 utilities for finding files--find,
ii libc6 2.7-13 GNU C Library: Shared libraries
Versions of packages checkinstall recommends:
ii make 3.81-5 The GNU version of the "make" util
Versions of packages checkinstall suggests:
ii gettext 0.17-4 GNU Internationalization utilities
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: checkinstall
Source-Version: 1.6.1-9
We believe that the bug you reported is fixed in the latest version of
checkinstall, which is due to be installed in the Debian FTP archive:
checkinstall_1.6.1-9.diff.gz
to pool/main/c/checkinstall/checkinstall_1.6.1-9.diff.gz
checkinstall_1.6.1-9.dsc
to pool/main/c/checkinstall/checkinstall_1.6.1-9.dsc
checkinstall_1.6.1-9_amd64.deb
to pool/main/c/checkinstall/checkinstall_1.6.1-9_amd64.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.
Felipe Sateler <[email protected]> (supplier of updated checkinstall 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: Thu, 24 Sep 2009 14:33:05 -0400
Source: checkinstall
Binary: checkinstall
Architecture: source amd64
Version: 1.6.1-9
Distribution: unstable
Urgency: low
Maintainer: Felipe Sateler <[email protected]>
Changed-By: Felipe Sateler <[email protected]>
Description:
checkinstall - installation tracker
Closes: 501027
Changes:
checkinstall (1.6.1-9) unstable; urgency=low
.
* Move to debhelper 7
* Add misc:Depends to the Depends line
* Remove dependency on findutils
* Remove dependency on libc headers
* Use correct quilt version
* Update the checkinstall homepage
* Allow overriding architecture in Debian. Closes: #501027
* Document use of quilt in patch management
* Update standards version (no changes needed)
Checksums-Sha1:
98ee1e46746ba66a3ad939302bf435279b3b7d2b 1218 checkinstall_1.6.1-9.dsc
a450a98b3a3dd19c643d8aad111576442c5e4d10 17298 checkinstall_1.6.1-9.diff.gz
d140eb5fa8ab05d2a457d3075ffe71dd57765206 125630 checkinstall_1.6.1-9_amd64.deb
Checksums-Sha256:
d198d607f9ba86b224a5e920b201e2301ffa2fab5fa2fb78d0776a73c8379b9d 1218
checkinstall_1.6.1-9.dsc
58c0a539afb2c2c0156116c6f6def421645a30b314a3228fed648c1908885c6e 17298
checkinstall_1.6.1-9.diff.gz
1f17a3cf647bd55e3dbd057304651b3785abe4f425334e3c5285c984b004e089 125630
checkinstall_1.6.1-9_amd64.deb
Files:
ed2cc42af8fe2bed0f8bea4171fdd796 1218 admin optional checkinstall_1.6.1-9.dsc
c6ada20a4ef2c22810d6d67718b796cb 17298 admin optional
checkinstall_1.6.1-9.diff.gz
e73f15ad71dbaa19d87bcb444f7b8117 125630 admin optional
checkinstall_1.6.1-9_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrMGV4ACgkQWSOgCCdjSDtFOwCcDGNLoT6n7rL58YbOD9ZKk0EO
1eQAoITmmJfl9Xrpprnw0Tn3lR5wUI0s
=Uwnu
-----END PGP SIGNATURE-----
--- End Message ---