l10n patch from Christian Perrier
[ckermit.git] / debian / changelog
index 5568814..7d2f0b7 100644 (file)
@@ -1,15 +1,65 @@
-ckermit (212-1~b2) unstable; urgency=low
-
-  * New upstream beta release.
-    + Moved to main, ckermit is now DFSG-free!.
-    + This means we can finally enable crypto (using target
-      linux+krb5+openssl).  This enables us to close a >10 year old bug
-      (Closes: #95135).
-  * Adjust lintian overrides:
+ckermit (302-2) unstable; urgency=low
+
+  * Fix pending l10n issues. Debconf translations:
+    + Dutch; (Thanks to Jeroen Schot).  Closes: #660843
+    + Polish (Thanks to Michał Kułach).  Closes: #670771
+    + and thanks to Christian Perrier for his usual sterling l10n work.
+
+ -- Ian Beckwith <ianb@debian.org>  Tue, 08 May 2012 04:07:28 +0100
+
+ckermit (302-1) unstable; urgency=low
+
+  * New upstream version.
+  * 01_search-usr-lib-for-libk5crypto.patch:
+    + Update to properly find multiarch library paths (Closes: #639747).
+      Based on patch from Ubuntu, thanks to Daniel T Chen.
+    + Add dep3 header.
+  * debian/copyright:
+    + Change Source: to point to new kermitproject.org site.
+    + Update DEP5 Format: URL.
+
+ -- Ian Beckwith <ianb@debian.org>  Sun, 29 Jan 2012 02:24:28 +0000
+
+ckermit (301-2) unstable; urgency=low
+
+  * Fix FTBFS:
+    + patch makefile with new patch
+      01_search-usr-lib-for-libk5crypto.patch.
+    + kfreebsd: add -DSELECT.
+  * Remove XS-Autobuild: yes, not needed now we are in main.
+
+ -- Ian Beckwith <ianb@debian.org>  Wed, 20 Jul 2011 01:53:47 +0100
+
+ckermit (301-1) unstable; urgency=low
+
+  * New upstream release (Closes: #633156).
+  * Moved to main, ckermit is now DFSG-free!.
+  * Updated copyright, kermit is now under a BSD-like license.
+  * Being in main means we can finally enable crypto. This enables
+    us to close a 10 year old bug! (Closes: #95135).
+    + use make target linux+krb5+openssl.
+    + add ssl-dev and libkrb5-dev to Build-Depends.
+  * Removed socks support because:
+    + libsocks4 doesn't support socks5, and is orphaned.
+    + socks support causes problems with avahi.
+    + you can get the same functionality with 'tsocks kermit'.
+  * Removed all patches from debian/patches, all taken upstream.
+  * Compile with -O1: -O2 is not supported and causes segfaults
+    with iksd + kerberos.
+  * debian/rules: use dh minimal rules file.
+  * Bump debhelper build depends to (>= 7.0.50~) for dh override support.
+  * Update PAM config, now just includes common-auth, common-account
+    and common-session.
+  * Propitiate lintian:
     + remove ./ from override paths.
     + add override unusual-interpreter #!/usr/bin/kermit.
+    + add spelling override. 'IF WRITEABLE' is a valid kermit
+      command, so we are stuck with that spelling.
+    + drop leading 'a' from Description.
+    + debian/watch: remove dh-make boilerplate.
+    + Standards-Version: 3.9.2 (no changes).
 
- -- Ian Beckwith <ianb@debian.org>  Fri, 24 Jun 2011 04:38:54 +0100
+ -- Ian Beckwith <ianb@debian.org>  Tue, 12 Jul 2011 02:48:17 +0100
 
 ckermit (211-15) unstable; urgency=low