Your message dated 10 Aug 2004 22:30:11 -0700 with message-id <[EMAIL PROTECTED]> and subject line bugs done 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 9 Aug 2003 13:07:47 +0000 >From [EMAIL PROTECTED] Sat Aug 09 08:07:43 2003 Return-path: <[EMAIL PROTECTED]> Received: from 195.82-200-80.adsl.skynet.be (localhost) [80.200.82.195] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19lTRe-0006LG-00; Sat, 09 Aug 2003 08:07:42 -0500 Received: from bartvh by localhost with local (Exim 3.36 #1 (Debian)) id 19lTRd-0001Ny-00; Sat, 09 Aug 2003 15:07:41 +0200 Content-Type: multipart/mixed; boundary="===============1940186701==" MIME-Version: 1.0 From: Bart Vanhaute <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: python-bsddb3: no python2.3 version available X-Mailer: reportbug 2.20 Date: Sat, 09 Aug 2003 15:07:40 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Bart Vanhaute <[EMAIL PROTECTED]> X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED] using "From" header Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-4.5 required=4.0 tests=BAYES_10,HAS_PACKAGE,SEMIFORGED_HOTMAIL_RCVD version=2.53-bugs.debian.org_2003_07_20 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp) This is a multi-part MIME message sent by reportbug. --===============1940186701== MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Package: python-bsddb3 Version: 3.3.0-5.2 Severity: wishlist Tags: patch Now that python2.3 has become the new default python interpreter, it would be nice if the bsddb3 module had a python2.3 version (and the default package installed the 2.3 version). Maybe you are already working on it... then the included patch file might help. At least it works for me (I was trying to use 'straw' with python2.3 Thanks, Bart. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux bvanhaute 2.4.20-drm #1 Sat Mar 1 16:09:53 CET 2003 i686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 Versions of packages python-bsddb3 depends on: ii python 2.2.3-3 An interactive high-level object-o ii python2.2-bsddb3 3.3.0-5.2 Python 2.2 interface to libdb3 -- no debconf information --===============1940186701== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="/tmp/python2.3-bsddb3-3.3.0.patch" diff -r -cN python-bsddb3-3.3.0-old/debian/control python-bsddb3-3.3.0/debian/control *** python-bsddb3-3.3.0-old/debian/control 2003-08-09 14:29:23.000000000 +0200 --- python-bsddb3-3.3.0/debian/control 2003-08-09 14:47:56.000000000 +0200 *************** *** 7,13 **** Package: python-bsddb3 Architecture: any ! Depends: ${shlibs:Depends}, python2.2-bsddb3, python (>= 2.2), python (<< 2.3) Description: Python interface to libdb3 This module provides a nearly complete wrapping of the Sleepycat C API for the Database Environment, Database, Cursor, and Transaction objects, and each --- 7,13 ---- Package: python-bsddb3 Architecture: any ! Depends: ${shlibs:Depends}, python2.3-bsddb3, python (>= 2.3), python (<< 2.4) Description: Python interface to libdb3 This module provides a nearly complete wrapping of the Sleepycat C API for the Database Environment, Database, Cursor, and Transaction objects, and each *************** *** 16,22 **** first time all of these are fully supported in the Python wrappers. . This package is a dependency package, which depends on Debian's default ! Python version (currently v2.2). Package: python2.1-bsddb3 Architecture: any --- 16,22 ---- first time all of these are fully supported in the Python wrappers. . This package is a dependency package, which depends on Debian's default ! Python version (currently v2.3). Package: python2.1-bsddb3 Architecture: any *************** *** 38,43 **** --- 38,53 ---- objects can use various access methods: btree, hash, recno, queue. For the first time all of these are fully supported in the Python wrappers. + Package: python2.3-bsddb3 + Architecture: any + Depends: ${shlibs:Depends}, python2.3 + Description: Python 2.3 interface to libdb3 + This module provides a nearly complete wrapping of the Sleepycat C API for + the Database Environment, Database, Cursor, and Transaction objects, and each + of these is exposed as a Python Type in the bsddb3.db module. The database + objects can use various access methods: btree, hash, recno, queue. For the + first time all of these are fully supported in the Python wrappers. + Package: python-bsddb3-doc Architecture: any Suggests: db3-doc diff -r -cN python-bsddb3-3.3.0-old/debian/python2.3-bsddb3.postinst python-bsddb3-3.3.0/debian/python2.3-bsddb3.postinst *** python-bsddb3-3.3.0-old/debian/python2.3-bsddb3.postinst 1970-01-01 01:00:00.000000000 +0100 --- python-bsddb3-3.3.0/debian/python2.3-bsddb3.postinst 2003-08-09 14:26:48.000000000 +0200 *************** *** 0 **** --- 1,27 ---- + #! /bin/sh -e + # + # postinst script for Debian python packages. + # Written 1998 by Gregor Hoffleit <[EMAIL PROTECTED]>. + # Modified 2001 by Matthias Klose <[EMAIL PROTECTED]> + # Modified 2002 by Nathan Hawkins <[EMAIL PROTECTED]> + + PACKAGE=`basename $0 .postinst` + PV=2.3 + PYTHON=python$PV + DIRLIST="/usr/lib/python$PV/site-packages/bsddb3" + + case "$1" in + configure|abort-upgrade|abort-remove|abort-deconfigure) + for i in $DIRLIST ; do + /usr/bin/$PYTHON -O /usr/lib/python$PV/compileall.py -q $i + /usr/bin/$PYTHON /usr/lib/python$PV/compileall.py -q $i + done + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; + esac + + exit 0 diff -r -cN python-bsddb3-3.3.0-old/debian/python2.3-bsddb3.prerm python-bsddb3-3.3.0/debian/python2.3-bsddb3.prerm *** python-bsddb3-3.3.0-old/debian/python2.3-bsddb3.prerm 1970-01-01 01:00:00.000000000 +0100 --- python-bsddb3-3.3.0/debian/python2.3-bsddb3.prerm 2003-08-09 14:26:16.000000000 +0200 *************** *** 0 **** --- 1,13 ---- + #! /bin/sh -e + # + # sample prerm script for Debian python packages. + # Written 1998 by Gregor Hoffleit <[EMAIL PROTECTED]>. + # + + PACKAGE=`basename $0 .prerm` + + dpkg --listfiles $PACKAGE | + awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | + xargs rm -f >&2 + + #DEBHELPER# diff -r -cN python-bsddb3-3.3.0-old/debian/rules python-bsddb3-3.3.0/debian/rules *** python-bsddb3-3.3.0-old/debian/rules 2003-08-09 14:29:23.000000000 +0200 --- python-bsddb3-3.3.0/debian/rules 2003-08-09 14:24:52.000000000 +0200 *************** *** 19,24 **** --- 19,25 ---- python2.1 setup.py --berkeley-db=/usr build python2.2 setup.py --berkeley-db=/usr build + python2.3 setup.py --berkeley-db=/usr build touch build-stamp clean: *************** *** 41,52 **** --- 42,56 ---- # Add here commands to install the package into debian/bsddb3. python2.1 setup.py --berkeley-db=/usr install --prefix=$(CURDIR)/debian/python2.1-bsddb3/usr python2.2 setup.py --berkeley-db=/usr install --prefix=$(CURDIR)/debian/python2.2-bsddb3/usr + python2.3 setup.py --berkeley-db=/usr install --prefix=$(CURDIR)/debian/python2.3-bsddb3/usr # fix interpreter lines - makes lintian happy perl -pi -e 's:^#!/bin/env python:#!/usr/bin/python2.1:' debian/python2.1-bsddb3/usr/lib/python2.1/site-packages/bsddb3/*.py perl -pi -e 's:^#!/bin/env python:#!/usr/bin/python2.2:' debian/python2.2-bsddb3/usr/lib/python2.2/site-packages/bsddb3/*.py + perl -pi -e 's:^#!/bin/env python:#!/usr/bin/python2.3:' debian/python2.3-bsddb3/usr/lib/python2.2/site-packages/bsddb3/*.py # remove all the .pyc files... find $(CURDIR)/debian/python2.1-bsddb3/ -name \*.pyc -exec rm '{}' \; find $(CURDIR)/debian/python2.2-bsddb3/ -name \*.pyc -exec rm '{}' \; + find $(CURDIR)/debian/python2.3-bsddb3/ -name \*.pyc -exec rm '{}' \; # Build architecture-independent files here. --===============1940186701==-- --------------------------------------- Received: (at 204702-done) by bugs.debian.org; 11 Aug 2004 05:32:09 +0000 >From [EMAIL PROTECTED] Tue Aug 10 22:32:09 2004 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Bulib-0007VA-00; Tue, 10 Aug 2004 22:32:09 -0700 Received: from tb by becket.becket.net with local (Exim 4.34) id 1Bulia-000784-Lp; Tue, 10 Aug 2004 22:32:08 -0700 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: bugs done X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "I can't get this fire started," Tom said woodenly From: Thomas Bushnell BSG <[EMAIL PROTECTED]> Date: 10 Aug 2004 22:30:11 -0700 Message-ID: <[EMAIL PROTECTED]> Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 5 Bug 126490, 165999: fixed by maintainer in 3.3.0-2 and 3.3.0-5, but he used a different email address so they were only marked closed, instead of fixed. Bug 185372, 168447, 204702: Fixed by NMU 3.3.0-5.1, 3.3.0-5.2, and 3.3.0-5.2, and became accepted when the package was taken by QA in version 3.3.0-6.