Your message dated Fri, 19 May 2006 22:02:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#352707: fixed in bzr 0.8.2-2
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: bzr
Version: 0.7-2
Severity: normal
Tags: patch

I found this in dilinger's sarge packages, and he requested I file a bug:

--- /tmp/msgeditor.py 2006-01-23 10:33:07.000000000 +0100
+++ /usr/lib/python2.4/site-packages/bzrlib/msgeditor.py  2006-02-11 
12:57:00.952834268 +0100
@@ -78,6 +78,7 @@
     if ignoreline is None:
         ignoreline = "-- This line and the following will be ignored --"
         
+    msgfilename = None
     try:
         tmp_fileno, msgfilename = tempfile.mkstemp(prefix='bzr_log.', dir=u'.')
         msgfile = os.close(tmp_fileno)
@@ -124,8 +125,9 @@
             return "".join(msg)
     finally:
         # delete the msg file in any case
-        try: os.unlink(msgfilename)
-        except IOError: pass
+ if msgfilename is not None:
+            try: os.unlink(msgfilename)
+            except IOError: pass
 
 
 def make_commit_message_template(working_tree, specific_files):

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages bzr depends on:
ii  python2.4                     2.4.2-2    An interactive high-level object-o
ii  python2.4-elementtree         1.2.6-3    Light-weight toolkit for XML proce
ii  python2.4-paramiko            1.5-1      make SSH2 connections with python

bzr recommends no packages.

-- no debconf information

-- 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
the reason the mainstream is thought of as a stream
is because it is so shallow.

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


--- End Message ---
--- Begin Message ---
Source: bzr
Source-Version: 0.8.2-2

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

bzr_0.8.2-2.diff.gz
  to pool/main/b/bzr/bzr_0.8.2-2.diff.gz
bzr_0.8.2-2.dsc
  to pool/main/b/bzr/bzr_0.8.2-2.dsc
bzr_0.8.2-2_all.deb
  to pool/main/b/bzr/bzr_0.8.2-2_all.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.
Andres Salomon <[EMAIL PROTECTED]> (supplier of updated bzr 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: Sat, 20 May 2006 03:34:32 +0000
Source: bzr
Binary: bzr
Architecture: source all
Version: 0.8.2-2
Distribution: unstable
Urgency: low
Maintainer: Rob Weir <[EMAIL PROTECTED]>
Changed-By: Andres Salomon <[EMAIL PROTECTED]>
Description: 
 bzr        - bazaar-ng, the next-generation distributed version control system
Closes: 352707 352791 368120
Changes: 
 bzr (0.8.2-2) unstable; urgency=low
 .
   * Set the tutorial as the Index page for doc-base (closes: #368120).
   * Add comments to the top of all patches in debian/ that describe upstream
     submission status.
   * Don't throw UnboundLocalError when attempting to write to a read-only
     repository; thanks to Martin F. Krafft and Bob Tanner (closes: #352707).
   * Don't throw UnboundLocalError on bzr ignore; thanks to
     Martin F. Krafft and Bob Tanner (closes: #352791).
Files: 
 6e6cc24e63ed6b4c62259127a8f12bd0 758 devel optional bzr_0.8.2-2.dsc
 74e91dc485c1f33875ecfd7a9b13215a 6254 devel optional bzr_0.8.2-2.diff.gz
 fc703cee91f44baa740f09e9354f0448 459936 devel optional bzr_0.8.2-2_all.deb

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

iD8DBQFEbp7kOmXwGc/ULyYRAk2EAJ9C7dh71KnlCoRVb00NBDU5GDdEGQCcDMm4
pHxu5t/m18YAbzh/GoKvA0c=
=mNgw
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to