File: control

package info (click to toggle)
hfsplus 1.0.4-20
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,948 kB
  • sloc: ansic: 7,726; makefile: 54
file content (49 lines) | stat: -rw-r--r-- 1,770 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
49
Source: hfsplus
Section: otherosfs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (=13),
 docbook-to-man,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/hfsplus.git
Vcs-Browser: https://salsa.debian.org/debian/hfsplus

Package: libhfsp0t64
Provides: ${t64:Provides}
Replaces: libhfsp0
Breaks: libhfsp0 (<< ${source:Version})
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc: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: linux-any
Depends: ${shlibs:Depends}, ${misc: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: linux-any
Section: libdevel
Depends: libhfsp0t64 (= ${binary:Version}), libc6-dev, ${misc:Depends}
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.