mirror of https://github.com/BOINC/boinc.git
disable condor backend: fails on autobuild since it uses an old condor package
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@2583 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
91c044f6e5
commit
5650d1b461
|
@ -4,8 +4,7 @@ Priority: extra
|
|||
Maintainer: Attila Csaba Marosi <atisu@sztaki.hu>
|
||||
Standards-Version: 3.8.0
|
||||
Build-Depends: boinc-dev (>= 1:6.9.0+r18425), uuid-dev, libglib2.0-dev, debhelper (>= 7),
|
||||
automake, autoconf (>= 2.53), libtool, gtk-doc-tools (>= 1.3), libcondorapi-dev, python-dev,
|
||||
python-support
|
||||
automake, autoconf (>= 2.53), libtool, gtk-doc-tools (>= 1.3), python-dev, python-support
|
||||
|
||||
Package: libdcapi-common-dev
|
||||
Section: libdevel
|
||||
|
@ -49,18 +48,6 @@ Description: Distributed Computing Platform API - Development files
|
|||
.
|
||||
This package contains the BOINC backend.
|
||||
|
||||
Package: libdcapi-condor-dev
|
||||
Section: libdevel
|
||||
Priority: extra
|
||||
Architecture: any
|
||||
Provides: libdcapi-dev
|
||||
Depends: libdcapi-common-dev (= ${source:Version}), pkg-config, libglib2.0-dev, libcondorapi-dev, uuid-dev
|
||||
Description: Distributed Computing Platform API - Development files
|
||||
This package contains headers and libraries for building applications using
|
||||
the Distributed Computing Platform.
|
||||
.
|
||||
This package contains the Condor backend.
|
||||
|
||||
Package: libdcapi-local1
|
||||
Section: libs
|
||||
Architecture: any
|
||||
|
|
|
@ -31,7 +31,7 @@ binary: configure
|
|||
--prefix=/usr \
|
||||
--enable-gtk-doc \
|
||||
--enable-backend-boinc \
|
||||
--enable-backend-condor \
|
||||
--disable-backend-condor \
|
||||
--enable-backend-local \
|
||||
--with-condor-headers=/usr/include/condor \
|
||||
--with-html-dir=/usr/share/doc/libdcapi-doc \
|
||||
|
|
Loading…
Reference in New Issue