summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6b56a3f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: tinyframe
+Section: libs
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ pkg-config,
+Rules-Requires-Root: no
+Standards-Version: 4.6.0
+Homepage: https://github.com/DNS-OARC/tinyframe
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tinyframe
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tinyframe
+
+Package: libtinyframe-dev
+Section: libdevel
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Minimalistic Frame Streams library (development)
+ tinyframe is a minimalistic library for reading and writing the Frame Streams
+ protocol.
+ .
+ This package contains the development files.
+
+Package: libtinyframe0
+Section: libs
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Minimalistic Frame Streams library
+ tinyframe is a minimalistic library for reading and writing the Frame Streams
+ protocol.