On Tuesday, June 30, 2026 1:45:54 AM Mountain Standard Time Aryan Karamtoth wrote: > On 30/06/26 13:02, Julien Puydt wrote: > I use this command for all of my package updates. > > gbp import-orig --pristine-tar --uscan
This package does not contain a gbp.conf. https://salsa.debian.org/ocaml-team/coq-hammer/-/tree/master/debian? ref_type=heads Usually when working with pristine-tar, I find it best to include a gbp.conf in the debian directory that enables --pristine-tar by default for anyone working on the package. Like this: https://salsa.debian.org/cryptocoin-team/electrum/-/blob/master/debian/ gbp.conf?ref_type=heads It is possible for users to have a local configuration file that enables --pristine-tar for any gbp command they run. But if not, a user would have to add --pristine-tar to every command, as Julien did above, or problems ensue. -- Soren Stoutner [email protected]
signature.asc
Description: This is a digitally signed message part.

