On Tue, 23 Aug 2011 16:53:19 +0200 gregor herrmann <gre...@debian.org>
wrote:
> Package: git-buildpackage
> Version: 0.5.30
> Severity: wishlist

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256

> git-import-orig's --uscan options always leaves the orig tarball (and
> a symlink) in ../, since do_uscan() has the options hardcoded:
> ['uscan', '--symlink', '--destdir=..', '--dehs']

> (I'd prefer --rename over --symlink but that's a matter of taste.)

> But the hardcoded --destdir looks improvable to me, since there is
> already a tarball-dir option for .gbp.conf; I guess it's only used by
> git-buildpackage to look for the orig.tar.gz at the moment, but it
> might be easy to also use it for git-import-orig to place the tarball
> right there.

I agree with Gregor here: it would be helpful to be able to specify uscan
options; for example, i usually run "uscan --verbose --force-download
--repack --rename --destdir ~/deb/tarballs/" and i'm not really happy with
the `import-orig --uscan` result as that breaks my workflow.

would you think you could add a config-file option for uscan (maybe even
defaulting to "--symlink --destdir=.. --dehs") so that users can customize
it?

thanks!

Reply via email to