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.
|