Your message dated Mon, 26 Nov 2007 17:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452921: fixed in git-buildpackage 0.4.9
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: git-buildpackage
Version: 0.4.8
Severity: normal

git-buildpackage calls git branch without --no-color, and is unable to 
interpret 
output when branch coloring is on.

the attached patch calls branch with --no-color and fixes the issue.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages git-buildpackage depends on:
ii  devscripts                 2.10.11       Scripts to make the life of a Debi
ii  git-core                   1:1.5.3.6-1.1 fast, scalable, distributed revisi
ii  python                     2.4.4-6       An interactive high-level object-o
ii  python-support             0.7.5         automated rebuilding support for p

git-buildpackage recommends no packages.

-- no debconf information
--- ../../git_utils.py  2007-11-26 15:48:39.418383714 +1100
+++ /usr/share/python-support/git-buildpackage/gbp/git_utils.py 2007-11-26 
15:51:39.000000000 +1100
@@ -41,7 +41,7 @@
     def has_branch(self, branch):
         """check if the repository has branch 'branch'"""
         self.__check_path()
-        for line in self.__git_getoutput('branch')[0]:
+        for line in self.__git_getoutput('branch', ['--no-color'])[0]:
             if line.split(' ', 1)[1].strip() == branch:
                 return True
         return False
@@ -57,7 +57,7 @@
     def get_branch(self):
         """on what branch is the current working copy"""
         self.__check_path()
-        for line in self.__git_getoutput('branch')[0]:
+        for line in self.__git_getoutput('branch', ['--no-color'])[0]:
             if line.startswith('*'):
                 return line.split(' ', 1)[1].strip()
         

--- End Message ---
--- Begin Message ---
Source: git-buildpackage
Source-Version: 0.4.9

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

git-buildpackage_0.4.9.dsc
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.9.dsc
git-buildpackage_0.4.9.tar.gz
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.9.tar.gz
git-buildpackage_0.4.9_all.deb
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.9_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.
Guido Guenther <[EMAIL PROTECTED]> (supplier of updated git-buildpackage 
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: Mon, 26 Nov 2007 17:22:48 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.9
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther <[EMAIL PROTECTED]>
Changed-By: Guido Guenther <[EMAIL PROTECTED]>
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 452921
Changes: 
 git-buildpackage (0.4.9) unstable; urgency=low
 .
   * fix "gpb gets confused by color enabled on branches..." - thanks to
     Niv Sardi for the patch (Closes: #452921)
Files: 
 7b3ea8765b6fe4c59397ed7f79d9042f 669 devel optional git-buildpackage_0.4.9.dsc
 a1f6afd174c0ae88287dd305217fb14e 32585 devel optional 
git-buildpackage_0.4.9.tar.gz
 918807a76ab10fbb96a721ff80fe887e 43934 devel optional 
git-buildpackage_0.4.9_all.deb

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

iD4DBQFHSv93n88szT8+ZCYRAkAVAJ0ehekiXuQJ69UoKGPteisCv4sflACVEkR1
2FCNjbOzUBexngjJCeep+w==
=gB1H
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to