summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: c125a4db3d43ed554f7094cdfdbcc88c3cdc4d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.2
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:
 libtinyframe0t64 (= ${binary:Version}),
 ${misc: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: libtinyframe0t64
Provides: ${t64:Provides}
Replaces: libtinyframe0
Breaks: libtinyframe0 (<< ${source:Version})
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.