put back XS-Autobuild until we are *actually* in main
[ckermit.git] / debian / changelog
1 ckermit (300-1) unstable; urgency=low
2
3   * New upstream release (Closes: #633156).
4   * Moved to main, ckermit is now DFSG-free!.
5   * Updated copyright, kermit is now under a BSD-like license.
6   * Being in main means we can finally enable crypto. This enables
7     us to close a 10 year old bug! (Closes: #95135).
8     + use make target linux+krb5+openssl.
9     + add ssl-dev and libkrb5-dev to Build-Depends.
10   * Removed socks support because:
11     + libsocks4 doesn't support socks5, and is orphaned.
12     + socks support causes problems with avahi.
13     + you can get the same functionality with 'tsocks kermit'.
14   * Removed all patches from debian/patches, all taken upstream.
15   * debian/rules: use dh minimal rules file.
16   * Bump debhelper build depends to (>= 7.0.50~) for dh override support.
17   * Update PAM config, now just includes common-auth, common-account
18     and common-session.
19   * Propitiate lintian:
20     + remove ./ from override paths.
21     + add override unusual-interpreter #!/usr/bin/kermit.
22     + add spelling override. 'IF WRITEABLE' is a valid kermit
23       command, so we are stuck with that spelling.
24     + drop leading 'a' from Description.
25     + debian/watch: remove dh-make boilerplate.
26     + Standards-Version: 3.9.2 (no changes).
27
28  -- Ian Beckwith <ianb@debian.org>  Sun, 10 Jul 2011 19:55:28 +0100
29
30 ckermit (211-15) unstable; urgency=low
31
32   * Add Italian translation. Thanks to Luca Bruno. (Closes: #602240).
33   * Standards-Version: 3.9.1 (no changes).
34
35  -- Ian Beckwith <ianb@debian.org>  Mon, 08 Nov 2010 20:49:06 +0000
36
37 ckermit (211-14) unstable; urgency=low
38
39   * Switch to 3.0 (quilt) source format:
40     + Add debian/source/format.
41     + Remove quilt from debian/rules.
42     + Remove quilt from Build-Depends.
43     + Remove debian/README.source.
44   * 060_speeling.patch: fix more spelling errors.
45   * Add lintian overrides for spelling false-positives.
46   * Update maintainer email address.
47   * Remove DM-Upload-Allowed flag.
48   * Debhelper compat level 7.
49   * Standards-Version: 3.8.4 (no changes).
50
51  -- Ian Beckwith <ianb@debian.org>  Wed, 12 May 2010 02:15:29 +0100
52
53 ckermit (211-13) unstable; urgency=low
54
55   * Weaken inetd Depends: to Recommends (Closes: #511564).
56   * postinst: if IKSD requested, complain if no inetd installed.
57   * templates: new template ckermit/iksd-no-inetd.
58   * Translations:
59     + New:
60       * Finnish, thanks to Esko Arajärvi (Closes: #518197).
61       * Spanish, thanks to Francisco Javier Cuadrado (Closes: #518914).
62     + Updated:
63       * Czech, thanks to Martin Šín (Closes: #517357).
64       * German, thanks to Matthias Julius & Andre Gorgus (Closes: #517855).
65       * Galician, thanks to Marce Villarino (Closes: #517516).
66       * Japanese, thanks to Hideki Yamane (Closes: #517648).
67       * Swedish, thanks to Martin Bagge (Closes: #518327).
68       * French, thanks to Florentin Duneau (Closes: #518576).
69       * Russian, thanks to Yuri Kozlov (Closes: #518702).
70       * Portuguese, thanks to Américo Monteiro (Closes: #519004).
71       * Danish, thanks to Jacob Sparre Andersen.
72   * Fix typos, unfuzzy translations. Thanks to Esko Arajärvi.
73   * Mark 'dpkg-reconfigure ckermit' non-translatable. Thanks to Jacob
74     Sparre Andersen.
75   * Standards-Version: 3.8.1 (no changes).
76
77  -- Ian Beckwith <ianb@erislabs.net>  Sun, 15 Mar 2009 00:26:29 +0000
78
79 ckermit (211-12) unstable; urgency=low
80
81   * Add debian/README.source pointing to quilt docs.
82   * debian/copyright: note that ckermit is non-free and not part of
83     Debian, and explain why.
84   * control: add Homepage: field.
85   * postinst, postrm, config: switch from /bin/sh -e to set -e.
86   * Standards-version: 3.8.0.
87   * New patch 06_speeling: fix spelling errors.
88   * 05_ck_patch: bump ck_patch value.
89
90  -- Ian Beckwith <ianb@erislabs.net>  Thu, 26 Feb 2009 22:31:09 +0000
91
92 ckermit (211-11) unstable; urgency=low
93
94   * New Russian debconf translation (Closes: #511935)
95     Thanks to Yuri Kozlov.
96
97  -- Ian Beckwith <ianb@erislabs.net>  Sun, 18 Jan 2009 06:47:05 +0000
98
99 ckermit (211-10) unstable; urgency=low
100
101   * Add DM-Upload-Allowed: yes.
102   * Switch to linking with libsocks4 as libsocksd is no longer in testing.
103   * Split up source patches and apply them at build time with quilt.
104   * Remove nostrip handling, dh_strip does it for us.
105   * Bump debhelper compat level to 6.
106
107  -- Ian Beckwith <ianb@erislabs.net>  Wed, 16 Jan 2008 11:36:09 +0000
108
109 ckermit (211-9) unstable; urgency=low
110
111   * Fix iksd user information disclosure when PAM is used (Closes: #417247).
112   * Update maintainer email address.
113   * Bump ck_patch to 2.
114   * Fix menu section.
115   * Stop ignoring return code of 'make clean'.
116   * Cut out unneeeded linkage: added "-Wl,-z,defs -Wl,--as-needed" to LNKFLAGS
117   * Bump Standards-Version to 3.7.3
118
119  -- Ian Beckwith <ianb@erislabs.net>  Thu, 13 Dec 2007 20:49:55 +0000
120
121 ckermit (211-8) unstable; urgency=low
122
123   * Change netbase dependency to openbsd-inetd | inet-superserver.
124   * Tweak debconf templates to keep lintian happy.
125   * Bumped debconf compatability level to 5.
126   * Tidied debian/rules.
127
128  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 09 Jun 2007 23:12:49 +0100
129
130 ckermit (211-7) unstable; urgency=low
131
132   * New debconf translations:
133     + German - thanks to Matthias Julius.  (Closes: #408586).
134     + Portuguese - thanks to Ricardo Silva (Closes: #413748).
135     + Galician - thanks to Jacobo Tarrio   (Closes: #413757).
136   * debian/control:
137     + Updated Standards-Version (no changes).
138     + Added XS-Autobuild: yes.
139
140  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Thu,  8 Mar 2007 05:09:34 +0000
141
142 ckermit (211-6) unstable; urgency=low
143
144   * Applied fix to IF tests from ckdaily snapshot (Closes: #323510).
145   * Set ck_patch to "1" per discussion with upstream.
146   * New debconf translations:
147     + Czech - thanks to Martin Sín (Closes: #319577).
148     + Swedish - thanks to Daniel Nylander (Closes: #330429).
149   * debian/control:
150     + Added ${misc:Depends} to pick up right debconf dependency (Closes: #331779).
151     + Added dependency on netbase.
152     + Standards-Version: 3.6.2 (No changes).
153     + Updated Recommends to openssh-client | ssh-client
154   * debian/postrm: removed bashism.
155   * debian/copyright: added note from upstream about autobuilding.
156
157  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 22 Oct 2005 20:43:57 +0100
158
159 ckermit (211-5) unstable; urgency=low
160
161   * New translations:
162     + French - Thanks to Olivier Trichet (Closes: #260090)
163     + Danish - Thanks to Morten Brix Pederson (Closes: #268368)
164     + Japanese - Thanks to Hideki Yamane (Closes: #270927)
165
166  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Wed, 23 Feb 2005 15:16:11 +0000
167
168 ckermit (211-4) unstable; urgency=low
169
170   * Temporarily removed crypto (kerberos and SSL)
171   until the non-US/non-free issue is resolved, so we
172   don't miss sarge.
173   * debian/control:
174     + Section: reverted to non-free/comm.
175     + Build-Depends: removed kerberos and openssl.
176
177  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue, 29 Jun 2004 14:22:41 +0100
178
179 ckermit (211-3) unstable; urgency=low
180
181   * Included minor changes upstream sneaked in without bumping
182   the version number. As previous 211- versions haven't made it into
183   debian, there should be no problems with the .orig.tar.gz changing.
184   * debian/rules: clean target now deletes wermit, as upstream makefile
185   no longer does.
186
187  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 26 Jun 2004 17:09:46 +0100
188
189 ckermit (211-2) unstable; urgency=low
190
191   * Uploaded to non-US/non-free instead of non-free as crypto options now enabled.
192   * Fixes for new lintian warnings:
193     + iksd man page link moved to section 8.
194     + Converted - in kermit man page to \- or \(hy as appropriate.
195
196  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue,  4 May 2004 06:40:09 +0100
197
198 ckermit (211-1) unstable; urgency=low
199
200   * New Maintainer (Closes: #143649).
201   * New upstream version (Closes: #58634).
202   * Ack NMU (Closes: #54901).
203   * Add -DTIMEH to KFLAGS, replacing NMU patch (Closes: #91281).
204   * Sorted out docs dir (Closes: #229309).
205   * errno problem should be fixed by this recompile (Closes: #222096, #228728).
206   * Kerberos 4/5 support with MIT libs (Closes: #95135).
207   * Support for Socks4 (libsocksd), openssl, pam, shadow passwds and IKSD.
208   * Converted to po-debconf.
209   * Added support for /etc/kermit/kermrc (Closes: #123336).
210   * Attempt to remove /etc/kermit/ on purge in postrm.
211   * debian/control: changed Section: to non-US/non-free
212
213  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Wed, 14 Apr 2004 03:17:56 +0100
214
215 ckermit (196-1.1) unstable; urgency=low
216
217   * Non-maintainer Upload
218   * As part of BSP, fixing RC bug 91281. Added compiler directive to
219     sense <time.h>
220   * Added Build-Depends forestalling possible RC bugs in future
221
222  -- Gopal Narayanan <gopal@debian.org>  Sat, 14 Apr 2001 00:17:22 +0000
223
224 ckermit (196-1) unstable; urgency=low
225
226   * Initial Release.
227
228  -- Vaidhyanathan G Mayilrangam <vaidhy@debian.org>  Tue,  4 Jan 2000 15:22:47 -0500
229
230