Bug#669171: [PATCH] Add option to manage distribution fields for non snapshot mode.

2013-04-04 Thread Daniel Dehennin
Guido Günther writes: > Hi Daniel, [...] >> +if value: >> +gbp.log.debug("Set header option '%s' to '%s'" % (opt, val)) >> +header_opts.append("--%s=%s" % (opt, val)) > > I spotted this during reviewn and the tests fail too: this is supposed > to be v

Bug#669171: [PATCH] Add option to manage distribution fields for non snapshot mode.

2013-04-04 Thread Guido Günther
Hi Daniel, On Mon, Nov 21, 2011 at 03:44:41PM +0100, Daniel Dehennin wrote: > The snapshot mode fails to merge two "debian/changelog" entries if the > distribution is not "UNRELEASED". > > * tests/11_test_dch_main.py: test the new --distribution option to > dch.main(). Add only meaningful tests,