Your message dated Wed, 13 Dec 2006 18:47:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#402933: fixed in botan1.4 1.4.12-3 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: botan1.4 Severity: important Version: 1.4.12-2 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small override in debian/rules, see bellow. Thanks in advance Petr --- debian/rules~ 2006-12-13 17:58:58.000000000 +0100 +++ debian/rules 2006-12-13 17:58:58.000000000 +0100 @@ -13,12 +13,18 @@ CFLAGS += -O2 endif +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + +ifeq (kfreebsd,$(DEB_HOST_ARCH_OS)) + TARGET=gcc-linux-generic +endif + configure: configure-stamp configure-stamp: patch-stamp dh_testdir # Configuring package - ./configure.pl --prefix=/usr --modules=comp_bzip2,comp_zlib,eng_gmp,eng_ossl + ./configure.pl --prefix=/usr --modules=comp_bzip2,comp_zlib,eng_gmp,eng_ossl $(TARGET) touch configure-stamp
--- End Message ---
--- Begin Message ---Source: botan1.4 Source-Version: 1.4.12-3 We believe that the bug you reported is fixed in the latest version of botan1.4, which is due to be installed in the Debian FTP archive: botan1.4_1.4.12-3.diff.gz to pool/main/b/botan1.4/botan1.4_1.4.12-3.diff.gz botan1.4_1.4.12-3.dsc to pool/main/b/botan1.4/botan1.4_1.4.12-3.dsc libbotan1.4-dev_1.4.12-3_i386.deb to pool/main/b/botan1.4/libbotan1.4-dev_1.4.12-3_i386.deb libbotan1.4_1.4.12-3_i386.deb to pool/main/b/botan1.4/libbotan1.4_1.4.12-3_i386.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. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated botan1.4 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.7 Date: Wed, 13 Dec 2006 18:55:00 +0100 Source: botan1.4 Binary: libbotan1.4-dev libbotan1.4 Architecture: source i386 Version: 1.4.12-3 Distribution: unstable Urgency: low Maintainer: Daniel Baumann <[EMAIL PROTECTED]> Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: libbotan1.4 - multiplatform crypto library, version 1.4 libbotan1.4-dev - multiplatform crypto library, version 1.4 (development) Closes: 402933 Changes: botan1.4 (1.4.12-3) unstable; urgency=low . * Modified rules as suggested by Petr Salinger <[EMAIL PROTECTED]> to make it build on kfreebsd (Closes: #402933). Files: ecb7bcc2ef1c084d68365cbeb386015c 649 libs optional botan1.4_1.4.12-3.dsc 33c8cc4405c515f7e8535f2eef8ac9b2 8323 libs optional botan1.4_1.4.12-3.diff.gz 8658881501c6bb0fe97e0af14d363441 1064450 libs optional libbotan1.4_1.4.12-3_i386.deb 8724bfe9621cd5548f47473971f856db 2488180 libdevel optional libbotan1.4-dev_1.4.12-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFgEhq+C5cwEsrK54RAnK9AJ9HXXyie+JjxL9YDFdCJcFYa9q9IwCgpdBM MwSRB2GuRN06Tn9zprF2ZNk= =XRwj -----END PGP SIGNATURE-----
--- End Message ---

