Your message dated Tue, 11 Dec 2012 20:48:21 +0000
with message-id <[email protected]>
and subject line Bug#695022: fixed in keyutils 1.5.5-4
has caused the Debian Bug report #695022,
regarding keyutils: fails to cross-build: uses wrong compiler/ar
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.)


-- 
695022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695022
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: keyutils
Version: 1.5.5-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: cross

keyutils fails to cross-build.  Fixing it is just a matter of setting CC
and AR correctly.  Patch follows.

  * Use correct compiler and ar when cross-building.

diff -Nru keyutils-1.5.5/debian/rules keyutils-1.5.5/debian/rules
--- keyutils-1.5.5/debian/rules 2012-06-29 20:05:02.000000000 +0100
+++ keyutils-1.5.5/debian/rules 2012-12-03 12:39:34.000000000 +0000
@@ -2,9 +2,17 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+
 %:
        dh ${@}
 
+ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+override_dh_auto_build:
+       dh_auto_build -- CC=$(DEB_HOST_GNU_TYPE)-gcc AR=$(DEB_HOST_GNU_TYPE)-ar
+endif
+
 override_dh_auto_install:
        dh_auto_install -- LIBDIR=/lib/$(DEB_HOST_MULTIARCH) 
USRLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 

Thanks,

-- 
Colin Watson                                       [[email protected]]

--- End Message ---
--- Begin Message ---
Source: keyutils
Source-Version: 1.5.5-4

We believe that the bug you reported is fixed in the latest version of
keyutils, 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.
Daniel Baumann <[email protected]> (supplier of updated 
keyutils 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: Tue, 11 Dec 2012 21:30:53 +0100
Source: keyutils
Binary: keyutils keyutils-dbg libkeyutils1 libkeyutils-dev
Architecture: source i386
Version: 1.5.5-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description: 
 keyutils   - Linux Key Management Utilities
 keyutils-dbg - Linux Key Management Utilities (debug)
 libkeyutils-dev - Linux Key Management Utilities (development)
 libkeyutils1 - Linux Key Management Utilities (library)
Closes: 695022
Changes: 
 keyutils (1.5.5-4) unstable; urgency=low
 .
   * Adding dpkg-source local options.
   * Using make interna rather than 'true' in rules to make the testsuite
     not fail on purpose.
   * Updating to standards version 3.9.4.
   * Using correct compiler and ar when cross-building, thanks to Colin
     Watson <[email protected]> (Closes: #695022).
Checksums-Sha1: 
 958e807c826fb7cc6a1b4d0c6a4b2e8837e89674 1261 keyutils_1.5.5-4.dsc
 eceaf1a47181c4af19a999e1a1170e41974d1e54 6140 keyutils_1.5.5-4.debian.tar.xz
 a0ff107934527be3851af27fa9ac1158ba10b04b 35402 keyutils_1.5.5-4_i386.deb
 c1337c9850263b8def3455a2f52518cf9a68f2c4 58116 keyutils-dbg_1.5.5-4_i386.deb
 58d7c3b6bb3c3fc0ae3fcf939b7b6c530fc14355 8702 libkeyutils1_1.5.5-4_i386.deb
 0edf59489b6a79aef6ee4bbaa666d1cc3ac26958 29064 libkeyutils-dev_1.5.5-4_i386.deb
Checksums-Sha256: 
 11fe074d8c28862511fba37d8ab283f0aeae02a4862b66a983c0bffc39ef6f0e 1261 
keyutils_1.5.5-4.dsc
 d63e3152d2c75daeec0d8f2bb3defeb47088fc111c968a75e59e8c9be6147761 6140 
keyutils_1.5.5-4.debian.tar.xz
 f71c0dc6af0cd4b16ad4ed4d0d480bfbe68a171d36166b6994402fad3a20d962 35402 
keyutils_1.5.5-4_i386.deb
 9564e4b936f59c108d422519b1899c785f0ad7a37557d31b59f71b82f4da96de 58116 
keyutils-dbg_1.5.5-4_i386.deb
 2dcc7de2221ddf9d18904b89fc04fa8b24f376d6f0161a1b21e255ac5f15c7b3 8702 
libkeyutils1_1.5.5-4_i386.deb
 687aab68b744ad6633839c1b0c043ad31ed061c7180863c266cb21123d7fe685 29064 
libkeyutils-dev_1.5.5-4_i386.deb
Files: 
 2650312cc6330aacd3de7aa195668082 1261 admin optional keyutils_1.5.5-4.dsc
 f859582ef0d19e1475461085dbe85d9b 6140 admin optional 
keyutils_1.5.5-4.debian.tar.xz
 2fa3f7468009b1d49a8aed371ddf49a9 35402 admin optional keyutils_1.5.5-4_i386.deb
 32a42c2278bf2698c2d75acf316906dd 58116 debug extra 
keyutils-dbg_1.5.5-4_i386.deb
 2ecabc6d3cfb9157dda3774c43c6571f 8702 libs standard 
libkeyutils1_1.5.5-4_i386.deb
 c3968f50abd9f46659eb09af94d4de4b 29064 libdevel optional 
libkeyutils-dev_1.5.5-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlDHmGEACgkQ+C5cwEsrK57y3QCePtNA//evpsMx9LigIyZ2sG7h
nacAn2SaxdKghWBgOSbPvvwCZSEteGqV
=+puF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to