Bug#646684: git-dch: Add option to manage distribution field

2012-08-30 Thread Daniel Dehennin
Hello, As my base “Move spawn_dch from gbp.scripts.dch to gbp.deb.changelog.ChangeLog” is rebased on latest experimental, I update this one too[1]. Regards. The following changes since commit 9a730410930b3c5f7e99926657354dc3761a4471: Convert gbp.scripts.dch to gbp.deb.changelog.ChangeLog

Bug#646684: git-dch: Add option to manage distribution field

2012-07-14 Thread Daniel Dehennin
Daniel Dehennin daniel.dehen...@baby-gnu.org writes: Hello, New patch rebased on latest experimental. I do it again, rebase on latest Move spawn_dch from gbp.scripts.dch to gbp.deb.changelog.ChangeLog The shortlog is online[1]. Regards. Footnotes: [1]

Bug#646684: git-dch: Add option to manage distribution field

2012-05-09 Thread Daniel Dehennin
Hello, New patch rebased on latest experimental. Regards. The following changes since commit 5de6410bc6c5155c38caa332321c8fe0087f819f: docs: compolete git-dch synopsis (2012-05-06 22:54:54 +0200) are available in the git repository at: git://git.baby-gnu.org/git-buildpackage

Bug#646684: git-dch: Add option to manage distribution field

2011-12-01 Thread Daniel Dehennin
Hello, I don't really know how to handle this, but my patch conflict with le latest experimental updates. So, I rebased my branch in a new topic branch: git pull git://git.baby-gnu.net/git-buildpackage dad/rebased-on-030744d/dch-configurable-changelog-entry This way, I can rebase as often as

Bug#646684: git-dch: Add option to manage distribution field

2011-12-01 Thread Guido Günther
On Thu, Dec 01, 2011 at 07:32:27PM +0100, Daniel Dehennin wrote: Hello, I don't really know how to handle this, but my patch conflict with le latest experimental updates. So, I rebased my branch in a new topic branch: git pull git://git.baby-gnu.net/git-buildpackage

Bug#646684: git-dch: Add option to manage distribution field

2011-11-25 Thread Daniel Dehennin
Hello, One draw back I just fixed, unset options without default values are None, so I do not change the ChangeLog field in that case too. My branch is now public[1]. Regards. diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py index a82c1bd..acf11eb 100644 --- a/gbp/scripts/dch.py +++

Bug#646684: git-dch: Add option to manage distribution field

2011-11-21 Thread Daniel Dehennin
Tags: patch Hello, Here is a patch[1] to implement my wish. It implements two options -D or --distribution and --force-distribution. This permit to specify the distribution when adding a new changelog section. But it permit to switch the distribution when doing a release or a snapshot too.

Bug#646684: git-dch: Add option to manage distribution field

2011-11-21 Thread Guido Günther
Hi Daniel, thanks for your patch. Here are a few comments: On Mon, Nov 21, 2011 at 04:41:58PM +0100, Daniel Dehennin wrote: [..snip..] +if options.force_distribution: +dch_options += --force-distribution + I really need to add a nicer way to pass dch options verbatim.

Bug#646684: git-dch: Add option to manage distribution field

2011-11-21 Thread Daniel Dehennin
Daniel Dehennin daniel.dehen...@baby-gnu.org writes: Tags: patch Hello, Hi, Here is a patch[1] to implement my wish. It implements two options -D or --distribution and --force-distribution. [...] There is a bug in my patch, I did not understand the purpose of parsing the changelog in

Bug#646684: git-dch: Add option to manage distribution field

2011-11-21 Thread Daniel Dehennin
Guido Günther a...@sigxcpu.org writes: Hi Daniel, Hi, +# Permit to change the distribution when ever we want +if options.distribution: +gbp.log.debug(Change distribution from {0} to {1}.format(cp['Distribution'], +

Bug#646684: git-dch: Add option to manage distribution field

2011-11-21 Thread Guido Günther
On Mon, Nov 21, 2011 at 06:37:50PM +0100, Daniel Dehennin wrote: Guido Günther a...@sigxcpu.org writes: Hi Daniel, Hi, +# Permit to change the distribution when ever we want +if options.distribution: +gbp.log.debug(Change distribution from {0} to

Bug#646684: git-dch: Add option to manage distribution field

2011-11-21 Thread Daniel Dehennin
Hello, Ok, I include a combined patches on top of experimental, my git branch[1] has two commits. I provided a poor named[2] function to modify cp with the user configuration and call it from after testing if we need a new section to avoid conflicting with it and in do_snapshot. Regards.

Bug#646684: git-dch: Add option to manage distribution field

2011-10-26 Thread Daniel Dehennin
Package: git-buildpackage Version: 0.5.32 Severity: wishlist File: /usr/bin/git-dch Dear Maintainer, I'm trying to use git-buildpackage to automate my build but I see no option to manage the distribution in debian/changelog. Maybe an option like --distribution=unstable. Another one could be