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: ntfs-3g
Section: otherosfs
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
chrpath,
libgcrypt20-dev,
libgpg-error-dev,
libgnutls28-dev,
pkgconf
Standards-Version: 4.7.0
Homepage: https://github.com/tuxera/ntfs-3g/wiki
Rules-Requires-Root: binary-targets
Package: ntfs-3g
Section: otherosfs
Architecture: linux-any kfreebsd-any
Depends:
${misc:Depends},
${shlibs:Depends},
libntfs-3g89t64 (= ${binary:Version}),
fuse3 [linux-any],
fuse4bsd [kfreebsd-any]
#Provides: ${ntfs-3g:Provides}
Suggests: fdisk
Description: read/write NTFS driver for FUSE
NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
filesystem used by Microsoft Windows.
Package: ntfs-3g-dev
Section: libdevel
Architecture: linux-any kfreebsd-any
Depends:
${misc:Depends},
${shlibs:Depends},
libntfs-3g89t64 (= ${binary:Version}),
ntfs-3g (= ${binary:Version})
Description: read/write NTFS driver for FUSE (development)
NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
filesystem used by Microsoft Windows.
.
This package contains the development files.
Package: libntfs-3g89t64
Provides: ${t64:Provides}
Replaces: libntfs-3g89
Conflicts: libntfs-3g89 (<< ${source:Version})
Section: libs
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Description: read/write NTFS driver for FUSE (runtime library)
NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
filesystem used by Microsoft Windows.
.
This package contains the actual library.
Package: ntfs-3g-udeb
Package-Type: udeb
Section: debian-installer
Architecture: linux-any kfreebsd-any
Depends:
${misc:Depends},
${shlibs:Depends},
fuse3-udeb,
#Provides: ${ntfs-3g-udeb:Provides}
Description: read/write NTFS driver for FUSE
|