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.