Your message dated Mon, 19 Nov 2007 19:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451550: fixed in git-buildpackage 0.4.8
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.7
Severity: important
Tags: patch
The --git-tag option does not work when export-dir is set because git-tag
gets run in the wrong directory.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-buildpackage depends on:
ii devscripts 2.10.10 Scripts to make the life of a Debi
ii git-core 1:1.5.3.5-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
>From b99c20a750365862a95037be3b5439c65c23f573 Mon Sep 17 00:00:00 2001
From: CJ van den Berg <[EMAIL PROTECTED]>
Date: Fri, 16 Nov 2007 21:05:27 +0100
Subject: [PATCH] Make --git-tag work properly in combination with export-dir
The --git-tag option does not work when export-dir is set because git-tag
gets run in the wrong directory.
---
git-buildpackage | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/git-buildpackage b/git-buildpackage
index 1029129..f5923a6 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -204,6 +204,10 @@ def main(argv):
os.chdir(export_dir)
Command(options.builder, dpkg_args, shell=True)()
+
+ if options.export_dir:
+ os.chdir(repo_dir)
+
if options.tag:
try:
version = cp['Version']
--
1.5.3.5
--- End Message ---
--- Begin Message ---
Source: git-buildpackage
Source-Version: 0.4.8
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.8.dsc
to pool/main/g/git-buildpackage/git-buildpackage_0.4.8.dsc
git-buildpackage_0.4.8.tar.gz
to pool/main/g/git-buildpackage/git-buildpackage_0.4.8.tar.gz
git-buildpackage_0.4.8_all.deb
to pool/main/g/git-buildpackage/git-buildpackage_0.4.8_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, 19 Nov 2007 18:50:08 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.8
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: 451550
Changes:
git-buildpackage (0.4.8) unstable; urgency=low
.
* git-buildpacakge: make sure we don't switch directories during build
(Closes: #451550)
* debian/control: use the now official Vcs-Git
Files:
722d08dd19e058b628db9ad60a655f2e 669 devel optional git-buildpackage_0.4.8.dsc
fb3773655f35182ea407e55099ab1910 32501 devel optional
git-buildpackage_0.4.8.tar.gz
bfb8a42c84bda95fa077bf441ff9be35 43876 devel optional
git-buildpackage_0.4.8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHQdSGn88szT8+ZCYRAuA+AJ4nwUhnbmWAGfVGlA/1qATJQuhOdQCfWIkb
emD0uSZ2pslBqkLlXQfVIGg=
=WZo5
-----END PGP SIGNATURE-----
--- End Message ---