Your message dated Mon, 29 Jun 2009 16:17:19 +0000
with message-id <[email protected]>
and subject line Bug#534123: fixed in python-pylibacl 0.4.0-3
has caused the Debian Bug report #534123,
regarding python-pylibacl: FTBFS on Debian GNU/Hurd [Patch]
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.)


-- 
534123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534123
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pylibacl
Version: 0.4.0-2
Severity: normal

Hi,

python-pylibacl currently fails to build on Debian GNU/Hurd because it doesn't recognize GNU as an OS. Attached is a patch to resolve this.

Thanks,

Barry deFreese


--- python-pylibacl-0.4.0.orig/setup.py
+++ python-pylibacl-0.4.0/setup.py
@@ -22,6 +22,10 @@
         macros.append(("HAVE_LEVEL2", None))
 elif u_sysname == "Darwin":
     libs.append("pthread")
+elif u_sysname == "GNU":
+    macros.append(("HAVE_LINUX", None))
+    macros.append(("HAVE_LEVEL2", None))
+    libs.append("acl")
 else:
     raise ValueError("I don't know your system '%s'."
                      " Please contact the author" % u_sysname)

--- End Message ---
--- Begin Message ---
Source: python-pylibacl
Source-Version: 0.4.0-3

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.4.0-3.diff.gz
  to pool/main/p/python-pylibacl/python-pylibacl_0.4.0-3.diff.gz
python-pylibacl_0.4.0-3.dsc
  to pool/main/p/python-pylibacl/python-pylibacl_0.4.0-3.dsc
python-pylibacl_0.4.0-3_amd64.deb
  to pool/main/p/python-pylibacl/python-pylibacl_0.4.0-3_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.
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.8
Date: Tue, 23 Jun 2009 23:01:01 +0200
Source: python-pylibacl
Binary: python-pylibacl
Architecture: source amd64
Version: 0.4.0-3
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: 534123
Changes: 
 python-pylibacl (0.4.0-3) unstable; urgency=low
 .
   * Fixes "FTBFS on Debian GNU/Hurd [Patch]" (added patch by
     [email protected]) (Closes: #534123)
   * Fixed lintian copyright format warning
   * Added Vcs-* and DM-* fields to debian/control
   * Update standard version to 3.8.2 (no changes required)
Checksums-Sha1: 
 8d95833f2b6da5fbca0f9ec1d7d42af08dface3d 1307 python-pylibacl_0.4.0-3.dsc
 87d57bea1c1b74f787f87579642793606d3d0dc4 3242 python-pylibacl_0.4.0-3.diff.gz
 1f257790d5a1fa5bf4d9e4b8eff679cb88b33086 54080 
python-pylibacl_0.4.0-3_amd64.deb
Checksums-Sha256: 
 89552774cdcca546981a45f270b2ef3f61ccecfa41fcfa370c147bbccf050a58 1307 
python-pylibacl_0.4.0-3.dsc
 627db0b6df7657128fab513657f84ff7f8774e8e2f3231cd6c42a7f3b6d58ad8 3242 
python-pylibacl_0.4.0-3.diff.gz
 4c943de14857bf7e633677d8c9d00d06f6bed34912af3b9d6cc4255377a10847 54080 
python-pylibacl_0.4.0-3_amd64.deb
Files: 
 0b7d696d1ada0ce9a937b5815e4688b0 1307 python optional 
python-pylibacl_0.4.0-3.dsc
 bd27f732ce27b1f2300220597f4998b1 3242 python optional 
python-pylibacl_0.4.0-3.diff.gz
 4f61c9bd36b73c3a70055f9d7508a338 54080 python optional 
python-pylibacl_0.4.0-3_amd64.deb

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

iEYEARECAAYFAkpI5ioACgkQhImxTYgHUptFhQCfXym624XX5qWndhxusCFJcOtz
jlgAmgK1GyxB0fYEs78Rzvz74UB/2/k1
=Yd/Y
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to