Comment 3 for bug 190081

Revision history for this message
Martin Pitt (pitti) wrote :

 editmoin (1.9.1-2) unstable; urgency=low
 .
   * Import package into bzr, branching from upstream trunk
     (https://code.launchpad.net/~niemeyer/editmoin/trunk). Drop debian/patches
     and apply them inline, since that's much more convenient for merging.
     Add Vcs-Bzr: to debian/control.
   * debian/control: Fix typo in description. (Closes: #459549)
   * Add editmoin.1: manpage, based on former README. Install it in setup.py.
     (Closes: #453682)
   * Remove debian/editmoin.README.debian, superseded by manpage.
   * editmoin: Use subprocess instead of os.system() to run the editor, to
     avoid issues with weird $EDITOR values.
   * editmoin: Fix crash when the first line starting with "@ " comes before
     the first line starting with "@@". (LP: #190081)