summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-01 20:03:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-01 20:03:13 +0300
commit158bd7a1dd011b1ec0d7e99b9d22439ddec3eadb (patch)
treee0d57d8bf5cef71b26fbac4a1d19d0c32f866214
parent5fb195c7fa0af6ecaa9d2d85a68e2de01ba30ff4 (diff)
Add libodb-boost package to repository
-rw-r--r--README-GIT6
l---------libodb-boost/NEWS1
-rw-r--r--libodb-boost/manifest8
-rw-r--r--packages.manifest2
4 files changed, 11 insertions, 6 deletions
diff --git a/README-GIT b/README-GIT
index 6978984..7bd7f72 100644
--- a/README-GIT
+++ b/README-GIT
@@ -2,8 +2,9 @@ The checked out libodb/odb/version-build2.hxx,
libodb-mysql/odb/mysql/version-build2.hxx,
libodb-sqlite/odb/sqlite/version-build2.hxx,
libodb-pgsql/odb/pgsql/version-build2.hxx,
-libodb-oracle/odb/oracle/version-build2.hxx, and
-libodb-mssql/odb/mssql/version-build2.hxx will be overwritten during the build
+libodb-oracle/odb/oracle/version-build2.hxx,
+libodb-mssql/odb/mssql/version-build2.hxx, and
+libodb-boost/odb/boost/version-build2.hxx will be overwritten during the build
process but these changes should be ignored. To do this automatically, run:
git update-index --assume-unchanged libodb/odb/version-build2.hxx
@@ -12,3 +13,4 @@ git update-index --assume-unchanged libodb-sqlite/odb/sqlite/version-build2.hxx
git update-index --assume-unchanged libodb-pgsql/odb/pgsql/version-build2.hxx
git update-index --assume-unchanged libodb-oracle/odb/oracle/version-build2.hxx
git update-index --assume-unchanged libodb-mssql/odb/mssql/version-build2.hxx
+git update-index --assume-unchanged libodb-boost/odb/boost/version-build2.hxx
diff --git a/libodb-boost/NEWS b/libodb-boost/NEWS
new file mode 120000
index 0000000..0fae0f8
--- /dev/null
+++ b/libodb-boost/NEWS
@@ -0,0 +1 @@
+../NEWS \ No newline at end of file
diff --git a/libodb-boost/manifest b/libodb-boost/manifest
index 9f5da05..e023ba4 100644
--- a/libodb-boost/manifest
+++ b/libodb-boost/manifest
@@ -10,12 +10,12 @@ description-file: README
changes-file: NEWS
url: https://www.codesynthesis.com/products/odb/
doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
-src-url: https://git.codesynthesis.com/cgit/odb/libodb-boost/
+src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
builds: all
requires: c++11
requires: libboost ; Requires not yet packaged libboost.
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
-depends: libodb [2.5.0-b.26.1 2.5.0-b.27)
+depends: * build2 >= 0.17.0-
+depends: * bpkg >= 0.17.0-
+depends: libodb == $
diff --git a/packages.manifest b/packages.manifest
index 3123fce..c5f7807 100644
--- a/packages.manifest
+++ b/packages.manifest
@@ -13,4 +13,6 @@ location: libodb-oracle/
:
location: libodb-mssql/
:
+location: libodb-boost/
+:
location: odb-tests/