[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Requesting a freeze exception for yaz



  Hi,

  While working on a post-lenny new package depending upon yaz, I found
a bug in my yaz package:
libyaz-dev depends on libssl-dev instead of libgnutls-dev
This is due to a error of myself when upstream switch from ssl to gnutls
to solve licensing issue.
I forgot to update the -dev depends accordingly. It is not a big bug as
no header from libgnutls-dev is needed when using libyaz-dev. However,
libyaz.la references libgnutls.la leading to a failed build in some
situation.

  I just uploaded yaz 3.0.34-2 that fixes this. The interdiff is very small
and attached here.
  Can you consider allowing a freeze exception ?

  Best regards,
    Vincent

-- 
Vincent Danjean       GPG key ID 0x9D025E87         vdanjean@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main

diff -u yaz-3.0.34/debian/control yaz-3.0.34/debian/control
--- yaz-3.0.34/debian/control
+++ yaz-3.0.34/debian/control
@@ -48,7 +48,8 @@
  This packages includes documentation for YAZ in HTML and PDF.
 
 Package: libyaz3-dev
-Depends: libyaz3 (= ${binary:Version}), libxslt1-dev, libwrap0-dev, libssl-dev,
+Depends: libyaz3 (= ${binary:Version}), libxslt1-dev, libwrap0-dev,
+ libgnutls-dev,
  libicu-dev | libicu36-dev
 Replaces: yaz-devel
 Conflicts: yaz-devel, libyaz-dev, libyaz2-dev
diff -u yaz-3.0.34/debian/changelog yaz-3.0.34/debian/changelog
--- yaz-3.0.34/debian/changelog
+++ yaz-3.0.34/debian/changelog
@@ -1,3 +1,9 @@
+yaz (3.0.34-2) unstable; urgency=low
+
+  * Fix depends for libyaz-dev (replace libssl-dev by libgnutls-dev)
+
+ -- Vincent Danjean <vdanjean@debian.org>  Mon, 11 Aug 2008 13:03:08 +0200
+
 yaz (3.0.34-1) unstable; urgency=low
 
   * New Upstream Version

Reply to: