summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8ad655e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: libresourceqt
+Section: misc
+Priority: optional
+Maintainer: Wolf Bergenheim <wolf+meego@bergenheim.net>
+Uploaders: Tom Gall <tom.gall@linaro.org>
+Build-Depends: debhelper (>= 7.0.50), libqt4-dev (>= 4.6), libresource, libdbus-1-dev, doxygen, graphviz
+Standards-Version: 3.9.1
+
+Package: libresourceqt1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: QT wrapper for libresource
+ QT wrapper library for libresource
+ .
+ Package includes shared libs.
+
+Package: libresourceqt1-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt wrapper for libresource
+ Qt wrapper library for libresource
+ .
+ Package contains links to shared libs, includes and docs.
+