From 381bc706595648839ff133d081a18557c39120d9 Mon Sep 17 00:00:00 2001 From: ley Date: Thu, 29 Sep 2005 11:58:48 +0000 Subject: [PATCH] Fix not building postgresql adaptor Fix builddpeneds, so that they can be fulfilled in sarge git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1144 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- debian/changelog | 3 ++- debian/control | 2 +- debian/control.in | 2 +- debian/rules | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 154f0b2a..29f83f55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ sope (4.5.5-0) UNRELEASED; urgency=low * New upstream release. + * Adjust Build-Depends, that allows building in sarge - -- Sebastian Ley Tue, 20 Sep 2005 16:30:26 +0200 + -- Sebastian Ley Thu, 29 Sep 2005 13:49:11 +0200 sope (4.3.9-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 7cc03622..201b16dd 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: sope Priority: extra Maintainer: Sebastian Ley -Build-Depends: debhelper (>= 4.0.0), dpatch, gnustep-make-ogo, gobjc | objc-compiler, libfoundation1.0-dev | libfoundation-dev, libobjc-lf2-dev | libobjc-lf-dev, libxml2-dev, libldap2-dev | libldap-dev, libssl-dev, zlib1g-dev, libpq-dev, libecpg-dev, apache-dev, apache2-threaded-dev | apache2-dev, autotools-dev +Build-Depends: debhelper (>= 4.0.0), dpatch, gnustep-make-ogo, gobjc | objc-compiler, libfoundation1.0-dev | libfoundation-dev, libobjc-lf2-dev | libobjc-lf-dev, libxml2-dev, libldap2-dev | libldap-dev, libssl-dev, zlib1g-dev, libpq-dev | postgresql-dev, libecpg-dev, apache-dev, apache2-threaded-dev | apache2-prefork-dev | apache2-dev, autotools-dev Standards-Version: 3.6.1 Package: libsope4.5-dev diff --git a/debian/control.in b/debian/control.in index 127027b9..93bb40f4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,7 +1,7 @@ Source: sope Priority: extra Maintainer: Sebastian Ley -Build-Depends: debhelper (>= 4.0.0), dpatch, gnustep-make-ogo, gobjc | objc-compiler, libfoundation1.0-dev | libfoundation-dev, libobjc-lf2-dev | libobjc-lf-dev, libxml2-dev, libldap2-dev | libldap-dev, libssl-dev, zlib1g-dev, libpq-dev, libecpg-dev, apache-dev, apache2-threaded-dev | apache2-dev, autotools-dev +Build-Depends: debhelper (>= 4.0.0), dpatch, gnustep-make-ogo, gobjc | objc-compiler, libfoundation1.0-dev | libfoundation-dev, libobjc-lf2-dev | libobjc-lf-dev, libxml2-dev, libldap2-dev | libldap-dev, libssl-dev, zlib1g-dev, libpq-dev | postgresql-dev, libecpg-dev, apache-dev, apache2-threaded-dev | apache2-prefork-dev | apache2-dev, autotools-dev Standards-Version: 3.6.1 Package: libsope_SOPEVER_-dev diff --git a/debian/rules b/debian/rules index f19e026b..47e1fad5 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ include /usr/share/dpatch/dpatch.make CFLAGS = -Wall -g -MAKE_FLAGS = messages=yes OPTFLAG=-O0 HAS_LIBRARY_ldap=yes +MAKE_FLAGS = messages=yes OPTFLAG=-O0 HAS_LIBRARY_ldap=yes HAS_LIBRARY_pq=yes GNUSTEP_SETUP=/usr/lib/opengroupware.org/System/Library/Makefiles/GNUstep.sh -- 2.39.5