[Pkg-privacy-maintainers] urgent: help updating torbrowser-launcher in jessie
Ximin Luo
infinity0 at debian.org
Sun Mar 27 12:41:28 UTC 2016
intrigeri:
> Hi,
>
> Holger Levsen wrote (27 Mar 2016 03:06:50 GMT) :
>> When I apply them manually with "quilt push -a", the apply fine, just
>> when dpkg applies them when running "debuild", they dont.
>
> I've fixed this. Here's what I did:
>
> quilt push -a
> # repeat the next command until the last applied patch is the one dpkg complains
> # about (0012-…):
> quilt pop
> quilt refresh
> quilt pop -a
> rm -rf .pc
> git commit debian/patches
>
> ... and repeat for the next patch dpkg complains about.
>
In general there's no harm in refreshing all patches when you import a new upstream version. I normally do:
while quilt push; do quilt refresh; done; quilt pop -a
as a one-liner.
X
--
GPG: ed25519/56034877E1F87C35
GPG: rsa4096/1318EFAC5FBBDBCE
git://github.com/infinity0/pubkeys.git
More information about the Pkg-privacy-maintainers
mailing list