1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
markdown-mode (2.3+154-2) unstable; urgency=medium
* debian/copyright:
- Upstream changed to GPL-3+ at 7a8b389 for the markdown-mode 2.3.
This is now reflected in the Debian package.
- Update Jason R. Blevins's copyright years.
- Update David Bremner's copyright years.
- Switch debian/* to GPL-3+. David Bremner ACKed on IRC #debian-emacs.
* Add Suggests: elpa-imenu-list; this enables a document structure sidebar
(Closes: #900305).
* Add "Enhances: emacs", because this is normal for an elpa-foo package.
* Use secure URL for Homepage.
* Drop minimum dh-elpa version, since stretch has dh-elpa_1.6.
* Declare Standards-Version: 4.3.0
- debian/control: Stop using Built-Using.
- debian/copyright: Use secure URL for Source.
* Update Vcs links to use salsa instead of alioth.
* Install upstream README.md, which documents various keyboard shortcuts
and the significance of gfm-mode.
-- Nicholas D Steeves <nsteeves@gmail.com> Wed, 23 Jan 2019 09:27:22 -0700
markdown-mode (2.3+154-1) unstable; urgency=medium
[ David Bremner ]
* debian: use debhelper compat level 10
* debian: use --with elpa
* debian: go back to using upstream's test rule.
Since it exists, and seems to work
[ Sean Whitton ]
* fix two test suite tests with dh_elpa_test
- test-markdown-ext/ikiwiki
- test-markdown-font-lock/mmd-metadata
[ Matteo F. Vescovi ]
* New upstream release (Closes: #881861)
* debian/control: debhelper version bump 9 -> 10
* debian/control: S-V bump 3.9.6 -> 4.1.2 (no changes needed)
* debian/control: Vcs-* fields updated to use https://
-- David Bremner <bremner@debian.org> Sat, 23 Dec 2017 15:55:15 -0400
markdown-mode (2.1-1) unstable; urgency=medium
* Add Built-Using header
* New upstream release
-- David Bremner <bremner@debian.org> Sun, 14 Feb 2016 12:53:29 -0400
markdown-mode (2.0snapshot78-3) unstable; urgency=medium
* Rebuild with newer dh-elpa. Should fix: "unowned directory after purge:
/usr/share/emacs24/site-lisp/elpa/", thanks to Andreas Beckmann
(Closes: #803449).
-- David Bremner <bremner@debian.org> Fri, 30 Oct 2015 07:36:44 -0300
markdown-mode (2.0snapshot78-2) unstable; urgency=medium
* Rebuild with dh-elpa 0.12. Fixes emacsen-common breakage on emacs
upgrade.
-- David Bremner <bremner@debian.org> Sat, 26 Sep 2015 09:50:00 -0300
markdown-mode (2.0snapshot78-1) unstable; urgency=low
* Initial upload (Closes: #798209).
-- David Bremner <bremner@debian.org> Sun, 13 Sep 2015 20:05:38 -0300
|