Package: jabberd2
Version: 2.2.8-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu lucid ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following:
* debian.control: Build-Depends on libgcrypt11-dev to fix FTBFS
(LP: #538126)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers lucid-updates
APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500,
'lucid-proposed'), (500, 'lucid')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-15-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u jabberd2-2.2.8/debian/control jabberd2-2.2.8/debian/control
--- jabberd2-2.2.8/debian/control
+++ jabberd2-2.2.8/debian/control
@@ -4,7 +4,7 @@
Maintainer: Ubuntu MOTU Developers <[email protected]>
XSBC-Original-Maintainer: Debian XMPP Maintainers <[email protected]>
Uploaders: Jorge Salamero Sanz <[email protected]>, Thadeu Lima de Souza Cascardo <[email protected]>
-Build-Depends: debhelper (>= 7), dpatch, autotools-dev, automake, libtool, libssl-dev, libgsasl7-dev (>= 0.2.27), libdb-dev, libpam0g-dev, libmysqlclient15-dev, libpq-dev, libldap2-dev, libsqlite3-dev, libidn11-dev, libexpat1-dev, libudns-dev
+Build-Depends: debhelper (>= 7), dpatch, autotools-dev, automake, libtool, libssl-dev, libgsasl7-dev (>= 0.2.27), libdb-dev, libpam0g-dev, libmysqlclient15-dev, libpq-dev, libldap2-dev, libsqlite3-dev, libidn11-dev, libexpat1-dev, libudns-dev, libgcrypt11-dev
Standards-Version: 3.8.1
Homepage: http://jabberd2.xiaoka.com/
diff -u jabberd2-2.2.8/debian/changelog jabberd2-2.2.8/debian/changelog