Hi, On Tue, Aug 23, 2016 at 08:42:14PM +0200, Guido Günther wrote: > control: forcemerge -1 830572 835200
Oops, I overlooked. Thanks > On Wed, Aug 24, 2016 at 12:28:22AM +0900, Osamu Aoki wrote: > > Control: tags 835200 wishlist > > > > As for http://bugs.debian.org/835200 > > > > I wish debian/changelog to be updated with new upstream but not to > > commit it to git repo. > > This makes a lot of sense but needs some tweaking to snapshot mode. See > 830572 for details. If this doesn't fit what you expect please comment > there. This is on the todo list but currently I'm lacking time. Yah, formatted debian/changelog file is already generated by uscan. All we need to do is to copy debian/changelog file from <packagename>-<newversion>/ directory generated by uscan to the git repo while on its master after doing everything as now. Hmmmm... how we get this <packagename>-<newversion>/ string ... scripts/import_orig.py already have tarball name ... maybe hacking around there should make this easy to get directory name just like uscan.tarball I guess we need to add code to deb/uscan.py ... looks like almost there :-) Once that is done, formatted file is already generated by uscan. Another tough question is how this work out with "gbp import-dsc". That needs some thinking. Also, I think "gbp import-dsc" should not erase debian/source/local-options in the main. When I find time .... I will look into these, too. Thanks. Osamu