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: extra
Maintainer: Lennart Weller <lhw@ring0.de>
Uploaders: Sebastian Reichel <sre@debian.org>
Standards-Version: 3.9.7
Vcs-git: https://anonscm.debian.org/git/collab-maint/innoextract.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/innoextract.git
Homepage: http://constexpr.org/innoextract/
Build-Depends: cmake,
debhelper (>= 9),
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.5.8.
|