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
|
Source: libisofs
Maintainer: Debian Libburnia packagers <pkg-libburnia-devel@lists.alioth.debian.org>
Uploaders: George Danchev <danchev@spnet.net>,
Mario Danic <mario.danic@gmail.com>,
Thomas Schmitt <scdbackup@gmx.net>
Section: libs
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
zlib1g-dev,
libacl1-dev,
libjte-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/optical-media-team/libisofs/tree/master
Vcs-Git: https://salsa.debian.org/optical-media-team/libisofs.git -b master
Homepage: http://libburnia-project.org
Package: libisofs6t64
Provides: ${t64:Provides}
Replaces: libisofs6
Breaks: libisofs6 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: library to create ISO 9660 images
libisofs creates ISO 9660 (aka ECMA-119) filesystem images which can either
be written to POSIX file objects or handed over to libburn for being written
directly to optical media.
It can read metadata of ISO 9660 filesystems, manipulate them, and use them
to produce new complete filesystem images or add-on images to be appended
to the read filesystem image.
Supported extensions to ISO 9660 are Rock Ridge, Joliet, AAIP, zisofs.
Package: libisofs-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: background documentation for libisofs library
This package contains documentation for libisofs6t64 extensions to the ISO 9660
filesystem format: extended file attributes by AAIP, MD5 checksums,
zisofs as of mkzftree(1).
Package: libisofs-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libisofs6t64 (= ${binary:Version})
Suggests: libisofs-doc (= ${source:Version})
Description: development package for libisofs
This package contains the pkgconfig files, static library and headers for the
libisofs6t64 package.
Header file <libisofs/libisofs.h> defines the API of libisofs.
|