Your message dated Wed, 05 Apr 2006 21:39:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in upload of gaim 1:2.0.0+beta3-3 to experimental
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gaim
Version: 1:2.0.0+beta3-1
Severity: serious
Tags: patch
gaim fails to compile because it can't find XML::Parser:
> checking for XML::Parser... configure: error: XML::Parser perl module is
> required for intltool
> make: *** [config.status] Error 1
Adding libxml-parser-perl to the build-dependencies fixes this
problem.
--
Matt
--- debian/control.orig 2006-04-05 10:08:39.000000000 -0700
+++ debian/control 2006-04-05 09:35:41.000000000 -0700
@@ -9,7 +9,7 @@
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,
- libdbus-glib-1-dev, dbus, python2.4
+ libdbus-glib-1-dev, dbus, python2.4, libxml-parser-perl
Standards-Version: 3.6.1
Package: gaim
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1:2.0.0+beta3-3
gaim (1:2.0.0+beta3-3) experimental; urgency=low
.
* Add build-depends on libgadu-dev >= 1.6+20060215-1 since the gaim
plugin now builds from the system library (Closes: #360280)
* Add build-depends on libxml-parser-perl to fix FTBFS (Closes: #360955)
--- End Message ---