Package: git-buildpackage Version: 0.6.32 Severity: normal Hi!
I've got a package where `gbp dch` doesn't reset the version in the changelog, when called with `--team`. It works fine without `--team`. Example: $ gbp dch --release --commit ruby-xml-simple (1.1.5-1) unstable; urgency=medium * Refresh packaging with dh-make-ruby -w and move package to DRE team * Imported Upstream version 1.1.5 * Update Homepage field * Drop compat lib/xmlsimple.rb file -- Christian Hofstaedtler <[email protected]> Tue, 18 Aug 2015 15:00:59 +0000 $ gbp dch --release --team --commit ruby-xml-simple (1.1.1-2) unstable; urgency=medium * Team upload. * Refresh packaging with dh-make-ruby -w and move package to DRE team * Imported Upstream version 1.1.5 * Update Homepage field * Drop compat lib/xmlsimple.rb file -- Christian Hofstaedtler <[email protected]> Tue, 18 Aug 2015 15:04:11 +0000 (Note the different version numbers.) $ git log --oneline 13c236a Drop compat lib/xmlsimple.rb file f4f4d85 Update Homepage field 3e5485b Merge tag 'upstream/1.1.5' 0a980b8 Imported Upstream version 1.1.5 58bfd92 Refresh packaging with dh-make-ruby -w and move package to DRE team 74e4227 Imported Debian patch 1.1.1-1 5c62531 Imported Upstream version 1.1.1 $ git show upstream/1.1.5 tag upstream/1.1.5 Tagger: Christian Hofstaedtler <[email protected]> Date: Tue Aug 18 14:54:27 2015 +0000 Upstream version 1.1.5 commit 0a980b86257b8c918317e716f9309abd906573ea Author: Christian Hofstaedtler <[email protected]> Date: Tue Aug 18 14:54:26 2015 +0000 Imported Upstream version 1.1.5 I'm making a temporary copy of the git repository in it's current state, but I'm not sure how long I'll keep it after DebConf15. Thanks, Christian -- ,''`. Christian Hofstaedtler <[email protected]> : :' : Debian Developer `. `' 7D1A CFFA D9E0 806C 9C4C D392 5C13 D6DB 9305 2E03 `-

