[PATCH] Require latest libgcrypt.

Simon Josefsson simon at josefsson.org
Wed Feb 3 09:05:12 UTC 2010


---
 debian/changelog |    5 ++++-
 debian/control   |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0d864c7..2561b1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,11 @@ gsasl (1.4.0-2) unstable; urgency=low
     versioning; closes: #542512.
   * libgsasl7-dev: Depend on libgcrypt11-dev in order to make
     libgcrypt.la available; closes: #564378.
+  * libgsasl7: Make it depend on libgcrypt 1.4.5-1, because libgsasl7
+    will not work with any older libgcrypt than the version it was
+    built with.  See #564661.
 
- -- Simon Josefsson <simon at josefsson.org>  Thu, 21 Jan 2010 10:36:56 +0100
+ -- Simon Josefsson <simon at josefsson.org>  Wed, 03 Feb 2010 10:02:43 +0100
 
 gsasl (1.4.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1ba1571..420cf29 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Description: Development files for the GNU SASL library
 Package: libgsasl7
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgcrypt11 (>= 1.4.5-1)
 Conflicts: libgsasl1
 Replaces: libgsasl1
 Description: GNU SASL library
-- 
1.6.6.1






More information about the Pkg-xmpp-devel mailing list