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
|
Source: nsis
Maintainer: Thomas Gaugler <thomas@dadie.net>
Section: devel
Priority: optional
Build-Depends: docbook-xsl-ns,
docbook5-xml,
html2text,
libcppunit-dev,
mingw-w64,
scons,
xsltproc,
zlib1g-dev,
debhelper-compat (= 13)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/nsis
Vcs-Git: https://salsa.debian.org/debian/nsis.git
Homepage: https://nsis.sourceforge.io/
Package: nsis
Architecture: any
Depends: nsis-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: mingw-w64,
nsis-doc (>= ${source:Version}),
nsis-pluginapi (>= ${source:Version}),
wine [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc]
Description: Nullsoft Scriptable Install System (modified for Debian)
NSIS is a tool for creating quick and user friendly installers for
Microsoft Windows (Win32) operating systems.
.
NSIS creates installers that are capable of installing, uninstalling,
setting system settings, extracting files, etc. Because it's based on
script files, you can fully control every part of your installers. The
script language supports variables, functions, string manipulation,
just like a normal programming language - but designed for the creation
of installers. Even with all these features, NSIS is still the smallest
installer system available.
Package: nsis-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Nullsoft Scriptable Install System stubs and plugins
NSIS is a tool for creating quick and user friendly installers for
Microsoft Windows (Win32) operating systems.
.
This package contains the stubs and plugins of NSIS.
Package: nsis-pluginapi
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: mingw-w64
Enhances: nsis (>= ${source:Version})
Description: Nullsoft Scriptable Install System plugin API
NSIS is a tool for creating quick and user friendly installers for
Microsoft Windows (Win32) operating systems.
.
This package contains the header and library files for developing
NSIS plugins.
Package: nsis-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Nullsoft Scriptable Install System documentation
NSIS is a tool for creating quick and user friendly installers for
Microsoft Windows (Win32) operating systems.
.
This package contains examples and the documentation in HTML format.
|