diff --git a/dcapi/debian/changelog b/dcapi/debian/changelog index f01653684d..3324834f38 100644 --- a/dcapi/debian/changelog +++ b/dcapi/debian/changelog @@ -1,3 +1,15 @@ +dcapi (0.9-10) unstable; urgency=low + + * Depend on BOINC 5.6 + * Bugzilla bugs fixed: + #889: Ismeretlen fajl (fixed earlier) + #923: trunk/examples/uppercase-with-callback configure-ja nem latja dc.h + -t es aprobb configure eszrevetelek + #924: trunk/examples/uppercase-with-callback: make install nem telepiti a + dc-api.conf -ot + + -- Gábor Gombás Thu, 16 Nov 2006 12:12:13 +0100 + dcapi (0.9-9) unstable; urgency=low * Condor backend is complete. diff --git a/dcapi/debian/control b/dcapi/debian/control index 8233f64de2..279835af39 100644 --- a/dcapi/debian/control +++ b/dcapi/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Gábor Gombás Standards-Version: 3.6.2.1 -Build-Depends: boinc-dev (>= 1:5.3.1-5), uuid-dev, libglib2.0-dev, debhelper, automake1.9 | automaken (>= 1.9), autoconf (>= 2.53), libtool, gtk-doc-tools (>= 1.3), libcondorapi-dev +Build-Depends: boinc-dev (>= 1:5.6.4-1), uuid-dev, libglib2.0-dev, debhelper, automake1.9 | automaken (>= 1.9), autoconf (>= 2.53), libtool, gtk-doc-tools (>= 1.3), libcondorapi-dev Package: libdcapi-common-dev Section: libdevel @@ -25,7 +25,7 @@ Architecture: any Provides: libdcapi-dev Replaces: libdcapi-dev (<< 0.9-7) Conflicts: libdcapi-dev (<< 0.9-7) -Depends: libdcapi-common-dev, pkg-config, libglib2.0-dev, boinc-dev +Depends: libdcapi-common-dev, pkg-config, libglib2.0-dev, boinc-dev (>= 5.6.4-1) Description: Distributed Computing Platform API - Development files This package contains headers and libraries for building applications using the Distributed Computing Platform. diff --git a/dcapi/debian/libdcapi-common-dev.install b/dcapi/debian/libdcapi-common-dev.install index 442c8b406a..8697c1ebe7 100644 --- a/dcapi/debian/libdcapi-common-dev.install +++ b/dcapi/debian/libdcapi-common-dev.install @@ -1 +1,2 @@ debian/tmp/usr/include/*.h +usr/share/aclocal/dcapi.m4