diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-22 15:08:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-22 15:08:21 +0200 |
commit | 4bd08976ad557d4f772f61b53079c1868ced7cb3 (patch) | |
tree | e0d56c76b219b214af3745e505afcebefd45f935 /binary/debian/control | |
parent | d61552445f5abcfa1df09e4a4990673a0c316675 (diff) |
Add Debian packaging scripts
Diffstat (limited to 'binary/debian/control')
-rw-r--r-- | binary/debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binary/debian/control b/binary/debian/control new file mode 100644 index 0000000..06a0681 --- /dev/null +++ b/binary/debian/control @@ -0,0 +1,16 @@ +Source: odb +Section: devel +Priority: optional +Maintainer: Boris Kolpackov <boris@codesynthesis.com> +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.1 + +Package: odb +Architecture: any +Depends: libc6 (>= 2.3.2) +Recommends: +Description: ORM for C++ + ODB is an object-relational mapping (ORM) system for C++. It provides + tools, APIs, and library support that allow you to persist C++ objects + to a relational database (RDBMS) without having to deal with tables, + columns, or SQL and without manually writing any of the mapping code. |