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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: ntfs-3g
Section: otherosfs
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
chrpath,
libfuse-dev (>= 2.9.3-16),
libgcrypt20-dev,
libgpg-error-dev,
libgnutls28-dev,
pkg-config,
Standards-Version: 3.9.8
Homepage: http://www.tuxera.com/community/ntfs-3g-advanced/
#Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/packages/ntfs-3g.git
#Vcs-Git: git://daniel-baumann.ch/git/debian/packages/ntfs-3g.git
Package: ntfs-3g
Section: otherosfs
Architecture: linux-any kfreebsd-any
Pre-Depends:
${misc:Pre-Depends},
fuse [linux-any],
fuse4bsd [kfreebsd-any],
Depends:
${misc:Depends},
${shlibs:Depends},
libntfs-3g871 (= ${binary:Version})
#Provides: ${ntfs-3g:Provides}
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-dbg
Section: debug
Priority: extra
Architecture: linux-any kfreebsd-any
Depends:
${misc:Depends},
ntfs-3g (= ${binary:Version}),
ntfs-3g-dev (= ${binary:Version}),
Description: read/write NTFS driver for FUSE (debug)
NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
filesystem used by Microsoft Windows.
.
This package contains the debugging symbols.
Package: ntfs-3g-dev
Section: libdevel
Architecture: linux-any kfreebsd-any
Depends:
${misc:Depends},
${shlibs:Depends},
libntfs-3g871 (= ${binary:Version}),
ntfs-3g (= ${binary:Version})
Breaks: ntfs-3g (<< 1:2014.2.15AR.1-2~)
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-3g871
Section: libs
Architecture: linux-any kfreebsd-any
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},
fuse-udeb,
Provides: ${ntfs-3g-udeb:Provides}
Description: read/write NTFS driver for FUSE
|