debian/control: move asciidoc and xmlto to Build-Depends
[libam7xxx.git] / debian / control
1 Source: libam7xxx
2 Section: libdevel
3 Priority: extra
4 Maintainer: Antonio Ospite <ao2@ao2.it>
5 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), 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: 3.9.5
11 Homepage: http://git.ao2.it/libam7xxx.git
12 Vcs-Git: git://git.ao2.it/libam7xxx.git -b debian
13 Vcs-Browser: http://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 (>= 20111023-1)
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: libam7xxx0.1-dbg
41 Section: debug
42 Architecture: any
43 Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version})
44 Description: debugging symbols for libam7xxx
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 package contains the debugging symbols for libam7xxx.
63
64 Package: libam7xxx-dev
65 Architecture: any
66 Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version})
67 Recommends: libam7xxx0.1-doc (= ${source:Version})
68 Description: library for accessing am7xxx devices - development files
69  libam7xxx is an Open Source library to communicate via USB with projectors and
70  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
71  .
72  libam7xxx makes it possible to use these devices as USB displays on
73  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
74  a few, and on non-PC platforms like for instance mobile phones, tablets or
75  game consoles.
76  .
77  Examples of supported devices are:
78    - Acer C110
79    - Acer C112
80    - Aiptek PocketCinema T25
81    - Philips/SagemCom PicoPix 1020
82    - Philips/SagemCom PicoPix 2055
83    - Philips/SagemCom PicoPix 2330
84    - Top-Height/TEC PP700
85  .
86  This is the development package containing the libraries and header for
87  software development with libam7xxx.
88
89 Package: libam7xxx0.1-bin
90 Section: utils
91 Architecture: any
92 Depends: ${shlibs:Depends}, ${misc:Depends}
93 Conflicts: libam7xxx-bin
94 Replaces: libam7xxx-bin
95 Description: library for accessing am7xxx devices - utilities
96  libam7xxx is an Open Source library to communicate via USB with projectors and
97  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
98  .
99  libam7xxx makes it possible to use these devices as USB displays on
100  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
101  a few, and on non-PC platforms like for instance mobile phones, tablets or
102  game consoles.
103  .
104  Examples of supported devices are:
105    - Acer C110
106    - Acer C112
107    - Aiptek PocketCinema T25
108    - Philips/SagemCom PicoPix 1020
109    - Philips/SagemCom PicoPix 2055
110    - Philips/SagemCom PicoPix 2330
111    - Top-Height/TEC PP700
112  .
113  This package includes utilities and sample programs for libam7xxx.
114
115 Package: libam7xxx0.1-doc
116 Section: doc
117 Architecture: all
118 Depends: ${misc:Depends}
119 Conflicts: libam7xxx-doc
120 Replaces: libam7xxx-doc
121 Description: library for accessing am7xxx devices - documentation
122  libam7xxx is an Open Source library to communicate via USB with projectors and
123  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
124  .
125  libam7xxx makes it possible to use these devices as USB displays on
126  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
127  a few, and on non-PC platforms like for instance mobile phones, tablets or
128  game consoles.
129  .
130  Examples of supported devices are:
131    - Acer C110
132    - Acer C112
133    - Aiptek PocketCinema T25
134    - Philips/SagemCom PicoPix 1020
135    - Philips/SagemCom PicoPix 2055
136    - Philips/SagemCom PicoPix 2330
137    - Top-Height/TEC PP700
138  .
139  This package contains the documentation of the API of libam7xxx.