File: control

package info (click to toggle)
libbfio 20140105-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,800 kB
  • ctags: 2,962
  • sloc: ansic: 95,778; sh: 11,974; makefile: 714; sed: 16
file content (48 lines) | stat: -rw-r--r-- 1,900 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
Source: libbfio
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config
Standards-Version: 3.9.5
Section: libs
Homepage: http://code.google.com/p/libbfio/
Vcs-Browser: http://git.debian.org/?p=forensics/libbfio.git;a=summary
Vcs-Git: git://git.debian.org/forensics/libffio.git

Package: libbfio-dev
Section: libdevel
Architecture: any
Multi-Arch: ${misc:Multi-Arch}
Depends: libbfio1 (= ${binary:Version}), ${misc:Depends}
Description: Header files and libraries for developing applications for libbfio
 Libbfio is a library to provide basic file input/output abstraction. It is
 used in multiple other libraries like libewf, libmsiecf, libnk2, libolecf and
 libpff. It is used to chain I/O to support file-in-file access.
 .
 This package contains the development files.

Package: libbfio-dbg
Section: debug
Architecture: any
Depends: libbfio1 (= ${binary:Version}), ${misc:Depends}
Suggests: libc-dbg
Priority: extra
Description: Library to provide basic input/output abstraction (debug)
 Libbfio is a library to provide basic file input/output abstraction. It is
 used in multiple other libraries like libewf, libmsiecf, libnk2, libolecf and
 libpff. It is used to chain I/O to support file-in-file access.
 .
 This package contains the debugging symbols for libffio.

Package: libbfio1
Section: libs
Architecture: any
Multi-Arch: ${misc:Multi-Arch}
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to provide basic input/output abstraction
 Libbfio is a library to provide basic file input/output abstraction. It is
 used in multiple other libraries like libewf, libmsiecf, libnk2, libolecf and
 libpff. It is used to chain I/O to support file-in-file access.
 .
 This package contains the shared library.