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
|
Source: afflib
Section: libs
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Christophe Monniez <christophe.monniez@fccu.be>, Cristian Greco <cristian@regolo.cc>
Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~),
# needed to run autoreconf on debian/rules
automake, autoconf, libtool,
autotools-dev (>= 20100122.1),
#
libcurl4-openssl-dev,
libexpat1-dev,
libewf-dev,
libfuse-dev [!hurd-i386],
libssl-dev,
zlib1g-dev
Standards-Version: 3.8.4
Homepage: http://www.afflib.org/
Vcs-Browser: http://git.debian.org/?p=forensics/afflib.git
Vcs-Git: git://git.debian.org/forensics/afflib.git
Package: libafflib0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: support for Advanced Forensics format
libafflib is a library for reading and writing the Advanced Forensics format
(AFF), an extensible open format for the storage of disk images and related
forensic metadata.
Package: libafflib-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libafflib0 (= ${binary:Version})
Recommends: afflib-tools
Description: support for Advanced Forensics format (development)
libafflib is a library for reading and writing the Advanced Forensics format
(AFF), an extensible open format for the storage of disk images and related
forensic metadata.
.
This package contains the development files.
Package: afflib-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
${misc:Depends}, afflib-tools (= ${binary:Version}),
libafflib0 (= ${binary:Version}), libafflib-dev (= ${binary:Version})
Description: support for Advanced Forensics format (debug)
libafflib is a library for reading and writing the Advanced Forensics format
(AFF), an extensible open format for the storage of disk images and related
forensic metadata.
.
This package contains the debugging symbols.
Package: afflib-tools
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: support for Advanced Forensics format (utilities)
libafflib is a library for reading and writing the Advanced Forensics format
(AFF), an extensible open format for the storage of disk images and related
forensic metadata.
.
This package contains additional utilities.
|