summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 15:57:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 15:58:25 +0000
commitc56754a7fe258b8cb281a42a6c1c763a00f31075 (patch)
tree6bdb421a56fc6005298939af1e25bde9675914f0 /debian/control
parentAdding upstream version 0.1.1. (diff)
downloadtinyframe-c56754a7fe258b8cb281a42a6c1c763a00f31075.tar.xz
tinyframe-c56754a7fe258b8cb281a42a6c1c763a00f31075.zip
Adding debian version 0.1.1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.