File: control

package info (click to toggle)
libphysfs 2.0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,512 kB
  • ctags: 9,633
  • sloc: cpp: 30,946; ansic: 27,501; cs: 4,374; java: 3,077; makefile: 740; ruby: 461; perl: 59; sh: 8
file content (58 lines) | stat: -rw-r--r-- 1,956 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: libphysfs
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Barry deFreese <bdefreese@debian.org>,
 Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper (>= 9),
 cmake,
 doxygen,
 autotools-dev,
 zlib1g-dev,
 libreadline-dev
Standards-Version: 3.9.8
Homepage: http://www.icculus.org/physfs/
Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/libphysfs/
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/libphysfs/

Package: libphysfs-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libphysfs1 (= ${binary:Version}),
 libjs-jquery
Description: filesystem abstraction library for game programmers (development headers)
 The PhysicsFS filesystem abstraction library provides a simple C
 interface to aid game programmers in utilizing game assets packaged in
 many different types of archive files.
 .
 This package contains the development libraries and headers.

Package: libphysfs1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
 ${misc:Depends}
Provides: libphysfs-1.0-0
Conflicts: libphysfs-1.0-0
Replaces: libphysfs-1.0-0
Multi-Arch: same
Description: filesystem abstraction library for game programmers
 The PhysicsFS filesystem abstraction library provides a simple C
 interface to aid game programmers in utilizing game assets packaged in
 many different types of archive files.

Package: libphysfs1-dbg
Architecture: any
Depends: ${misc:Depends},
 libphysfs1 (= ${binary:Version})
Priority: extra
Section: debug
Multi-Arch: same
Description: filesystem abstraction library for game programmers (debug symbols)
 The PhysicsFS filesystem abstraction library provides a simple C
 interface to aid game programmers in utilizing game assets packaged in
 many different types of archive files.
 .
 This package contains the debugging symbols for the libphysfs package.