File: control

package info (click to toggle)
silly 0.1.0%2Bgit20140818.431c352-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 528 kB
  • sloc: cpp: 1,247; makefile: 79; ansic: 51; sh: 3
file content (58 lines) | stat: -rw-r--r-- 1,660 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: silly
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: libs
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 doxygen,
 graphviz,
 libjpeg-dev,
 libjs-jquery,
 libpng-dev,
 pkgconf,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/games-team/silly
Vcs-Git: https://salsa.debian.org/games-team/silly.git
Homepage: http://www.cegui.org.uk

Package: libsilly-dev
Architecture: any
Section: libdevel
Depends:
 libsilly (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 libsilly-doc,
Description: simple image loading library
 The aim of Simple Image Loading LibrarY is to provide a simple library for
 loading image in the context of CEGUI.
 .
 The library supports only the most common image format. The project was
 initialy launch in order to provide an MIT based replacement of DevIL with
 less image format supported and focused on loading image only.

Package: libsilly
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: development files for the simple image loading library
 The aim of Simple Image Loading LibrarY is to provide a simple library for
 loading image in the context of CEGUI.
 .
 This package provides the silly's library headers, and development files.

Package: libsilly-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 libjs-jquery,
 ${misc:Depends},
Description: simple image loading library (documentation)
 The aim of Simple Image Loading LibrarY is to provide a simple library for
 loading image in the context of CEGUI.
 .
 This package contains the documentation for libsilly.