Bug#830968: dch --bpo inserts an empty line in debian/changelog

Thomas Goirand zigo at debian.org
Wed Jul 13 11:51:12 UTC 2016


Package: devscripts
Version: 2.16.6
Severity: minor

Hi there,

Using dch to build backports, I'm doing:
dch --bpo -m ""

unfortunately, this makes this kind of changelog:

foo (1.2.3-4~bpo8+1) jessie-backports; urgency=medium

  * Rebuild for jessie-backports.
  *

 -- Thomas Goirand <zigo at debian.org>  SOME-DATE

Notice the empty line. To remove it, I then need to do:
sed -i -e 's/^  \* $/d' debian/changelog

which is annoying. Is there a way to have dch not produce
this empty line? So far, I haven't seen it. If not, please
add such an option. If it exists, please let me know how
to do it, and sorry for filing such a user-support bug
(though I haven't found how, and probably it'd be nice
to fix the manpage to have the --bpo option tell how to
do what I need).

Cheers,

Thomas Goirand (zigo)



More information about the devscripts-devel mailing list