Your message dated Mon, 04 Dec 2006 19:17:35 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#401316: fixed in python-pylibacl 0.2.2-1 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: python-pylibacl Severity: important Version: 0.2.1-3.1 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It small tweak, see attached patch. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr--- python-pylibacl-0.2.1.orig/setup.py +++ python-pylibacl-0.2.1/setup.py @@ -11,11 +11,15 @@ macros.append(("HAVE_LINUX", None)) macros.append(("HAVE_LEVEL2", None)) libs.append("acl") +if u_sysname == "GNU/kFreeBSD": + macros.append(("HAVE_LINUX", None)) + macros.append(("HAVE_LEVEL2", None)) + libs.append("acl") elif u_sysname == "FreeBSD": macros.append(("HAVE_FREEBSD", None)) libs.append("posix1e") else: - raise ValueError("I don't know your system. Please contact the author") + raise ValueError("I don't know your system: " + u_sysname+ ". Please contact the author") long_desc = """This is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top
--- End Message ---
--- Begin Message ---Source: python-pylibacl Source-Version: 0.2.2-1 We believe that the bug you reported is fixed in the latest version of python-pylibacl, which is due to be installed in the Debian FTP archive: python-pylibacl_0.2.2-1.diff.gz to pool/main/p/python-pylibacl/python-pylibacl_0.2.2-1.diff.gz python-pylibacl_0.2.2-1.dsc to pool/main/p/python-pylibacl/python-pylibacl_0.2.2-1.dsc python-pylibacl_0.2.2-1_i386.deb to pool/main/p/python-pylibacl/python-pylibacl_0.2.2-1_i386.deb python-pylibacl_0.2.2.orig.tar.gz to pool/main/p/python-pylibacl/python-pylibacl_0.2.2.orig.tar.gz 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. Iustin Pop <[EMAIL PROTECTED]> (supplier of updated python-pylibacl 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: Sun, 3 Dec 2006 13:56:24 +0100 Source: python-pylibacl Binary: python-pylibacl Architecture: source i386 Version: 0.2.2-1 Distribution: unstable Urgency: low Maintainer: Iustin Pop <[EMAIL PROTECTED]> Changed-By: Iustin Pop <[EMAIL PROTECTED]> Description: python-pylibacl - module for manipulating POSIX.1e ACLs Closes: 373342 401316 Changes: python-pylibacl (0.2.2-1) unstable; urgency=low . * New upstream release (add support for building on GNU/kFreeBSD, removes some warnings) (Closes: #401316). * Acknowledge NMU by Pierre Habouzit. Thanks! (Closes: #373342). Files: 105bdccadc7de169c507e2eb60aef3b4 658 python optional python-pylibacl_0.2.2-1.dsc 5628def6afb4b8c37040fc42f7c59eec 18899 python optional python-pylibacl_0.2.2.orig.tar.gz d1e43483c7232b0d1af720d323cf5b2e 2177 python optional python-pylibacl_0.2.2-1.diff.gz a01b3d94fe3997d056d434bf6c138300 22060 python optional python-pylibacl_0.2.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFdHGd+C5cwEsrK54RAsK4AJ9svAMDU8E774WOkYoOECFDI6JacwCgvdlQ HM9+kX/r+9pGIXQ9Ejgz8Ec= =r7Gu -----END PGP SIGNATURE-----
--- End Message ---

