debian/control: drop the dependency on dpkg-dev
[libam7xxx.git] / debian / control
1 Source: libam7xxx
2 Section: libdevel
3 Priority: optional
4 Maintainer: Antonio Ospite <ao2@ao2.it>
5 Build-Depends: debhelper (>= 11), cmake, pkg-config,
6  libusb-1.0-0-dev, libxcb1-dev,
7  libavdevice-dev, libavformat-dev, libavcodec-dev, libswscale-dev,
8  asciidoc, xmlto
9 Build-Depends-Indep: doxygen
10 Standards-Version: 4.1.3
11 Homepage: https://git.ao2.it/libam7xxx.git
12 Vcs-Git: https://git.ao2.it/libam7xxx.git -b debian/master
13 Vcs-Browser: https://git.ao2.it/libam7xxx.git
14
15 Package: libam7xxx0.1
16 Section: libs
17 Architecture: any
18 Depends: ${shlibs:Depends}, ${misc:Depends}
19 Recommends: libam7xxx0.1-bin (= ${binary:Version}), usb-modeswitch, usb-modeswitch-data
20 Description: library for accessing am7xxx based devices
21  libam7xxx is an Open Source library to communicate via USB with projectors and
22  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
23  .
24  libam7xxx makes it possible to use these devices as USB displays on
25  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
26  a few, and on non-PC platforms like for instance mobile phones, tablets or
27  game consoles.
28  .
29  Examples of supported devices are:
30    - Acer C110
31    - Acer C112
32    - Aiptek PocketCinema T25
33    - Philips/SagemCom PicoPix 1020
34    - Philips/SagemCom PicoPix 2055
35    - Philips/SagemCom PicoPix 2330
36    - Top-Height/TEC PP700
37  .
38  This package contains the shared library of libam7xxx.
39
40 Package: libam7xxx-dev
41 Architecture: any
42 Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version})
43 Recommends: libam7xxx0.1-doc (= ${source:Version})
44 Description: library for accessing am7xxx devices - development files
45  libam7xxx is an Open Source library to communicate via USB with projectors and
46  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
47  .
48  libam7xxx makes it possible to use these devices as USB displays on
49  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
50  a few, and on non-PC platforms like for instance mobile phones, tablets or
51  game consoles.
52  .
53  Examples of supported devices are:
54    - Acer C110
55    - Acer C112
56    - Aiptek PocketCinema T25
57    - Philips/SagemCom PicoPix 1020
58    - Philips/SagemCom PicoPix 2055
59    - Philips/SagemCom PicoPix 2330
60    - Top-Height/TEC PP700
61  .
62  This is the development package containing the libraries and header for
63  software development with libam7xxx.
64
65 Package: libam7xxx0.1-bin
66 Section: utils
67 Architecture: any
68 Depends: ${shlibs:Depends}, ${misc:Depends}
69 Description: library for accessing am7xxx devices - utilities
70  libam7xxx is an Open Source library to communicate via USB with projectors and
71  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
72  .
73  libam7xxx makes it possible to use these devices as USB displays on
74  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
75  a few, and on non-PC platforms like for instance mobile phones, tablets or
76  game consoles.
77  .
78  Examples of supported devices are:
79    - Acer C110
80    - Acer C112
81    - Aiptek PocketCinema T25
82    - Philips/SagemCom PicoPix 1020
83    - Philips/SagemCom PicoPix 2055
84    - Philips/SagemCom PicoPix 2330
85    - Top-Height/TEC PP700
86  .
87  This package includes utilities and sample programs for libam7xxx.
88
89 Package: libam7xxx0.1-doc
90 Section: doc
91 Architecture: all
92 Depends: ${misc:Depends}
93 Description: library for accessing am7xxx devices - documentation
94  libam7xxx is an Open Source library to communicate via USB with projectors and
95  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
96  .
97  libam7xxx makes it possible to use these devices as USB displays on
98  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
99  a few, and on non-PC platforms like for instance mobile phones, tablets or
100  game consoles.
101  .
102  Examples of supported devices are:
103    - Acer C110
104    - Acer C112
105    - Aiptek PocketCinema T25
106    - Philips/SagemCom PicoPix 1020
107    - Philips/SagemCom PicoPix 2055
108    - Philips/SagemCom PicoPix 2330
109    - Top-Height/TEC PP700
110  .
111  This package contains the documentation of the API of libam7xxx.