Package: git-buildpackage
Version: 0.4.27
Severity: normal
Tags: patch

Python buffers stdout.  While messages sent to stderr appear in-line, the
messages to stdout don't appear in a useful place in the output.

Patch to use the -u switch when starting Python.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages git-buildpackage depends on:
ii  devscripts                   2.10.27     scripts to make the life of a Debi
ii  git-core                     1:1.5.5.1-1 fast, scalable, distributed revisi
ii  python                       2.5.2-1     An interactive high-level object-o
ii  python-dateutil              1.4-1       powerful extensions to the standar
ii  python-support               0.7.7       automated rebuilding support for P

git-buildpackage recommends no packages.

-- no debconf information
>From a698cc0b93537b1281b8dfa7936d409f45d96f68 Mon Sep 17 00:00:00 2001
From: Kurt B. Kaiser <[EMAIL PROTECTED]>
Date: Tue, 6 May 2008 17:39:53 -0400
Subject: [PATCH] Don't buffer stdout; let git-bp messages print in-line

---
 git-buildpackage |    2 +-
 git-dch          |    2 +-
 git-import-dsc   |    2 +-
 git-import-orig  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/git-buildpackage b/git-buildpackage
index b8224ab..6814d4d 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
 # vim: set fileencoding=utf-8 :
 #
 # (C) 2006,2007,2008 Guido Guenther <[EMAIL PROTECTED]>
diff --git a/git-dch b/git-dch
index 5a8a202..a872353 100755
--- a/git-dch
+++ b/git-dch
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
 # vim: set fileencoding=utf-8 :
 #
 # (C) 2007,2008 Guido Guenther <[EMAIL PROTECTED]>
diff --git a/git-import-dsc b/git-import-dsc
index 442cbc1..ff509f1 100755
--- a/git-import-dsc
+++ b/git-import-dsc
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
 # vim: set fileencoding=utf-8 :
 #
 # (C) 2006,2007 Guido Guenther <[EMAIL PROTECTED]>
diff --git a/git-import-orig b/git-import-orig
index 975e95f..9a75e59 100755
--- a/git-import-orig
+++ b/git-import-orig
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
 # vim: set fileencoding=utf-8 :
 #
 # (C) 2006,2007 Guido Guenther <[EMAIL PROTECTED]>
-- 
1.5.5.1

Reply via email to