File: changelog

package info (click to toggle)
mmv 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,452 kB
  • sloc: ansic: 28,688; sh: 7,581; makefile: 45
file content (285 lines) | stat: -rw-r--r-- 10,508 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
mmv (2.5.1-1) unstable; urgency=high

  * Upstream bugfix release.
    + Fixes realloc() crash by reverting to an older gnulib release.
      (Closes: #1042020)

 -- Axel Beckert <abe@debian.org>  Wed, 06 Sep 2023 22:40:52 +0200

mmv (2.5-1) unstable; urgency=medium

  * Minor upstream bugfix release.
    + Update licenses for upstream generated files under lib. (GPL → LGPL)
    + Also update upstream copyright years.
  * Add patch to fix minor man page issue (\\ vs \e).

 -- Axel Beckert <abe@debian.org>  Fri, 21 Jul 2023 13:29:31 +0200

mmv (2.4-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove versioned Build-Depends on dpkg-dev unnecessary since Jessie.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Axel Beckert ]
  * debian/watch: Use Github API as release page no more contains
    assets. 😒
  * Import new upstream release 2.4.
    + Drop m4/std-gnu11.m4 from debian/copyright. Thanks Lintian!
    + Bump copyright years in debian/copyright.
  * Bracketize lintian overrides.
  * Declare compliance with Debian Policy 4.6.2. (No changes needed.)

 -- Axel Beckert <abe@debian.org>  Thu, 15 Jun 2023 00:14:10 +0200

mmv (2.3-1) unstable; urgency=medium

  * New upstream minor bugfix release.
    + Drop build-aux/ltmain.sh from debian/copyright —- no more shipped.
    + Update main license from GPL to GPL-3+ and remove lintian override.

 -- Axel Beckert <abe@debian.org>  Mon, 14 Mar 2022 00:12:07 +0100

mmv (2.1-1) unstable; urgency=medium

  * Move packaging git repo to Salsa and update Vcs-* header accordingly.
  * Bump debhelper compat level to 13 and use debhelper-comapt build-dep
    instead of debian/compat.
  * Enable all hardening build flags. Thanks Lintian!
  * Remove trailing whitespace in debian/changelog. Thanks Lintian!
  * Set "Rules-Requires-Root: no". Thanks Lintian!
  * Convert debian/copyright to machine-readable DEP-5 format.
    + Add lintian override for copyright-refers-to-symlink-license as the
      upstream statement didn't mention a version, just "the GPL", and
      hence any version should acceptable.
  * Switch to new upstream at https://github.com/rrthomas/mmv.
    + Add a debian/watch file and drop according lintian overrides.
    + Add Homepage header and drop according lintian overrides.
  * Import new upstream release 2.1. (Closes: #985325, #1006481)
    + Removes ability to append. Update package description and links in
      debian/links accordingly.
    + Removes (buggy) ability to read output from "mmv -n" and rename
      files accordingly. Suggest renameutils instead. (Closes: #149873)
    + Add a NEWS.Debian file mentioning these two feature removals.
    + Drop remaining original lintian override "no-upstream-changelog".
    + Drop all patches. All issues fixed upstream according to upstream.
    + Drop binary links from debian/links, upstream installation routines
      already create them now.
    + Drop debian/dirs, upstream installation routines already take care.
    + Drop debian/docs as the README file now has a common, detected name.
    + debian/rules: Drop hardcoded configuration variables. Thanks Reuben
      Thomas for that hint!
    + Add new build-dependencies (thanks to Reuben Thomas for some hints):
      gengetopt, help2man, pkg-config and libgc-dev.
    + Update debian/copyright.
    + Add lintian override for too long lines in aclocal.m4.
  * Declare compliance with Debian Policy 4.6.0. (No further changes were
    needed.)
  * Update package description as suggested by the new upstream.

 -- Axel Beckert <abe@debian.org>  Sun, 27 Feb 2022 21:55:46 +0100

mmv (1.01b-19) unstable; urgency=medium

  * Update my name/email address.
  * Bump Standards-Version to 3.9.6.

 -- Rhonda D'Vine <rhonda@debian.org>  Thu, 21 Jan 2016 21:12:20 +0100

mmv (1.01b-18) unstable; urgency=low

  * Make LFS support working on 32-bit (again?) by adding the output of
    "getconf LFS_CFLAGS" to CFLAGS.
    + Fixes lintian warning binary-file-built-without-LFS-support
    + Closes: #722709
  * Switch to a dh7 style debian/rules file
  * Bump Standards-Version to 3.9.4 (no changes)
  * Apply wrap-and-sort

 -- Axel Beckert <abe@debian.org>  Fri, 13 Sep 2013 21:42:25 +0200

mmv (1.01b-17) unstable; urgency=low

  * Fix lintian warning malformed-override
  * Fix blhc warning dpkg-buildflags-missing by passing CFLAGS explicitly.
  * Fix double build by calling "touch build-stamp" after the build.
  * Add Vcs-* headers

 -- Axel Beckert <abe@debian.org>  Sat, 29 Dec 2012 17:14:25 +0100

mmv (1.01b-16) unstable; urgency=low

  * Add myself as Uploader.
  * Bump Standards-Version to 3.9.3 (no other changes necessary)
  * Switch to source format "3.0 (quilt)"
  * Add slightly modified patch by Ulrich Eckhardt to provide better
    diagnostics for directory renaming (Closes: #584850)
  * Add examples section to man page (Closes: #380327)
  * Add warnings about blanks in patterns and file names when reading
    patterns from STDIN (Mitigates: #149873)
  * Rewrite debian/rules with oldstyle debhelper utilities
    + Use compat-level 9
    + Add build-dependency on debhelper >= 9~
  * Fix lintian-warnings debian-rules-missing-recommended-target
  * Use hardening build flags
    + Add build-dependency on dpkg-dev >= 1.16.1~
    + Add patch to fix FTBFS with -Werror=format-security
  * Fix wrong license reference in debian/copyright
  * Add some lintian overrides related to non-existent upstream web page
    or upstream changelog.

 -- Axel Beckert <abe@debian.org>  Sat, 29 Dec 2012 03:37:29 +0100

mmv (1.01b-15) unstable; urgency=low

  * New Maintainer (closes: #485999)
  * Update to Standards-Version 3.8.1:
    - Switch from DEB_BUILD_OPTIONS debug to noopt, add support for parallel.
  * Replace call to dh_md5sums with direct creation and remove Build-Depends
    on debhelper.
  * Don't ignore make clean errors anymore and use $(MAKE) instead of make in
    debian/rules.
  * Add empty line before .ce The Task Options (closes: #411182)
  * Initialize tv_usec (closes: #452993)
  * Add mising linebreak to an italic line (closes: #411181)
  * Wrap cmdname in basename() (closes: #452989)
  * Add reference to the full text of the GPL file in the common-licenses
    directory.
  * Escape all relevant dashes in the manpage to not turn them into hyphens.

 -- Gerfried Fuchs <rhonda@debian.at>  Sat, 30 May 2009 18:08:18 +0200

mmv (1.01b-14) unstable; urgency=low

  * Thanks for NMU to Joey, Ai and Uwe
  * applied Patch to initialize var (Closes: Bug #316363)
  * removed 2 dozent GCC warnings (uninitialized, unused, ambiquous else)

 -- Bernd Eckenfels <ecki@debian.org>  Sat, 04 Feb 2006 23:58:43 +0100

mmv (1.01b-12.3) unstable; urgency=low

  * NMU
  * Remove postinst and prerm, finishing /usr/doc transition. Closes: #322813

 -- Joey Hess <joeyh@debian.org>  Tue, 10 Jan 2006 00:54:51 -0500

mmv (1.01b-12.2) unstable; urgency=low

  * NMU
  * Fix segfault at startup on amd64 (and possibly other architectures)
    due to implicit declaration of functions from stdlib.h. (Closes: #322541)

 -- Ari Pollak <ari@debian.org>  Sat, 13 Aug 2005 01:01:13 -0400

mmv (1.01b-12.1) unstable; urgency=low

  * Non-Maintainer Upload (BSP 2005-08-06).
  * Fixed FTBFS with gcc 3.4 / 4.0 by applying patch from
    Andreas Jochens (Closes: #260574).

 -- Uwe Hermann <uwe@debian.org>  Sat,  6 Aug 2005 22:07:06 +0200

mmv (1.01b-12) unstable; urgency=low

  * LFS support! (not sure if this breaks something :) (Closes: Bug #106822)
  * support -- as option terminator (Closes: Bug #52417)

 -- Bernd Eckenfels <ecki@debian.org>  Tue, 20 Nov 2001 19:03:24 +0100

mmv (1.01b-11) unstable; urgency=medium

  * added Build-Depends (Closes: Bug #105025)
  * bumped Standards Version from 3.0.1 to 3.6.5
  * make strig/-g depending on environemnt variable
  * added a comment about quoting 'to' patter (Closes: Bug #106076)

 -- Bernd Eckenfels <ecki@debian.org>  Sat, 10 Nov 2001 18:28:56 +0100

mmv (1.01b-10.1) unstable; urgency=LOW

  * reupload cause it was rejected

 -- Bernd Eckenfels <ecki@debian.org>  Thu,  3 Aug 2000 02:38:20 +0200

mmv (1.01b-10) unstable; urgency=LOW

  * debian/rules clean will now kill *~ files

 -- Bernd Eckenfels <ecki@debian.org>  Sun, 23 Jul 2000 04:28:46 +0200

mmv (1.01b-9) unstable; urgency=LOW

  * closes: #67605 (no special handling for char > 127 anymore)
  * clsoes: #60128 (i think it was fixed by hartmut already)
  * man page and doc now in /usr/share, new standards version

 -- Bernd Eckenfels <ecki@debian.org>  Sun, 23 Jul 2000 04:08:19 +0200

mmv (1.01b-8.1) unstable; urgency=LOW

  * NMU
  * fixed the invalid initializer for glibc-2.1
  * closes: #31929
  * changed in debian/rules in the clean target:
      + /bin/rm -f  into -rm -f
      + make into -make
      + added *~

 -- Hartmut Koptein <koptein@debian.org>  Fri,  9 Jul 1999 10:24:17 +0200

mmv (1.01b-8) unstable; urgency=LOW

  * should compile now with different headers (Bug#26955).

 -- Bernd Eckenfels <ecki@debian.org>  Sun,  1 Nov 1998 05:36:36 +0100

mmv (1.01b-7) frozen unstable; urgency=LOW

  * Remove debian/files with make clean (Bug#21526).

 -- Michael Meskes <meskes@debian.org>  Wed, 22 Apr 1998 16:19:30 +0200

mmv (1.01b-6) frozen unstable; urgency=LOW

  * Make lintian happy.

 -- Michael Meskes <meskes@debian.org>  Fri, 17 Apr 1998 14:36:19 +0200

mmv (1.01b-5) unstable; urgency=LOW

  * Added new copyright notice and moved package back into main.
    My thanks go to Joost for getting into touch with the upstream author.

 -- Michael Meskes <meskes@debian.org>  Thu,  5 Mar 1998 10:42:42 +0100

mmv (1.01b-4) unstable; urgency=LOW

  * Updated standard
  * Added man page links.

 -- Michael Meskes <meskes@debian.org>  Fri, 27 Feb 1998 15:33:54 +0100

mmv (1.01b-3) unstable; urgency=LOW

  * Moved package to non-free. Sorry, I cannot reach the upstream author to
    clarify the problems with his copyright. (#14908).
  * Do not comress copyright file. (#14460)

 -- Michael Meskes <meskes@debian.org>  Fri, 19 Dec 1997 10:47:37 +0100

mmv (1.01b-2) unstable; urgency=LOW

  * Put copyright file into /usr/doc/mmv/copyright (#10623)
  * Removed -m486 option in Makefile (#10780).
  * Corrected man page permission (#4913).
  * Compiled against libc6.

 -- Michael Meskes <meskes@debian.org>  Tue,  5 Aug 1997 13:11:36 +0200

mmv (1.01b-1) unstable; urgency=LOW

  * Initial release

 -- Michael Meskes <meskes@debian.org>  Tue, 15 Oct 1996 13:02:46 +0200