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 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: gcab
Maintainer: Stephen Kitt <skitt@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
gobject-introspection,
gtk-doc-tools,
intltool,
libgirepository1.0-dev,
libglib2.0-dev,
meson (>= 0.50.0),
pkg-config,
valac
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debian/gcab
Vcs-Git: https://salsa.debian.org/debian/gcab.git
Homepage: https://wiki.gnome.org/msitools
Rules-Requires-Root: no
Package: gcab
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Microsoft Cabinet file manipulation tool
gcab can list, extract and create cabinet (.cab) files, commonly used
as archives to distribute software on Windows.
.
gcab is similar to cabextract but can create cabinet files.
Package: libgcab-1.0-0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Microsoft Cabinet file manipulation library
libgcab provides functions to manipulate cabinet (.cab) files,
both for reading and writing their contents.
.
This package contains the shared library.
Package: libgcab-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: gir1.2-gcab-1.0 (= ${binary:Version}),
libgcab-1.0-0 (= ${binary:Version}),
libglib2.0-dev,
${misc:Depends}
Suggests: libgcab-doc
Description: Microsoft Cabinet file manipulation library - development files
libgcab provides functions to manipulate cabinet (.cab) files,
both for reading and writing their contents.
.
This package contains the development files.
Package: libgcab-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: devhelp
Description: Microsoft Cabinet file manipulation library - documentation
libgcab provides functions to manipulate cabinet (.cab) files,
both for reading and writing their contents.
.
This package contains the documentation.
Package: libgcab-tests
Architecture: any
Section: misc
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: gnome-desktop-testing
Description: Microsoft Cabinet file manipulation library - as-installed tests
libgcab provides functions to manipulate cabinet (.cab) files,
both for reading and writing their contents.
.
This package contains automated tests, mostly for use via autopkgtest.
They can most easily be invoked via the gnome-desktop-testing-runner
tool in the gnome-desktop-testing package.
Package: gir1.2-gcab-1.0
Architecture: any
Multi-Arch: same
Section: introspection
Depends: ${gir:Depends},
${misc:Depends}
Replaces: gir1.2-libgcab-1.0
Breaks: gir1.2-libgcab-1.0
Description: Microsoft Cabinet file manipulation library - gir bindings
libgcab provides functions to manipulate cabinet (.cab) files,
both for reading and writing their contents.
.
This package contains the GObject introspection repository bindings.
|