Package: git-buildpackage Version: 0.4.67 Severity: normal Tags: patch Hi,
there is a typo in gbp-pq. I am attaching a patch. Cheers, Torsten
>From 80b3dd81781f0752c46f7abcbd6209a590973af3 Mon Sep 17 00:00:00 2001 From: Torsten Werner <Torsten Werner twer...@debian.org> Date: Wed, 30 Jun 2010 21:24:19 +0200 Subject: [PATCH] fix typo --- gbp-pq | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gbp-pq b/gbp-pq index be4f3c9..b8af583 100755 --- a/gbp-pq +++ b/gbp-pq @@ -43,7 +43,7 @@ pq_export() rm -f debian/patches/* PATCHES=`git format-patch -N -o debian/patches $branch...$pq` if [ -n "$PATCHES" ]; then - echo "Regenerationg patch queue in \"debian/patches\"." + echo "Regenerating patch queue in \"debian/patches\"." > debian/patches/series for PATCH in $PATCHES; do # delete the first line (from sha1) and last two lines (git version -- 1.7.1