[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Please unblock shishi 0.0.30-2
From: |
Simon Josefsson |
Subject: |
Please unblock shishi 0.0.30-2 |
Date: |
Fri, 23 Feb 2007 09:35:22 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux) |
Hi! The report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=410992
indicates that our PAM module mistakenly were placed in
/usr/lib/security rather than in /lib/security, so the libpam-shishi
package didn't work at all. This upload fixes that problem.
I have installed the package, that has been in unstable for 7 days, on
my machines, and it fixes the problem.
Complete diff between the testing and unstable packages below.
/Simon
Index: changelog
===================================================================
RCS file: /sources/shishi/shishi-debian/changelog,v
retrieving revision 1.68
retrieving revision 1.70
diff -u -p -r1.68 -r1.70
--- changelog 5 Nov 2006 22:35:54 -0000 1.68
+++ changelog 15 Feb 2007 08:50:54 -0000 1.70
@@ -1,3 +1,12 @@
+shishi (0.0.30-2) unstable; urgency=low
+
+ [ Simon Josefsson ]
+ * Put libpam_shishi.so in /lib/security, not
+ in /usr/lib/security. (closes: 410992)
+ * Mention Russ as author of Debian package files.
+
+ -- Simon Josefsson <address@hidden> Thu, 15 Feb 2007 09:50:42 +0100
+
shishi (0.0.30-1) unstable; urgency=low
[ Simon Josefsson ]
Index: copyright
===================================================================
RCS file: /sources/shishi/shishi-debian/copyright,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- copyright 5 Nov 2006 22:35:54 -0000 1.9
+++ copyright 6 Nov 2006 20:49:05 -0000 1.10
@@ -9,11 +9,11 @@ Copyright Holder: Simon Josefsson <simon
Debian packaging copyright:
- The package files are copyright 2005, 2006 Simon Josefsson and may
- be redistributed and/or modified under the terms of the GNU
- General Public License as published by the Free Software
- Foundation; either version 2 of the License, or (at your option)
- any later version.
+ The package files were written by Simon Josefsson and Russ
+ Allbery, and are copyright 2005, 2006, and may be redistributed
+ and/or modified under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
License:
Index: libpam-shishi.install
===================================================================
RCS file: /sources/shishi/shishi-debian/libpam-shishi.install,v
retrieving revision 1.1
retrieving revision 1.3
diff -u -p -r1.1 -r1.3
--- libpam-shishi.install 11 May 2006 09:28:37 -0000 1.1
+++ libpam-shishi.install 16 Feb 2007 02:18:04 -0000 1.3
@@ -1 +1 @@
-debian/tmp/usr/lib/security/pam_shishi.so
+debian/tmp/usr/lib/security/pam_shishi.so /lib/security
- Please unblock shishi 0.0.30-2,
Simon Josefsson <=