From 4bd08976ad557d4f772f61b53079c1868ced7cb3 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 22 Feb 2013 15:08:21 +0200
Subject: Add Debian packaging scripts

---
 binary/debian/control | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 binary/debian/control

(limited to 'binary/debian/control')

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.
-- 
cgit v1.1