Package: evolution-data-server
Version: 1.0.4-1
Severity: important
Tags: patch
Hi,
e-d-s Build-Depends on libldap2-dev. However, that is not available for
hurd-i386 yet. As e-d-s is an important part of GNOME and
Build-Depends, please disable LDAP support for the Hurd port for now.
I have attached a patch which does this.
Thanks,
Michael
--
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html
evolution-data-server (1.0.4-1+hurd.1) unreleased; urgency=low
* Non-maintainer upload.
* debian/control.in (Build-Depends): Do not Build-Depend on
libldap2-dev on hurd-i386.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Do not add --with-openldap
on GNU/Hurd.
-- Michael Banck <[EMAIL PROTECTED]> Mon, 20 Jun 2005 14:57:04 +0200
diff -u evolution-data-server-1.0.4/debian/rules
evolution-data-server-1.0.4/debian/rules
--- evolution-data-server-1.0.4/debian/rules
+++ evolution-data-server-1.0.4/debian/rules
@@ -10,8 +10,11 @@
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_CONFIGURE_EXTRA_FLAGS := --sysconfdir=/etc \
- --libexecdir=\$${prefix}/lib/evolution \
- --with-openldap
+ --libexecdir=\$${prefix}/lib/evolution
+
+ifneq ($(DEB_BUILD_GNU_SYSTEM),gnu)
+DEB_CONFIGURE_EXTRA_FLAGS += --with-openldap
+endif
clean::
dh_clean intltool-extract intltool-merge intltool-update \
diff -u evolution-data-server-1.0.4/debian/control.in
evolution-data-server-1.0.4/debian/control.in
--- evolution-data-server-1.0.4/debian/control.in
+++ evolution-data-server-1.0.4/debian/control.in
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Takuo KITAME <[EMAIL PROTECTED]>
-Build-Depends: flex, debhelper (>= 4.0.0), cdbs, intltool (>= 0.28-2), bison,
libgnome2-dev (>= 2.6), libbonobo-dev (>= 2.4.2), liborbit2-dev (>= 1:2.9.8),
libsoup2.2-dev (>= 2.2.2), libldap2-dev, gtk-doc-tools, libdb4.1-dev
+Build-Depends: flex, debhelper (>= 4.0.0), cdbs, intltool (>= 0.28-2), bison,
libgnome2-dev (>= 2.6), libbonobo-dev (>= 2.4.2), liborbit2-dev (>= 1:2.9.8),
libsoup2.2-dev (>= 2.2.2), libldap2-dev [!hurd-i386], gtk-doc-tools,
libdb4.1-dev
Standards-Version: 3.6.1.0
Package: evolution-data-server