Le 19/07/2016 à 14:07, Emmanuel Bourg a écrit : > When you want to update the package to a more recent version, you create > the new upstream tarball and then run gbp from the master branch: > > gbp import-orig --verbose --merge --pristine-tar <tarball>
If you have a correct debian/watch file (and use Exclude-Files: in debian/copyright if required), then you can simply use: gbp import-orig --uscan It will download the latest version, repack the tarball if required and import it correctly in the git repo. Regards, Vincent