Update packaging creation
[apps/app-templates.git] / deb / debian.control.in
diff --git a/deb/debian.control.in b/deb/debian.control.in
new file mode 100644 (file)
index 0000000..6956a24
--- /dev/null
@@ -0,0 +1,15 @@
+Priority: optional
+Maintainer: @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@>
+Source: @NPKG_PROJECT_NAME@
+Build-Depends: debhelper (>= 5),       
+ cmake,
+ gcc,
+ g++,
+@DEB_PKG_DEPS@
+Standards-Version: 3.8.2
+Homepage: @PROJECT_URL@
+
+Package: @NPKG_PROJECT_NAME@
+Section: libs
+Architecture: any
+Description: @PROJECT_DESCRIPTION@