Package: devscripts
Version: 2.9.20
Severity: wishlist

I suppose the following behavior is intentional as it keeps changelogs
chronological:

$ cat debian/changelog
PACKAGE (VERSION) UNRELEASED; urgency=low

  [ Peter Eisentraut ]
  * blah

  [ Joe Developer ]
  * blah

 -- Peter Eisentraut <[EMAIL PROTECTED]>  Fri, 18 Aug 2006 00:30:36 +0200
$ dch 'foo'
$ cat debian/changelog
PACKAGE (VERSION) UNRELEASED; urgency=low

  [ Peter Eisentraut ]
  * blah

  [ Joe Developer ]
  * blah

  [ Peter Eisentraut ]
  * foo

 -- Peter Eisentraut <[EMAIL PROTECTED]>  Fri, 18 Aug 2006 00:36:21 +0200

This does not, however, match the actual practice in the packages that
I'm involved in.  I would appreciate a mode that kept all the changes
made by one name in one block, that is:

PACKAGE (VERSION) UNRELEASED; urgency=low

  [ Peter Eisentraut ]
  * blah
  * foo

  [ Joe Developer ]
  * blah

 -- Peter Eisentraut <[EMAIL PROTECTED]>  Fri, 18 Aug 2006 00:36:21 +0200


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to