Your message dated Wed, 13 Dec 2006 19:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#402930: fixed in botan1.5 1.5.13-2 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.5 Severity: important Version: 1.5.13-1 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.5 Source-Version: 1.5.13-2 We believe that the bug you reported is fixed in the latest version of botan1.5, which is due to be installed in the Debian FTP archive: botan1.5_1.5.13-2.diff.gz to pool/main/b/botan1.5/botan1.5_1.5.13-2.diff.gz botan1.5_1.5.13-2.dsc to pool/main/b/botan1.5/botan1.5_1.5.13-2.dsc libbotan1.5-dev_1.5.13-2_i386.deb to pool/main/b/botan1.5/libbotan1.5-dev_1.5.13-2_i386.deb libbotan1.5_1.5.13-2_i386.deb to pool/main/b/botan1.5/libbotan1.5_1.5.13-2_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.5 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.5 Binary: libbotan1.5 libbotan1.5-dev Architecture: source i386 Version: 1.5.13-2 Distribution: unstable Urgency: low Maintainer: Daniel Baumann <[EMAIL PROTECTED]> Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: libbotan1.5 - multiplatform crypto library, version 1.5 libbotan1.5-dev - multiplatform crypto library, version 1.5 (development) Closes: 402930 Changes: botan1.5 (1.5.13-2) unstable; urgency=low . * Modified rules as suggested by Petr Salinger <[EMAIL PROTECTED]> to make it build on kfreebsd (Closes: #402930). Files: a42496d55cb8b8ebed389afa27939b23 649 libs optional botan1.5_1.5.13-2.dsc 79ef01db0d89fdf23b9710a5ccb26a09 7916 libs optional botan1.5_1.5.13-2.diff.gz 985a59b8e5f1f73f039ecd9e195334c2 985076 libs optional libbotan1.5_1.5.13-2_i386.deb 77e6aeac5bdffe6bd56b8271a0138f19 1825732 libdevel optional libbotan1.5-dev_1.5.13-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFgEtz+C5cwEsrK54RAvsPAKDBX7MTXXpIK6N2RXkCpiGKZbXWMACeJFcM KS9CrNgYkcoOsa3xY1QWWNQ= =vwRn -----END PGP SIGNATURE-----
--- End Message ---

