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
|
Source: innoextract
Section: utils
Priority: optional
Maintainer: Lennart Weller <lhw@ring0.de>
Uploaders: Sebastian Reichel <sre@debian.org>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/lhw-guest/innoextract
Vcs-git: https://salsa.debian.org/lhw-guest/innoextract.git
Homepage: http://constexpr.org/innoextract/
Build-Depends: cmake,
debhelper-compat(= 11),
dpkg-dev (>= 1.16.1~),
libboost-iostreams-dev,
libboost-filesystem-dev,
libboost-date-time-dev,
libboost-system-dev,
libboost-program-options-dev,
liblzma-dev
Package: innoextract
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Tool for extracting data from an Inno Setup installer
Inno Setup is a tool to create installers for Microsoft Windows applications.
Inno Extracts allows one to extract such installers under non-windows systems
without running the actual installer using wine. Inno Extract currently
supports installers created by Inno Setup 1.2.10 to 5.6.0.
|