summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: ce5e9857e6ca236a2f0f33b7d975c14fed5ec480 (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
38
39
40
41
42
Source: tinyframe
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper (>= 13.12~),
 debhelper-compat (= 13),
 dpkg-dev (>= 1.22.5),
 pkg-config,
Rules-Requires-Root: no
Standards-Version: 4.7.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:
 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.