]> git.deb.at Git - pkg/mmv.git/blob - debian/changelog
Bump Standards-Version to 3.9.6
[pkg/mmv.git] / debian / changelog
1 mmv (1.01b-19) unstable; urgency=low
2
3   * Bump Standards-Version to 3.9.6.
4
5  -- 
6
7 mmv (1.01b-18) unstable; urgency=low
8
9   * Make LFS support working on 32-bit (again?) by adding the output of
10     "getconf LFS_CFLAGS" to CFLAGS.
11     + Fixes lintian warning binary-file-built-without-LFS-support
12     + Closes: #722709
13   * Switch to a dh7 style debian/rules file
14   * Bump Standards-Version to 3.9.4 (no changes)
15   * Apply wrap-and-sort
16
17  -- Axel Beckert <abe@debian.org>  Fri, 13 Sep 2013 21:42:25 +0200
18
19 mmv (1.01b-17) unstable; urgency=low
20
21   * Fix lintian warning malformed-override
22   * Fix blhc warning dpkg-buildflags-missing by passing CFLAGS explicitly.
23   * Fix double build by calling "touch build-stamp" after the build.
24   * Add Vcs-* headers
25
26  -- Axel Beckert <abe@debian.org>  Sat, 29 Dec 2012 17:14:25 +0100
27
28 mmv (1.01b-16) unstable; urgency=low
29
30   * Add myself as Uploader.
31   * Bump Standards-Version to 3.9.3 (no other changes necessary)
32   * Switch to source format "3.0 (quilt)"
33   * Add slightly modified patch by Ulrich Eckhardt to provide better
34     diagnostics for directory renaming (Closes: #584850)
35   * Add examples section to man page (Closes: #380327)
36   * Add warnings about blanks in patterns and file names when reading
37     patterns from STDIN (Mitigates: #149873)
38   * Rewrite debian/rules with oldstyle debhelper utilities
39     + Use compat-level 9
40     + Add build-dependency on debhelper >= 9~
41   * Fix lintian-warnings debian-rules-missing-recommended-target
42   * Use hardening build flags
43     + Add build-dependency on dpkg-dev >= 1.16.1~
44     + Add patch to fix FTBFS with -Werror=format-security
45   * Fix wrong license reference in debian/copyright
46   * Add some lintian overrides related to non-existent upstream web page
47     or upstream changelog.
48
49  -- Axel Beckert <abe@debian.org>  Sat, 29 Dec 2012 03:37:29 +0100
50
51 mmv (1.01b-15) unstable; urgency=low
52
53   * New Maintainer (closes: #485999)
54   * Update to Standards-Version 3.8.1:
55     - Switch from DEB_BUILD_OPTIONS debug to noopt, add support for parallel.
56   * Replace call to dh_md5sums with direct creation and remove Build-Depends
57     on debhelper.
58   * Don't ignore make clean errors anymore and use $(MAKE) instead of make in
59     debian/rules.
60   * Add empty line before .ce The Task Options (closes: #411182)
61   * Initialize tv_usec (closes: #452993)
62   * Add mising linebreak to an italic line (closes: #411181)
63   * Wrap cmdname in basename() (closes: #452989)
64   * Add reference to the full text of the GPL file in the common-licenses
65     directory.
66   * Escape all relevant dashes in the manpage to not turn them into hyphens.
67
68  -- Gerfried Fuchs <rhonda@debian.at>  Sat, 30 May 2009 18:08:18 +0200
69
70 mmv (1.01b-14) unstable; urgency=low
71
72   * Thanks for NMU to Joey, Ai and Uwe
73   * applied Patch to initialize var (Closes: Bug #316363)
74   * removed 2 dozent GCC warnings (uninitialized, unused, ambiquous else)
75
76  -- Bernd Eckenfels <ecki@debian.org>  Sat, 04 Feb 2006 23:58:43 +0100
77
78 mmv (1.01b-12.3) unstable; urgency=low
79
80   * NMU
81   * Remove postinst and prerm, finishing /usr/doc transition. Closes: #322813
82
83  -- Joey Hess <joeyh@debian.org>  Tue, 10 Jan 2006 00:54:51 -0500
84
85 mmv (1.01b-12.2) unstable; urgency=low
86
87   * NMU
88   * Fix segfault at startup on amd64 (and possibly other architectures)
89     due to implicit declaration of functions from stdlib.h. (Closes: #322541)
90
91  -- Ari Pollak <ari@debian.org>  Sat, 13 Aug 2005 01:01:13 -0400
92
93 mmv (1.01b-12.1) unstable; urgency=low
94
95   * Non-Maintainer Upload (BSP 2005-08-06).
96   * Fixed FTBFS with gcc 3.4 / 4.0 by applying patch from
97     Andreas Jochens (Closes: #260574).
98
99  -- Uwe Hermann <uwe@debian.org>  Sat,  6 Aug 2005 22:07:06 +0200
100
101 mmv (1.01b-12) unstable; urgency=low
102
103   * LFS support! (not sure if this breaks something :) (Closes: Bug #106822)
104   * support -- as option terminator (Closes: Bug #52417)
105
106  -- Bernd Eckenfels <ecki@debian.org>  Tue, 20 Nov 2001 19:03:24 +0100
107
108 mmv (1.01b-11) unstable; urgency=medium
109
110   * added Build-Depends (Closes: Bug #105025)
111   * bumped Standards Version from 3.0.1 to 3.6.5
112   * make strig/-g depending on environemnt variable
113   * added a comment about quoting 'to' patter (Closes: Bug #106076)
114
115  -- Bernd Eckenfels <ecki@debian.org>  Sat, 10 Nov 2001 18:28:56 +0100
116
117 mmv (1.01b-10.1) unstable; urgency=LOW
118
119   * reupload cause it was rejected
120
121  -- Bernd Eckenfels <ecki@debian.org>  Thu,  3 Aug 2000 02:38:20 +0200
122
123 mmv (1.01b-10) unstable; urgency=LOW
124
125   * debian/rules clean will now kill *~ files
126
127  -- Bernd Eckenfels <ecki@debian.org>  Sun, 23 Jul 2000 04:28:46 +0200
128
129 mmv (1.01b-9) unstable; urgency=LOW
130
131   * closes: #67605 (no special handling for char > 127 anymore)
132   * clsoes: #60128 (i think it was fixed by hartmut already)
133   * man page and doc now in /usr/share, new standards version
134
135  -- Bernd Eckenfels <ecki@debian.org>  Sun, 23 Jul 2000 04:08:19 +0200
136
137 mmv (1.01b-8.1) unstable; urgency=LOW
138
139   * NMU
140   * fixed the invalid initializer for glibc-2.1
141   * closes: #31929
142   * changed in debian/rules in the clean target:
143       + /bin/rm -f  into -rm -f 
144       + make into -make
145       + added *~
146
147  -- Hartmut Koptein <koptein@debian.org>  Fri,  9 Jul 1999 10:24:17 +0200
148
149 mmv (1.01b-8) unstable; urgency=LOW
150
151   * should compile now with different headers (Bug#26955).
152
153  -- Bernd Eckenfels <ecki@debian.org>  Sun,  1 Nov 1998 05:36:36 +0100
154
155 mmv (1.01b-7) frozen unstable; urgency=LOW
156
157   * Remove debian/files with make clean (Bug#21526).
158
159  -- Michael Meskes <meskes@debian.org>  Wed, 22 Apr 1998 16:19:30 +0200
160
161 mmv (1.01b-6) frozen unstable; urgency=LOW
162
163   * Make lintian happy.
164
165  -- Michael Meskes <meskes@debian.org>  Fri, 17 Apr 1998 14:36:19 +0200
166
167 mmv (1.01b-5) unstable; urgency=LOW
168
169   * Added new copyright notice and moved package back into main.
170     My thanks go to Joost for getting into touch with the upstream author.
171
172  -- Michael Meskes <meskes@debian.org>  Thu,  5 Mar 1998 10:42:42 +0100
173
174 mmv (1.01b-4) unstable; urgency=LOW
175
176   * Updated standard
177   * Added man page links.
178
179  -- Michael Meskes <meskes@debian.org>  Fri, 27 Feb 1998 15:33:54 +0100
180
181 mmv (1.01b-3) unstable; urgency=LOW
182
183   * Moved package to non-free. Sorry, I cannot reach the upstream author to
184     clarify the problems with his copyright. (#14908).
185   * Do not comress copyright file. (#14460)
186
187  -- Michael Meskes <meskes@debian.org>  Fri, 19 Dec 1997 10:47:37 +0100
188
189 mmv (1.01b-2) unstable; urgency=LOW
190
191   * Put copyright file into /usr/doc/mmv/copyright (#10623)
192   * Removed -m486 option in Makefile (#10780).
193   * Corrected man page permission (#4913).
194   * Compiled against libc6.
195
196  -- Michael Meskes <meskes@debian.org>  Tue,  5 Aug 1997 13:11:36 +0200
197
198 mmv (1.01b-1) unstable; urgency=LOW
199
200   * Initial release
201
202  -- Michael Meskes <meskes@debian.org>  Tue, 15 Oct 1996 13:02:46 +0200