Your message dated Wed, 24 Oct 2007 21:17:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#447920: fixed in git-buildpackage 0.4.5 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.4 Severity: normal Tags: patch Hi, git-import-orig breaks on startup: Traceback (most recent call last): File "/usr/bin/git-import-orig", line 211, in ? sys.exit(main(sys.argv)) File "/usr/bin/git-import-orig", line 140, in main if not repo.has_branch(options.upstream_upstream) and not is_empty: The patched attached fixed the thing. Regards, -- Arnaud Cornet -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22.6-sexy (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages git-buildpackage depends on: ii devscripts 2.10.9 Scripts to make the life of a Debi ii git-core 1:1.5.3.4-1 fast, scalable, distributed revisi ii python 2.4.4-6 An interactive high-level object-o ii python-support 0.7.4 automated rebuilding support for p git-buildpackage recommends no packages. -- no debconf informationSeulement dans git-buildpackage-0.4.4.new/gbp: gbp_version.py diff -ru git-buildpackage-0.4.4/git-import-orig git-buildpackage-0.4.4.new/git-import-orig --- git-buildpackage-0.4.4/git-import-orig 2007-10-19 09:58:35.000000000 +0200 +++ git-buildpackage-0.4.4.new/git-import-orig 2007-10-24 21:50:06.000000000 +0200 @@ -137,12 +137,12 @@ else: is_empty = True - if not repo.has_branch(options.upstream) and not is_empty: + if not repo.has_branch(options.upstream_branch) and not is_empty: print >>sys.stderr, """ Repository does not have branch '%s' for upstream sources. If there is none see /usr/share/doc/git-buildpackage/manual-html/gbpc.import.convert.html on howto create it otherwise use --upstream-branch to specify it. -""" % options.upstream_upstream +""" % options.upstream_branch raise GbpError if options.version:
--- End Message ---
--- Begin Message ---Source: git-buildpackage Source-Version: 0.4.5 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.5.dsc to pool/main/g/git-buildpackage/git-buildpackage_0.4.5.dsc git-buildpackage_0.4.5.tar.gz to pool/main/g/git-buildpackage/git-buildpackage_0.4.5.tar.gz git-buildpackage_0.4.5_all.deb to pool/main/g/git-buildpackage/git-buildpackage_0.4.5_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: Wed, 24 Oct 2007 22:56:24 +0200 Source: git-buildpackage Binary: git-buildpackage Architecture: source all Version: 0.4.5 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: 447920 Changes: git-buildpackage (0.4.5) unstable; urgency=low . * git-import-orig: fix missing s/upstream/upstream_branch/ rename (Closes: #447920) - Thanks to Arnaud Cornet Files: 3cbf65c6b5097182c1b21cff41274479 669 devel optional git-buildpackage_0.4.5.dsc 564af9777e0fcdb3a26879209ce849e9 31240 devel optional git-buildpackage_0.4.5.tar.gz d65df5f084b980ce50febd8626332902 43288 devel optional git-buildpackage_0.4.5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHH7N7n88szT8+ZCYRAoWWAJ48FUgZmPpudm0AXcMKMADBSEddFQCaA+Z2 d39nD1+Q+PVHDltbgwtbrTY= =8TUM -----END PGP SIGNATURE-----
--- End Message ---

