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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
markdown (1.0.2~b8-7) experimental; urgency=medium
* Make output reproducible, thanks to Chris Lamb, closes: #947608.
-- Matthew Kraai <kraai@debian.org> Sat, 28 Dec 2019 10:37:33 -0800
markdown (1.0.2~b8-6) experimental; urgency=medium
* Annotate perl dependency with :any.
-- Matt Kraai <kraai@debian.org> Sat, 13 Oct 2018 07:22:51 -0700
markdown (1.0.2~b8-5) experimental; urgency=medium
* Acknowledge NMU.
* Change "#!/usr/bin/env perl" to "#!/usr/bin/perl".
-- Matt Kraai <kraai@debian.org> Fri, 12 Oct 2018 18:25:13 -0700
markdown (1.0.2~b8-4) experimental; urgency=medium
* Non-maintainer upload.
* Markdown.pl: change NAME section of POD text to fix makewhatis entry,
by changing "B<markdown>" to "markdown - text-to-HTML conversion tool".
* debian/control: update to Standards-version 4.2.1 (but see Policy 4.1.4,
Section 3.2.2 to verify that there is no conflict).
* debian/control: add "Homepage" field.
* debian/rules: add empty build-arch target (Policy 3.9.4, Section 4.9).
* debian/source/format: created file; format is 1.0.
-- Paul Hardy <unifoundry@unifoundry.com> Mon, 08 Oct 2018 21:18:13 -0700
markdown (1.0.2~b8-3) experimental; urgency=medium
* Make the build reproducible, thanks to Chris Lamb, closes: #776925.
-- Matt Kraai <kraai@debian.org> Tue, 03 Feb 2015 07:52:13 -0800
markdown (1.0.2~b8-2) experimental; urgency=low
* Handle a list followed by a blockquote correctly, closes: #424919.
-- Matt Kraai <kraai@debian.org> Mon, 11 Jun 2007 21:59:24 -0700
markdown (1.0.2~b8-1) experimental; urgency=low
* New beta release, closes: #421845.
* Remove trailing spaces in debian/changelog and debian/rules.
* Remove debian/changelog~ and debian/control~.
* Add syntax documentation written by Joey Hess.
* Install the upstream changelog and README, closes: #421849.
-- Matt Kraai <kraai@debian.org> Wed, 09 May 2007 19:50:43 -0700
markdown (1.0.2~b7-2) experimental; urgency=low
* Add a binary-arch target.
* Change the module name to Text::Markdown.
-- Matt Kraai <kraai@debian.org> Mon, 1 Jan 2007 07:59:59 -0800
markdown (1.0.2~b7-1) experimental; urgency=low
* New beta release, closes: #380212.
-- Matt Kraai <kraai@debian.org> Wed, 30 Aug 2006 06:44:25 -0700
markdown (1.0.1-3) unstable; urgency=low
* Make the clean target in debian/rules remove debian/files, reported by
Joey Hess.
* Behave as a module if used as one, reported and patched by Joey Hess,
closes: #356143.
* Change the standards version to 3.6.2.2.
-- Matt Kraai <kraai@debian.org> Fri, 10 Mar 2006 04:50:15 -0800
markdown (1.0.1-2) unstable; urgency=low
* Remove the version history section from the manual page (closes:
#285252).
-- Matt Kraai <kraai@debian.org> Sun, 19 Dec 2004 23:11:04 -0800
markdown (1.0.1-1) unstable; urgency=low
* New release.
-- Matt Kraai <kraai@debian.org> Sun, 19 Dec 2004 08:29:05 -0800
markdown (1.0-1) unstable; urgency=low
* Package.
-- Matt Kraai <kraai@debian.org> Tue, 19 Oct 2004 05:58:08 -0700
|