Hi, On Fri, Nov 10, 2017 at 02:42:20AM +0100, Jonas Smedegaard wrote: > Package: git-buildpackage > Version: 0.9.1 > Severity: normal > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > I want to fork a package, and track my work using git-buildpackage. > > I start out with this command: > > gbp import-dsc --filter='*/gbp.conf' --filter=debian/gbp.conf apt:hashcat > > What I expect is a git with no .git* files and no debian/gbp.conf - but > those files exist in the created git.
We only filered on the upstream tarball so far (but the manpage didn't say that explicitly) so I added filtering on the debian tarball as well. Cheers, -- Guido