Hi, Here's a fixed version. I'm doing `git clean -d -x -f` instead of `make distclean` because it doesn't remove some generated files.
joel@debain:~/gsequencer.github$ make distcheck joel@debain:~/gsequencer.github$ cp ags-0.4.2-69.tar.gz ../ags_0.4.2-69.orig.tar.gz joel@debain:~/gsequencer.github$ cd ../gsequencer.alioth joel@debain:~/gsequencer.alioth$ gbp import-orig ../ags_0.4.2-69.orig.tar.gz joel@debain:~/gsequencer.alioth$ git checkout pristine-tar joel@debain:~/gsequencer.alioth$ pristine-tar commit ../ags_0.4.2-69.orig.tar.gz joel@debain:~/gsequencer.alioth$ git checkout master joel@debain:~/gsequencer.alioth$ emacs -nw debian/changelog joel@debain:~/gsequencer.alioth$ git add debian/changelog joel@debain:~/gsequencer.alioth$ git commit -m "updated changelog" joel@debain:~/gsequencer.alioth$ gbp buildpack joel@debain:~/gsequencer.alioth$ lintian ../gsequencer_0.4.2-69-1_amd64.deb joel@debain:~/gsequencer.alioth$ git clean -d -x -f joel@debain:~/gsequencer.alioth$ gbp buildpackage --git-pristine-tar joel@debain:~/gsequencer.alioth$ gbp import-dsc ../ags_0.4.2-69-1.dsc joel@debain:~/gsequencer.alioth$ git clean -d -x -f joel@debain:~/gsequencer.alioth$ git push --all joel@debain:~/gsequencer.alioth$ git push --tags joel@debain:~/gsequencer.alioth$ dput mentors ../ags_0.4.2-69-1_amd64.changes On Sat, Jun 20, 2015 at 1:36 PM, Andrey Rahmatullin <[email protected]> wrote: > On Sat, Jun 20, 2015 at 01:16:42PM +0200, Joël Krähemann wrote: > > Just forgot most important command: > > > > gbp import-dsc ../ags_0.4.2-70-1.1.dsc > This won't help the thing you've replying to. > Also, this "most important command" fully conflicts with the workflow you > listed. > > > As looking at the `uscan` manual I've discovered the `mk-origtargz` > command > You don't need this either. > > -- > WBR, wRAR >

