File: changelog

package info (click to toggle)
mb2md 3.20-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 37
  • sloc: perl: 2,170; makefile: 6; sh: 3
file content (175 lines) | stat: -rw-r--r-- 6,184 bytes parent folder | download
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
mb2md (3.20-8) unstable; urgency=low

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.

  [ Axel Beckert ]
  * Switch Vcs-Browser header from http:// to https://.
  * Declare compliance with Debian Policy 3.9.8. (No changes needed.)
  * Remove trailing blank line from debian/changelog.
  * Convert debian/copyright to machine-readable DEP5 format
    + The packaging is licensed under GPLv3 as Noël stated in a private,
      signed e-mail to me.
  * Refresh all patches to get rid of small line offsets.
  * Add minimal test suite for build time and as-installed testing.
    + Add patch to take home directory from $HOME if set.
    + Add b-d on libpath-tiny-perl and libtest-command-simple-perl.
    + Raise versioned debhelper b-d to ≥ 9.20141010 for <!nocheck>.
    + Add versioned dpkg-dev build-dependency for <!nocheck>.
  * Fix Make-source-and-destination-path-expansion-behave-mo.patch to work
    properly in one more case. (Closes: #818678)

 -- Axel Beckert <abe@debian.org>  Sun, 22 May 2016 18:35:10 +0200

mb2md (3.20-7) unstable; urgency=medium

  * Team upload
  * Only prepend working directory to relative paths
    (Closes: #759912)

 -- David Bremner <bremner@debian.org>  Sun, 31 Aug 2014 17:24:47 -0700

mb2md (3.20-6) unstable; urgency=medium

  [ Axel Beckert ]
  * Change section from net to mail
  * Redact short and long description
  * Bump Standards-Version to 3.9.5 (no changes).
  * Fix typo in previous changelog entry.
  * Fix UW-IMAP misspelling in multiple places. Thanks Jonas Smedegaard!
    (Closes: #757601)
  * Switch Vcs-Browser URL to new preferred cgit web interface.

  [ gregor herrmann ]
  * debian/watch: don't try to run uupdate.

 -- Axel Beckert <abe@debian.org>  Sun, 10 Aug 2014 14:44:02 +0200

mb2md (3.20-5) unstable; urgency=low

  * Friendly package take over (Noël granted me to do whatever I consider
    to be the right thing for the package. :-)
    + Move package to team maintenance under the Debian Perl Group.
    + Set Noël and me as Uploaders.
    + Use git for packaging, add according Vcs-* headers
  * Apply wrap-and-sort.
  * Update script name (well, version number) in debian/copyright
  * Change perl5 dependency to perl
  * Bump debhelper compatibility to 9
    + Update versioned debhelper build-dependency accordingly
  * Switch to source format "3.0 (quilt)"
    + Move mb2md.1 and USAGE to the debian subdirectory and update paths
      in debian/rules and debian/docs accordingly.
  * Remove generated mb2md.1 from source and add it to debian/clean
  * Revamp debian/rules:
    + Fix lintian warning dh-clean-k-is-deprecated
    + Fix lintian warning debian-rules-missing-recommended-target
    + Fix lintian warning binary-arch-rules-but-pkg-is-arch-indep
    + Remove unused, commented code
    + Remove all code related to compiling C code
    + No more clean up stamp files manually (dh_clean does that now)
    + Use debian/manpages instead of dh_installman parameters
    + Use dh_install and debian/install (with dh-exec, build-dependency
      added) instead of calling cp manually.
    + Finally switch to a dh7 style debian/rules file.
  * Fix further lintian warnings:
    + description-possibly-contains-homepage and no-homepage-field
    + debhelper-but-no-misc-depends
  * Bump Standards-Version to 3.9.4 (no further changes)
  * Add patch to make source and destination path expansion behave more
    like most users expect it. (Closes: #594049)
    + Update man page and USAGE accordingly
  * Add patch by Bastien Mourgues to fix the -r option (Closes: #333499)
  * Add patch to more reliably detect separator lines (Closes: #578084)

 -- Axel Beckert <abe@debian.org>  Fri, 18 Oct 2013 21:17:46 +0200

mb2md (3.20-4) unstable; urgency=low

  * Update documentation (closes: #438891, #438893, #438896, #438898)
    (Patch from Thijs Kinkhorst <thijs@d.o) Thanks a lot
  * Updated Standards-Version with changes

 -- Noèl Köthe <noel@debian.org>  Wed, 19 Mar 2008 14:02:36 +0100

mb2md (3.20-3) unstable; urgency=low

  * updated Standards-Version
  * corrected description
    (closes: Bug#421764)

 -- Noèl Köthe <noel@debian.org>  Mon, 18 Jun 2007 15:32:27 +0200

mb2md (3.20-2) unstable; urgency=low

  * fixed manpage typo
    (closes: Bug#280797)
  * updated Standards-Version
  * added watchfile

 -- Noèl Köthe <noel@debian.org>  Mon, 04 Jul 2005 22:38:35 +0200

mb2md (3.20-1) unstable; urgency=low

  * new upstream release 2004-03-28
  * added support for \r\n mboxes
    (closes: Bug#231190)
    (closes: Bug#231188)
  * "follow the Maildir spec more closely"
    (closes: Bug#208240)

 -- Noèl Köthe <noel@debian.org>  Fri, 09 Apr 2004 14:29:28 +0200

mb2md (3.10-6) unstable; urgency=low

  * updated Standards-Version
  * control, copyright and changelog are now utf8
  * correct mb2md-h in manpage
    (closes: Bug#207563)
  * added missing USAGE to package and a hint into the manpage
    (closes: Bug#207571)
    (closes: Bug#207566)

 -- Noèl Köthe <noel@debian.org>  Wed, 10 Sep 2003 21:40:00 +0200

mb2md (3.10-5) unstable; urgency=low

  * added missing build-dep docbook-to-man
    (closes: Bug#191726)

 -- Noel Koethe <noel@debian.org>  Mon,  5 May 2003 20:34:00 +0100

mb2md (3.10-4) unstable; urgency=low

  * command name is now "mb2md" without version and without .pl
    (closes: Bug#191614)
  * added manpage to the package
    (closes: Bug#189608)

 -- Noel Koethe <noel@debian.org>  Fri,  2 May 2003 11:58:00 +0100

mb2md (3.10-3) unstable; urgency=low

  * added patch from Glen Harris which added correct handling
    when $MAIL isn't set.
    (closes: Bug#187532)
  * fixed spelling error in description
  * updated Standards-Version to 3.5.9

 -- Noel Koethe <noel@debian.org>  Sun,  6 Apr 2003 22:38:00 +0100

mb2md (3.10-2) unstable; urgency=low

  * corrected debian/rules for the missing Debian changelog

 -- Noel Koethe <noel@debian.org>  Sat,  8 Mar 2003 12:17:00 +0100

mb2md (3.10-1) unstable; urgency=low

  * Initial Release.
    (closes: Bug#183073)

 -- Noel Koethe <noel@debian.org>  Fri,  7 Mar 2003 22:03:12 +0100