tags 335764 patch thanks Hi,
Th attached (trivial) patch allows gaim to build against libgnutls-dev (libgnutls13). It appears to build ok, though I haven't tested the resulting package. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/
diff -u gaim-2.0.0+beta3/debian/control gaim-2.0.0+beta3/debian/control --- gaim-2.0.0+beta3/debian/control +++ gaim-2.0.0+beta3/debian/control @@ -5,7 +5,7 @@ Uploaders: Ari Pollak <[EMAIL PROTECTED]> Build-Depends: bzip2, cdbs (>= 0.4.37), debhelper (>= 5.0.0), libgtk2.0-dev, libxss-dev, libmeanwhile-dev, libgadu-dev (>= 1:1.6+20060215-1), - libgnutls11-dev (>= 1.0.16-5), tcl8.4-dev, tk8.4-dev, libao-dev, + libgnutls-dev, tcl8.4-dev, tk8.4-dev, libao-dev, libaudiofile-dev, libgtkspell-dev, libltdl3-dev, libperl-dev, libstartup-notification0-dev, xutils, libzephyr-dev, libxml2-dev, libebook1.2-dev, libedata-book1.2-dev, libcamel1.2-dev, diff -u gaim-2.0.0+beta3/debian/changelog gaim-2.0.0+beta3/debian/changelog --- gaim-2.0.0+beta3/debian/changelog +++ gaim-2.0.0+beta3/debian/changelog @@ -1,3 +1,11 @@ +gaim (1:2.0.0+beta3-4.1) experimental; urgency=low + + * Non-maintainer upload. + * Build-Depends on libgnutls-dev instead of libgnutls11-dev so the latter + can be removed. (Closes: #335764) + + -- James Westby <[EMAIL PROTECTED]> Fri, 23 Jun 2006 00:30:24 +0100 + gaim (1:2.0.0+beta3-4) experimental; urgency=low * Somehow I forgot to add libavahi-compat-howl-dev to the build-depends,