Your message dated Wed, 21 Apr 2010 23:33:24 +0000
with message-id <[email protected]>
and subject line Bug#574696: fixed in python3.1 3.1.2-2
has caused the Debian Bug report #574696,
regarding python3.1: please enable ossaudio 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.)
--
574696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574696
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3.1
Version: 3.1.2~rc1-2
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version does not have enabled OSS support on GNU/kFreeBSD.
Please use one-line patch bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- setup.py
+++ setup.py
@@ -1208,7 +1208,7 @@
# Platform-specific libraries
if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6',
- 'freebsd7', 'freebsd8'):
+ 'freebsd7', 'freebsd8') or
platform.startswith("gnukfreebsd"):
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
else:
missing.append('ossaudiodev')
--- End Message ---
--- Begin Message ---
Source: python3.1
Source-Version: 3.1.2-2
We believe that the bug you reported is fixed in the latest version of
python3.1, which is due to be installed in the Debian FTP archive:
idle-python3.1_3.1.2-2_all.deb
to main/p/python3.1/idle-python3.1_3.1.2-2_all.deb
libpython3.1_3.1.2-2_amd64.deb
to main/p/python3.1/libpython3.1_3.1.2-2_amd64.deb
python3.1-dbg_3.1.2-2_amd64.deb
to main/p/python3.1/python3.1-dbg_3.1.2-2_amd64.deb
python3.1-dev_3.1.2-2_amd64.deb
to main/p/python3.1/python3.1-dev_3.1.2-2_amd64.deb
python3.1-doc_3.1.2-2_all.deb
to main/p/python3.1/python3.1-doc_3.1.2-2_all.deb
python3.1-examples_3.1.2-2_all.deb
to main/p/python3.1/python3.1-examples_3.1.2-2_all.deb
python3.1-minimal_3.1.2-2_amd64.deb
to main/p/python3.1/python3.1-minimal_3.1.2-2_amd64.deb
python3.1_3.1.2-2.diff.gz
to main/p/python3.1/python3.1_3.1.2-2.diff.gz
python3.1_3.1.2-2.dsc
to main/p/python3.1/python3.1_3.1.2-2.dsc
python3.1_3.1.2-2_amd64.deb
to main/p/python3.1/python3.1_3.1.2-2_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.
Matthias Klose <[email protected]> (supplier of updated python3.1 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: Thu, 22 Apr 2010 00:06:31 +0200
Source: python3.1
Binary: python3.1 python3.1-minimal libpython3.1 python3.1-examples
python3.1-dev idle-python3.1 python3.1-doc python3.1-dbg
Architecture: source all amd64
Version: 3.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
idle-python3.1 - An IDE for Python (v3.1) using Tkinter
libpython3.1 - Shared Python runtime library (version 3.1)
python3.1 - An interactive high-level object-oriented language (version 3.1)
python3.1-dbg - Debug Build of the Python Interpreter (version 3.1)
python3.1-dev - Header files and a static library for Python (v3.1)
python3.1-doc - Documentation for the high-level object-oriented language
Python
python3.1-examples - Examples for the Python language (v3.1)
python3.1-minimal - A minimal subset of the Python language (version 3.1)
Closes: 574696
Changes:
python3.1 (3.1.2-2) unstable; urgency=low
.
* Update to the 3.1 release branch, 20100421.
* Update patch for issue #8032, gdb7 hooks for debugging.
* Fix issue #8233: When run as a script, py_compile.py optionally
takes a single argument `-`.
* Don't build-depend on locales on avr32.
* Build the ossaudio extension on GNU/kFreeBSD. Closes: #574696.
Checksums-Sha1:
fcba6e64d1deedd14faef73095ffafe5aab4c042 1681 python3.1_3.1.2-2.dsc
a5f54af26bf9bcb4d47d08f3b021d0fa3c68744b 296716 python3.1_3.1.2-2.diff.gz
60a042ebf134cb55c18ee33be0ba0c94ad2cfa25 652106
python3.1-examples_3.1.2-2_all.deb
477a4ce6206593ad3e36c8531a85616df2f64001 70732 idle-python3.1_3.1.2-2_all.deb
269f504b708c8e8d338b61d2a424a6936eeafc8e 5368734 python3.1-doc_3.1.2-2_all.deb
599052b94e05b9b0469c578337ebb62aaeee661a 3762432 python3.1_3.1.2-2_amd64.deb
514eb3509610ce8da04499fb90b5a2d9b9e175f9 1558208
python3.1-minimal_3.1.2-2_amd64.deb
1c0928a72647d851a4014c40b13c90023374c654 1184034 libpython3.1_3.1.2-2_amd64.deb
7d989be89c3f0c802650c138be6dd32409ffef3f 3739394
python3.1-dev_3.1.2-2_amd64.deb
e6d7d6c3586b65cf84dc652c572210dede4e61af 14352216
python3.1-dbg_3.1.2-2_amd64.deb
Checksums-Sha256:
8f6f980960df68593511e53fc2c7ed88ea02389a7d70cecc433c32b5e2a6628c 1681
python3.1_3.1.2-2.dsc
4fad05aca8e079c2c1e4bfb67eccec017ec809190f4a968f7573f4d69cfa685d 296716
python3.1_3.1.2-2.diff.gz
c5eaf8e14c41e96866b245dfd78b62c6d9616eb58388a0515b0539456aaec03b 652106
python3.1-examples_3.1.2-2_all.deb
bf7164ada150cf56532adbe262ac068134b211c07f7d7d97d58236f1c382e150 70732
idle-python3.1_3.1.2-2_all.deb
950f8e180e02f1332542191c07700625e9d1128f08c198b0f8cc2335c69f5425 5368734
python3.1-doc_3.1.2-2_all.deb
dd45580202e51055385ca8700e42a78f5bf052820bdd75a7ac0169d84a3ffb47 3762432
python3.1_3.1.2-2_amd64.deb
940565242af289712ddd622eeff71b8366b62697826336a62675a236e8888148 1558208
python3.1-minimal_3.1.2-2_amd64.deb
6d8bea2ef4f0b9a721596e601474dff6357eb407088422054520630335ed448d 1184034
libpython3.1_3.1.2-2_amd64.deb
5381716e764f6cde44ad174e423267bb545bb5c22271bd38af204309c16e710d 3739394
python3.1-dev_3.1.2-2_amd64.deb
0830d889ad264108d2c7104fdc891786f4cbc8df137835116d8c2e7571d714c4 14352216
python3.1-dbg_3.1.2-2_amd64.deb
Files:
cc47ec22191b35292e387eab0840e934 1681 python optional python3.1_3.1.2-2.dsc
f9e891ef99eb95ad566feea108845f0c 296716 python optional
python3.1_3.1.2-2.diff.gz
2795c7fb07de51f4202561badc40b672 652106 python optional
python3.1-examples_3.1.2-2_all.deb
a876ba652a165a11e8024235ef463908 70732 python optional
idle-python3.1_3.1.2-2_all.deb
9b0f47c0f83618ae142d3c18b4b3ab87 5368734 doc optional
python3.1-doc_3.1.2-2_all.deb
39e57376fd5fa6476595669853a8157c 3762432 python optional
python3.1_3.1.2-2_amd64.deb
b9959b6b9ad2a619bd774ef98e2ab843 1558208 python optional
python3.1-minimal_3.1.2-2_amd64.deb
12eb9a926f0699e83e28229ae84c638a 1184034 libs optional
libpython3.1_3.1.2-2_amd64.deb
75c5a2d740aeb3862b23b8752587ef17 3739394 python optional
python3.1-dev_3.1.2-2_amd64.deb
fd0656b67cce2b8e4bc29f4cdaec4a3e 14352216 debug extra
python3.1-dbg_3.1.2-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkvPiLEACgkQStlRaw+TLJzOcgCgjpkWoru+xC/K6wG09EZMrWXH
798An29hvFL4HGOFrsUXlZMPNsaVODPS
=PQJT
-----END PGP SIGNATURE-----
--- End Message ---