fix lintian issues
[debian/mtx] / debian / changelog
1 mtx (1.3.12-4) unstable; urgency=low
2
3   * add Vcs-Browser entry to the control file
4   * change Build-Depends to use kfreebsd-any, closes: #634500
5
6  -- Bdale Garbee <bdale@gag.com>  Sun, 20 Nov 2011 17:18:50 -0700
7
8 mtx (1.3.12-3) unstable; urgency=low
9
10   * add Homepage field to control file, closes: #556747
11
12  -- Bdale Garbee <bdale@gag.com>  Sat, 20 Mar 2010 01:39:17 -0600
13
14 mtx (1.3.12-2) unstable; urgency=low
15
16   * patch from David Paleino to improve bash completions, closes: #522739
17   * switch to using dh_bash-completion
18
19  -- Bdale Garbee <bdale@gag.com>  Mon, 06 Apr 2009 10:20:08 -0600
20
21 mtx (1.3.12-1) unstable; urgency=low
22
23   * new upstream version, closes: #500590
24   * clean up lintian warnings
25   * incorporate two changes suggested by a patch from Adam Cécile (Le_Vert):
26   * add debian/watch
27   * move config.* update to configure target, yields a smaller diff that 
28     doesn't clash with git-buildpackage... already had autotools-dev build dep!
29
30  -- Bdale Garbee <bdale@gag.com>  Sun, 15 Feb 2009 10:17:54 -0700
31
32 mtx (1.3.11-1) unstable; urgency=low
33
34   * new upstream version, closes: #425687, #425688
35   * don't let Makefile.in strip binaries, let dh_strip do it, closes: #437589
36
37  -- Bdale Garbee <bdale@gag.com>  Tue, 15 Apr 2008 14:34:32 -0600
38
39 mtx (1.2.17rel-2) unstable; urgency=low
40
41   * update config.sub and config.guess in rules clean target using the
42     autotools-dev package, closes: #367467
43
44  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Aug 2006 18:44:54 -0600
45
46 mtx (1.2.17rel-1) unstable; urgency=low
47
48   * new upstream version
49
50  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Jun 2006 23:57:44 -0400
51
52 mtx (1.2.16rel-5) unstable; urgency=low
53
54   * add build-deps needed for GNU/kFreeBSD, closes: #367467
55   * update debhelper build dependency
56
57  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Jun 2006 23:42:00 -0400
58
59 mtx (1.2.16rel-4) unstable; urgency=medium
60
61   * revert SG_SCSI_DEFAULT_TIMEOUT to 5 minutes since at least the Sony
62     TLS-9000 takes more than a minute to load sometimes, closes: #229169
63   * remove 'previous' from command summary, since it's not actually 
64     implemented in the program, closes: #230041
65   * include bash_completion file from Jon Middleton, closes: #227456
66
67  -- Bdale Garbee <bdale@gag.com>  Sat, 14 Feb 2004 22:36:23 -0700
68
69 mtx (1.2.16rel-3) unstable; urgency=low
70
71   * apply patch from Torsten Werner <twerner@debian.org> that elminates
72     hard-coding of the value of HZ, closes: #224147
73
74  -- Bdale Garbee <bdale@gag.com>  Tue, 16 Dec 2003 10:04:26 -0700
75
76 mtx (1.2.16rel-2) unstable; urgency=low
77
78   * apply patch from R.A.Owen <rao3@leicester.ac.uk> that fixes the "staggered"
79     output from the status command on some changers, closes: #129910
80
81  -- Bdale Garbee <bdale@gag.com>  Tue,  9 Apr 2002 19:30:06 -0600
82
83 mtx (1.2.16rel-1) unstable; urgency=low
84
85   * new upstream version, bug-fixing release, reportedly fixes timeout 
86     problem with some drives, closes: #113947
87
88  -- Bdale Garbee <bdale@gag.com>  Mon,  4 Mar 2002 01:27:48 -0700
89
90 mtx (1.2.15-1) unstable; urgency=low
91
92   * new upstream source
93   * update standards version, rebuild rules file
94   * man pages all included now, mtx-changer and other pieces from contrib
95     provided as examples, though chg-mtx in the amanda package is probably
96     a better choice for use with amanda, closes: #113728
97   * apply diffs to correct "spelling errors" (actually hyphenation) in the
98     descriptions in the control file, closes: #125160
99
100  -- Bdale Garbee <bdale@gag.com>  Sun, 30 Dec 2001 21:28:46 -0700
101
102 mtx (1.2.10-1) unstable; urgency=low
103
104   * new upstream source
105
106  -- Bdale Garbee <bdale@gag.com>  Mon, 11 Dec 2000 17:34:13 -0700
107
108 mtx (1.0-10) frozen unstable; urgency=low
109
110   * deliver mtx.doc, lost when the package was made FHS compliant, 
111     closes: #56276  Target frozen since including the documentation
112     is worthwhile for potato, and there is no added risk.
113
114  -- Bdale Garbee <bdale@gag.com>  Wed,  9 Feb 2000 12:27:58 -0700
115
116 mtx (1.0-9) unstable; urgency=low
117
118   * fix postinst/postrm scripts to be executable again
119
120  -- Bdale Garbee <bdale@gag.com>  Tue, 11 Jan 2000 23:00:17 -0700
121
122 mtx (1.0-8) unstable; urgency=low
123
124   * update to latest standards revision, add Build-Depends
125   * fix all the lintian errors that aren't intentional, override the two
126     permissions warnings since they're precisely what is needed
127
128  -- Bdale Garbee <bdale@gag.com>  Fri,  7 Jan 2000 02:47:08 -0700
129
130 mtx (1.0-7) unstable; urgency=low
131
132   * grab a local copy of scsi_ioctl.h from the 2.2.10 kernel source tree.  This
133     doesn't change often in any way we care about, and this is much simpler
134     than having to reference a live kernel tree somewhere...
135   * move to debhelper and CVS
136
137  -- Bdale Garbee <bdale@gag.com>  Sun, 20 Jun 1999 10:42:39 -0600
138
139 mtx (1.0-6) unstable; urgency=low
140
141   * put mtx in group backup, setuid root, perms set so that only members of
142     group backup can run mtx.  This makes mtx compatible with amanda.
143
144  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Jan 1998 15:06:13 -0700
145
146 mtx (1.0-5) unstable; urgency=low
147
148   * explicit include path to find <scsi/scsi_ioctl.h> in the 
149     /usr/src/linux/include tree.  closes bug 16877
150
151  -- Bdale Garbee <bdale@gag.com>  Sun, 25 Jan 1998 23:02:46 -0700
152
153 mtx (1.0-4) unstable; urgency=low
154
155   * actually install the mtx.doc file that's referenced in the man page /o\
156
157  -- Bdale Garbee <bdale@gag.com>  Sun, 21 Sep 1997 02:38:50 -0600
158
159 mtx (1.0-3) unstable; urgency=low
160
161   * libc6
162
163  -- Bdale Garbee <bdale@gag.com>  Thu,  4 Sep 1997 02:56:39 -0600
164
165 mtx (1.0-2) unstable; urgency=low
166
167   * Add an 'mtx-changer' wrapper script from the amanda-users mailing list
168     to make this more useful with Amanda.
169   * Hack mtx-changer to report 6 slots instead of 4, since I have an HP
170     SureStore 12000e.  Should make it configurable, someday.
171
172  -- Bdale Garbee <bdale@gag.com>  Sun, 10 Aug 1997 03:50:42 -0600
173
174 mtx (1.0-1) unstable; urgency=low
175
176   * Initial Release.
177
178  -- Bdale Garbee <bdale@gag.com>  Sun, 10 Aug 1997 03:05:18 -0600