replaced store binding with a database binding based on a berkeley db
[apps/agl-service-data-persistence.git] / ll-database-binding / conf.d / app-templates / template.d / debian.control.in
1 Priority: optional
2 Maintainer: @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@>
3 Source: @NPKG_PROJECT_NAME@
4 Build-Depends: debhelper (>= 5),
5  pkg-config,
6  cmake,
7  gcc,
8  g++,
9 @DEB_PKG_DEPS@
10 Standards-Version: 3.8.2
11 Homepage: @PROJECT_URL@
12
13 Package: @NPKG_PROJECT_NAME@
14 Section: libs
15 Architecture: any
16 Description: @PROJECT_DESCRIPTION@