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
|
Source: hfsplus
Section: otherosfs
Priority: optional
Maintainer: Aurélien GÉRÔME <ag@roxor.cx>
Build-Depends: autotools-dev, docbook-to-man, debhelper (>= 4), dpatch, libtool, autoconf, automake1.11
Standards-Version: 3.7.2
Package: libhfsp0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Shared library to access HFS+ formatted volumes
HFS+ is a modernized version of Apple Computers HFS Filesystem.
Nowadays, it is widely used with more recent versions of MacOS.
hfsplus consists of a library and a set of tools that allow access
to HFS+ volumes.
.
This package contains a shared version of the library.
Package: hfsplus
Architecture: any
Section: otherosfs
Depends: ${shlibs:Depends}
Description: Tools to access HFS+ formatted volumes
HFS+ is a modernized version of Apple Computers HFS Filesystem.
Nowadays, it is widely used with more recent versions of MacOS.
hfsplus consists of a library and a set of tools that allow access
to HFS+ volumes.
.
This package contains the tools themselves.
Package: libhfsp-dev
Architecture: any
Section: libdevel
Depends: libhfsp0 (= ${Source-Version}), libc6-dev
Description: Library to access HFS+ formatted volumes
HFS+ is a modernized version of Apple Computers HFS Filesystem.
Nowadays, it is widely used with more recent versions of MacOS.
hfsplus consists of a library and a set of tools that allow access
to HFS+ volumes.
.
This package contains everything you need to write programs that use
this library, i.e. header files and an archive version of the library.
|