Create or Append a debian/changelog Entry

Since i always have to look this up, everytime i need it, i write it down once, as “note to self”! NAME=”John Smith” EMAIL=j.smith@example.org \ dch –create \ –package my-package \ –newversion 0.1 \ “Initial release” And that’s it! 🙂