Your message dated Sun, 27 Sep 2009 16:55:16 +0000
with message-id <[email protected]>
and subject line Bug#540980: fixed in pycurl 7.19.0-3
has caused the Debian Bug report #540980,
regarding pycurl: FTBFS on GNU/kFreeBSD
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.)


-- 
540980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540980
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pycurl
Version: 7.19.0-2
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd

Hi,

relying on “uname” output is quite fragile, especially since it doesn't
necessarily matches Python's view upon architectures, and probably
breaks crosscompilation. Anyway, please find attached a tiny patches
that at least fixes the build on GNU/kFreeBSD.

Thanks for considering.

Mraw,
KiBi.
diff -u pycurl-7.19.0/debian/rules pycurl-7.19.0/debian/rules
--- pycurl-7.19.0/debian/rules
+++ pycurl-7.19.0/debian/rules
@@ -27,7 +27,7 @@
 
 	set -e ;\
 	for test in "tests/test_internals.py" "tests/test_memleak.py" ; do \
-  	    PYTHONPATH=$(CURDIR)/build/lib.$(DEB_BUILD_ARCH_OS)-$(shell uname -m)-$* \
+	    PYTHONPATH=`ls -d $(CURDIR)/build/lib.*-*-$*` \
 	        python$* $$test; \
 	done
 	touch $@

--- End Message ---
--- Begin Message ---
Source: pycurl
Source-Version: 7.19.0-3

We believe that the bug you reported is fixed in the latest version of
pycurl, which is due to be installed in the Debian FTP archive:

pycurl_7.19.0-3.diff.gz
  to pool/main/p/pycurl/pycurl_7.19.0-3.diff.gz
pycurl_7.19.0-3.dsc
  to pool/main/p/pycurl/pycurl_7.19.0-3.dsc
python-pycurl-dbg_7.19.0-3_amd64.deb
  to pool/main/p/pycurl/python-pycurl-dbg_7.19.0-3_amd64.deb
python-pycurl_7.19.0-3_amd64.deb
  to pool/main/p/pycurl/python-pycurl_7.19.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.
Bernd Zeimetz <[email protected]> (supplier of updated pycurl 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: Sun, 27 Sep 2009 18:03:31 +0200
Source: pycurl
Binary: python-pycurl python-pycurl-dbg
Architecture: source amd64
Version: 7.19.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Bernd Zeimetz <[email protected]>
Description: 
 python-pycurl - Python bindings to libcurl
 python-pycurl-dbg - Python bindings to libcurl (debug extension)
Closes: 540980
Changes: 
 pycurl (7.19.0-3) unstable; urgency=low
 .
   * Fix FTBFS on kfreebsd, thanks to KiBi (Closes: #540980).
   * Bump Standards-version to 3.8.3, no changes needed.
Checksums-Sha1: 
 6c6f8db98f7d9479833e35aceef987b542fb82d6 1387 pycurl_7.19.0-3.dsc
 40e5245cc043e9831e5a88c0ed2912019a95cfbf 5999 pycurl_7.19.0-3.diff.gz
 defa5ca38df5e397ae9ccfc5e1966737de207bea 86024 python-pycurl_7.19.0-3_amd64.deb
 0e300371977ebd7c9e1bfbc3f0f6c97f4dca6913 222186 
python-pycurl-dbg_7.19.0-3_amd64.deb
Checksums-Sha256: 
 0740a3e5d487770e16b0e6fdedb02eb04db0a5eab5fc68f8548b671d9688d473 1387 
pycurl_7.19.0-3.dsc
 3764593bb69ee23b38bfd59579a4f7339dc36219f408453a10e7a6c194ba9741 5999 
pycurl_7.19.0-3.diff.gz
 f6d11df3b274b5647311ef28209922e389dd862f563443bdf25151d790feb80b 86024 
python-pycurl_7.19.0-3_amd64.deb
 838ceb15dd0e08ae6dca78289f842f634cb59a4da7c561fbc1a4f0ffeecefa5a 222186 
python-pycurl-dbg_7.19.0-3_amd64.deb
Files: 
 94e77cec70e72cd80db0635a1381c93c 1387 python optional pycurl_7.19.0-3.dsc
 c84f6bc03f2f6db1b4250467bc3139ec 5999 python optional pycurl_7.19.0-3.diff.gz
 ac567b05e693d3b2e29ab12c5b48909e 86024 python optional 
python-pycurl_7.19.0-3_amd64.deb
 d5b26d048ffeceb179e0a78a2fff4ea5 222186 debug extra 
python-pycurl-dbg_7.19.0-3_amd64.deb

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

iEYEARECAAYFAkq/j8kACgkQBnqtBMk7/3nhbgCgscCyjDtHiDNKfOex6rWlnmq3
+bwAn38sL5O7zI28mx3FYwAgUMcBE2Qg
=8IW5
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to