Your message dated Mon, 22 Feb 2016 19:32:18 +0000
with message-id <[email protected]>
and subject line Re: Bug#815414: git-buildpackage incorrectly drop "Gbp-Pq:
Topic " strings
has caused the Debian Bug report #815414,
regarding git-buildpackage incorrectly drop "Gbp-Pq: Topic " strings
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
815414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815414
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-buildpackage
Version: 0.7.2
Severity: important
This problem compromises our ability to use git-buildpackage to manage quilt
patches.
It seems that "gbp pq export" incorrectly drops the "Gbp-Pq: Topic" strings that
are set in the patches.
Additionally if a new patch is created and it contains
"Gbp-Pq: Topic misc" in the commit message, then the new patch is not placed on
the misc directory.
Let me know if you want me to file another bug for this second problem.
To reproduce:
git clone git://anonscm.debian.org/pkg-mutt/mutt.git
gbp pq import
git checkout master
gbp pq export
git status
Cheers
Antonio
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 4.3.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages git-buildpackage depends on:
ii devscripts 2.15.10
ii git 1:2.7.0-1
ii man-db 2.7.5-1
ii python-dateutil 2.4.2-1
ii python-pkg-resources 18.8-1
ii python-six 1.10.0-2
pn python:any <none>
Versions of packages git-buildpackage recommends:
ii pbuilder 0.223
ii pristine-tar 1.33
ii python-requests 2.9.1-2
Versions of packages git-buildpackage suggests:
pn python-notify <none>
ii sudo 1.8.15-1.1
ii unzip 6.0-20
-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, Feb 22, 2016 at 06:31:12PM +0100, Guido Günther wrote:
> severity 815414 normal
> thanks
>
>
> Either I'm misunderstanding your problem or you're using Gbp-Pq
> incorrectly. "Gbp-Pq: ...' is of no use when you're on the master branch
> branch, it's only meaningful on the pq branch.
>
> The manpage has:
>
> When exporting patches from a patch-queue branch, gbp pq will look at
> the patch header for special tags it recognizes. All tags need to
> start at the first column and require at least one whitespace
> after the colon.
>
> So "Gbp-Pq: Topic" is only useful when on the pq branch not on master
> since all the information is encoded in the patch's header and
> path when on master.
Ok, sorry it wasn't clear that dropping the headers was the expected behavior.
Cheers
Antonio
--- End Message ---