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 98 99 100 101 102 103 104 105 106 107
|
Source: msitools
Maintainer: Stephen Kitt <skitt@debian.org>
Section: utils
Priority: optional
Build-Depends: bats,
bison,
debhelper-compat (= 13),
dh-exec,
gir1.2-gio-2.0-dev <!nogir>,
gir1.2-gobject-2.0-dev <!nogir>,
gobject-introspection,
libgcab-dev,
libgirepository1.0-dev <!nogir>,
libglib2.0-dev,
libgsf-1-dev,
libxml2-dev,
meson (>= 1.4),
valac
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/msitools
Vcs-Git: https://salsa.debian.org/debian/msitools.git
Homepage: https://wiki.gnome.org/msitools
Rules-Requires-Root: no
Package: msitools
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Windows Installer file manipulation tool
msitools contains a number of programs to create, inspect and extract
Windows Installer (.msi) files.
.
The following tools are included:
- msiinfo: inspects MSI packages
- msibuild: builds MSI packages
- msidiff: compares two MSI packages' contents
- msidump: dumps raw MSI tables and stream contents
- msiextract: extracts files contained in MSI packages
Package: wixl
Architecture: any
Multi-Arch: foreign
Build-Profiles: <!nogir>
Depends: wixl-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Windows Installer creation tool
wixl builds Windows Installer (.msi) packages from XML documents, in
a similar fashion to the WiX toolset.
.
This package includes wixl-heat, which builds WiX XML fragments from
lists of files and directories.
Package: wixl-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Windows Installer creation tool — data files
wixl builds Windows Installer (.msi) packages from XML documents, in
a similar fashion to the WiX toolset.
.
This package contains the package descriptions.
Package: libmsi-1.0-0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Windows Installer file manipulation library
libmsi provides functions to manipulate Windows Installer (.msi)
files, both for reading and writing their contents and querying their
databases.
.
This package contains the runtime library.
Package: libmsi-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmsi-1.0-0 (= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Description: Windows Installer file manipulation library - development files
libmsi provides functions to manipulate Windows Installer (.msi)
files, both for reading and writing their contents and querying their
databases.
.
This package contains the header files and libraries required to
develop software using libmsi.
Package: gir1.2-libmsi-1.0
Architecture: any
Multi-Arch: same
Section: introspection
Build-Profiles: <!nogir>
Depends: ${gir:Depends},
${misc:Depends}
Description: Windows Installer file manipulation library - gir bindings
libmsi provides functions to manipulate Windows Installer (.msi)
files, both for reading and writing their contents and querying their
databases.
.
This package contains the GObject introspection repository bindings.
|