aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-02 01:01:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-02 18:05:31 +0300
commit25848763a45a7f177cc45d06d2a9fe1aff2df53d (patch)
treefe9aa98385829ffe4e097bcc80486e8ea7665e74
parent89896fb1f7f3e627b756cdf183b3e7197e059777 (diff)
Adapt manifest to wildcard semantics change for build-{include,exclude} values
-rw-r--r--manifest9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifest b/manifest
index 949c0a3..1780c68 100644
--- a/manifest
+++ b/manifest
@@ -3,7 +3,7 @@ name: libodb-mssql
version: 2.5.0-b.10.z
project: odb
summary: Microsoft SQL Server ODB runtime library
-license: ODB NCUEL; Non-Commercial Use and Evaluation License
+license: ODB NCUEL ; Non-Commercial Use and Evaluation License.
license: proprietary
tags: c++, orm, mssql, database, relational, object, persistence, sql, microsoft
description-file: README
@@ -13,10 +13,11 @@ doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
src-url: https://git.codesynthesis.com/cgit/odb/libodb-mssql/
email: odb-users@codesynthesis.com
build-email: odb-builds@codesynthesis.com
-build-include: windows*
-build-exclude: * ; Requires not yet packaged libunixodbc (unixODBC)
+#builds: windows ; Requires not yet packaged libunixodbc (unixODBC).
+build-include: windows**
+build-exclude: ** ; Requires not yet packaged libunixodbc (unixODBC).
requires: c++11
-requires: ? libunixodbc; Only on UNIX
+requires: ? libunixodbc ; Only on UNIX.
depends: * build2 >= 0.8.0-
depends: * bpkg >= 0.8.0-
depends: libodb [2.5.0-b.10.1 2.5.0-b.11)