File: changelog

package info (click to toggle)
mt-st 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 263
  • sloc: ansic: 1,713; makefile: 84; sh: 18
file content (251 lines) | stat: -rw-r--r-- 9,650 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
mt-st (1.3-1) unstable; urgency=medium

  * New upstream release (1.2 and 1.3), most important changes:
    - Many more density codes
    - Improve default tape device handling (check it is actually a
      character device)
    - Add support for Linux 4.6+'s ability to configure the size of tape
      partition #0 (via a negative argument to `mkpartition`)
    - Fix bug in stinit's parsing of the configuration file regarding
      per-mode definitions
    - Various man page updates
  * Update standards version to 3.9.8 (no changes)
  * Remove all current patches, as they were included upstream
  * Restrict architecture to linux-any, since this needs linux headers to
    build and also is only useful on Linux kernels
  * Redo device setting activation, removing the init script and modprobe
    configuration file (see NEWS.Debian) while keeping an improved udev
    rule (Closes: #796629, #775013).
  * Enable full hardening of the package.

 -- Iustin Pop <iustin@debian.org>  Fri, 06 May 2016 01:41:12 +0200

mt-st (1.1-6) unstable; urgency=medium

  * Adopt package (Closes: #698986)
  * Import packaging into git, so add Vcs-* control fields
  * Add Homepage control field (Closes: #739693)
  * Add patch to note that erase is a 'full' erase (Closes: #739694)
  * Add man page patch regarding the mtio.h header file (Closes: #739694)
  * Fix description to no longer say it diverts mt-gnu.
    Thanks to Ben Harris for noticing! (Closes: #727112)
  * Bump Standards-Version to 3.9.5 (no changes needed)
  * Improve hardening of the package
  * Source /lib/lsb/init-functions in init script (should make the package
    work better with systemd)

 -- Iustin Pop <iustin@debian.org>  Sat, 19 Jul 2014 15:10:05 +0200

mt-st (1.1-5) unstable; urgency=low

  * QA upload.
  * Set Maintainer to Debian QA Group <packages@qa.debian.org> (cf. #698986).
  * Update standards version to 3.9.4 (no changes).
  * Switch to dh.
  * Rebuilding with a newer debhelper moves the udev rule to /lib/udev.
    Closes: #622566.
  * Support stshowoptions command. Closes: #650236.
  * Don't show warning for kernels newer than 2.6.

 -- Ivo De Decker <ivo.dedecker@ugent.be>  Sat, 01 Jun 2013 22:52:07 +0200

mt-st (1.1-4) unstable; urgency=low

  * Add ".conf" suffix to modprobe.d snippet. Closes: #518245.
    (Just rely on a recent debhelper version to do this.)
  * Bump Standards version to 3.8.1 (no changes).
  * Add a remark for mtio.h (taken from glibc) to debian/copyright.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Fri, 20 Mar 2009 02:28:53 +0100

mt-st (1.1-3) unstable; urgency=low

  * Document that udev has invalidated both glibc and kernel
    documentation by changing the /dev/tape symlink into a
    directory. Talk about backwards-compatible changes.
    As there's no sensible default left, this is all I can do.
    Closes: #499152.
  * Minor packaging cleanup changes.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Sun, 01 Mar 2009 16:36:22 +0100

mt-st (1.1-2) unstable; urgency=low

  * Update debian/copyright.
  * Bump Standards version to 3.8.0.
  * Switch to debhelper v7.
  * Drop build-dep on obsolete linux-kernel-headers package.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Wed, 11 Jun 2008 23:22:29 +0200

mt-st (1.1-1) unstable; urgency=low

  * New upstream version.
  * Patches 10,12,14 have been applied upstream, 11 is obsolete;
    dropped.
  * New patch 15 to fix a couple of gcc warnings.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Tue, 27 May 2008 15:19:12 +0200

mt-st (0.9b-6) unstable; urgency=low

  * Bump Standards version to 3.7.3 (no changes) and
    debhelper to v6.
  * Drop update-modules support. Closes: #440700.
  * Reformat and clarify copyright file.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Fri, 11 Apr 2008 22:47:32 +0200

mt-st (0.9b-5) unstable; urgency=low

  * Introduce dpatch.
  * Fix an off-by-one error when reporting mode numbers. Closes: #437259.
    Thanks to Joerg Sommrey for noticing!
  * Prevent upstream from stripping the binaries. Closes: #437588.
  * Do not ignore errors from 'make clean' (upstream only does one rm -f
    there, so there's nothing to ignore anyway).

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Mon, 20 Aug 2007 01:12:09 +0200

mt-st (0.9b-4) unstable; urgency=medium

  * Fix #include statements to accommodate the linux-kernel-headers /
    linux-libc-dev transition. This closes an FTBFS bug, so raised urgency.
    Closes: #428948. Thanks to Lucas Nussbaum.
  * Add density code for LTO-3 drives. Closes: #429589. Thanks to Mike
    Castleman.
  * Add LSB header to initscript.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Fri, 15 Jun 2007 10:48:05 +0200

mt-st (0.9b-3) unstable; urgency=low

  * Work around something I believe to be a debhelper issue:
    Fix postrm exit status, closes: #381901, forwarded as #381940.
    Thanks to Eric Lavarde.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Sat, 12 Aug 2006 15:01:23 +0200

mt-st (0.9b-2) unstable; urgency=low

  * linux-kernel-headers was meant to be a _build_-dependency. Sorry.
    Adjust dependencies, closes: #378391.
  * Introduce udev rules to augment the list of scripts that may
    be triggered by module load/unload and device insertion;
    thanks to Alex Owen. Closes: #251114.
  * Entrust most of the installation/removal package scripts' content
    to debhelper.
  * Update upstream hostname in debian/copyright in order to match
    upstream's license file.
  * Include a debian/watch file.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Mon, 17 Jul 2006 00:58:55 +0200

mt-st (0.9b-1) unstable; urgency=low

  * Take over the orphaned package. Closes: #374122.
  * New upstream version, closes: #294646.
    * Copy SG 3.x protocol definitions from the (2.6-)kernel scsi/sg.h
      header. The stinit code provides a fallback, so this is safe
      when running on kernels < 2.6.
    * Introduce a new build-dependency on linux-kernel-headers for
      the copied kernel header.
  * Supply modprobe.d/ snippet in analogy to the already existing
    modutils config file. Closes: #251114.
  * Bump debhelper to version 5, clean up package build process.
  * Remove -g from the compiler options.

 -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Sun,  9 Jul 2006 02:47:08 +0200

mt-st (0.8-2) unstable; urgency=low

  * QA Upload
  * Set Maintainer to QA Group (Orphaned, #374122)
  * Fix short package description (Closes: #374877)
  * Bump up compat level, depend on at least dh 4.0.0
  * Prefer using invoke-rc.d instead of directly calling the init
    script in postinst.
  * Call update-modules only if command exists, otherwise package
    fails to install on module-less kernels (Closes: #271230)
  * Conforms to latest Standards Version

 -- Michael Ablassmeier <abi@debian.org>  Thu,  6 Jul 2006 11:11:04 +0200

mt-st (0.8-1) unstable; urgency=low

  * New upstream version.
  * Updated copyright to specify both copyrights and licensing terms.
  * Dropped the .lsm from mt-st.docs, it's redundant.

 -- Philippe Troin <phil@fifi.org>  Wed, 14 Apr 2004 16:20:38 -0700

mt-st (0.7-3) unstable; urgency=low

  * Run update-modules for purge, not remove in postrm; closes: #145646.
  * Update debian/rules with the new rules for DEB_BUILD_OPTIONS (noopt).
  * Now compliant with Standards-Version 3.6.1.0.
  * Applied a patch from upstream to fix a bug when stinit fails to
    initialize the second of two identical drives.
  * Changed build-depends on debhelper for v 3.0.0 instead of 2.2.0.
  * Removed debian/mt-st.conffiles since debhelper does it for us.

 -- Philippe Troin <phil@fifi.org>  Fri, 12 Mar 2004 17:14:20 -0800

mt-st (0.7-2) unstable; urgency=low

  * Allow stinit to detect tapes when /dev/tape<n> does not match the st
    driver's idea of tape number <n>. This can happen with a modularized
    st driver that is inserted and removed more than once.

 -- Philippe Troin <phil@fifi.org>  Fri, 15 Mar 2002 20:11:47 -0800

mt-st (0.7-1) unstable; urgency=low

  * Fixed upstream version detection in debian/rules.
  * New upstream release.

 -- Philippe Troin <phil@fifi.org>  Mon, 26 Nov 2001 19:34:37 -0800

mt-st (0.6-5) unstable; urgency=low

  * Added debhelper to build-depends; closes: #104631.
  * Upgraded to standards version 3.5.5.0.
  * Added support for DEB_BUILD_OPTIONS.
  * Added support for debian/rules get-orig-source.

 -- Philippe Troin <phil@fifi.org>  Tue, 17 Jul 2001 22:38:40 -0700

mt-st (0.6-4) unstable; urgency=low

  * Add a patch from "merlin" <merlin@merlin.org> for devfs compatibility;
    closes: #99906.
  * Updated copyright to reflect current upstream sources location.

 -- Philippe Troin <phil@fifi.org>  Mon,  2 Jul 2001 14:02:56 -0700

mt-st (0.6-3) unstable; urgency=low

  * Add a "eject" command for better compatibility with GNU mt; closes: #86664.

 -- Philippe Troin <phil@fifi.org>  Tue, 20 Feb 2001 14:38:38 -0800

mt-st (0.6-2) unstable; urgency=low

  * Avoid stat()'ing all devices to prevent loading all possible modules,
    we now stat only st* and nst* devices (at the expense of missing some
    device files, but a Debian system ought to have devices named as they
    should...); closes: #85978.

 -- Philippe Troin <phil@fifi.org>  Thu, 15 Feb 2001 11:55:43 -0800

mt-st (0.6-1.1) unstable; urgency=low

  * Experimental release...

 -- Philippe Troin <phil@fifi.org>  Wed, 14 Feb 2001 11:55:50 -0800

mt-st (0.6-1) unstable; urgency=low

  * New package; closes: #83810.

 -- Philippe Troin <phil@fifi.org>  Sat, 27 Jan 2001 18:30:45 -0800