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 59 60 61 62 63 64 65 66 67 68 69
|
Source: roy
Section: libs
Priority: optional
Maintainer: Brian Bassett <brianb@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 4), zlib1g-dev, libc6-prof [!alpha !ia64 !hurd-i386], libc6.1-prof [alpha ia64], libc0.3-prof [hurd-i386]
Package: libroy-dev
Section: libdevel
Architecture: any
Depends: libroy1 (= ${Source-Version}), zlib1g-dev, libc6-dev | libc-dev
Recommends: gdb
Description: Utility and data structure library (development files)
Roy is a C library similar in scope to GLib. It provides basic data
structures (lists and hashtables), binary-capable string buffers,
memory management, portable threading support, cross platform
serialization, and advanced debugging support.
.
This package contains the files needed for developing programs
using the Roy library. It also contains the documentation for the
Roy API.
Package: libroy1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Utility and data structure library (runtime files)
Roy is a C library similar in scope to GLib. It provides basic data
structures (lists and hashtables), binary-capable string buffers,
memory management, portable threading support, cross platform
serialization, and advanced debugging support.
.
This package contains the files needed for programs linked against
Roy to run.
Package: libroy1-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: libroy1 (= ${Source-Version})
Recommends: libroy-dev (= ${Source-Version})
Description: Utility and data structure library (debugging files)
Roy is a C library similar in scope to GLib. It provides basic data
structures (lists and hashtables), binary-capable string buffers,
memory management, portable threading support, cross platform
serialization, and advanced debugging support.
.
This package contains unstripped shared libraries. It is provided
primarily to provide a backtrace with names in a debugger, which makes
it somewhat easier to interpret core dumps. The libraries are
installed in /usr/lib/debug and can be used by placing that directory
in LD_LIBRARY_PATH. Most people will not need this package.
Package: libroy1-prof
Section: libdevel
Architecture: any
Priority: extra
Depends: libroy1 (= ${Source-Version})
Recommends: libroy-dev (= ${Source-Version}), ${roy:ProfilingLib}
Description: Utility and data structure library (profiling files)
Roy is a C library similar in scope to GLib. It provides basic data
structures (lists and hashtables), binary-capable string buffers,
memory management, portable threading support, cross platform
serialization, and advanced debugging support.
.
This package contains a static library compiled with -pg suitable for
profiling Roy applications with gprof. Most people will not need this
package.
|