summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-12-17 07:58:35 +0100
committerDidier Raboud <odyx@debian.org>2014-12-17 07:58:35 +0100
commitce37a30e4f43bed49ec3f96257a196be4826a035 (patch)
treeea1c09cac343204c6f384d715ef01ab8e7ed29f7 /debian
parent671c23a8a3137e63a1ae974b37a66df7f72971ea (diff)
Add NSIS in the Built-Using list, given that win32-loader embeds (at least) NSISdl.dll
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ce9a044..0039893 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ BYHAND ?= yes
W32_VERSION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
W32_BYHAND_NAME := win32-loader_$(W32_VERSION)_all
-B_D_PACKAGES := grub-pc-bin cpio-win32 gzip-win32 gpgv-win32 debian-archive-keyring loadlin ipxe
+B_D_PACKAGES := grub-pc-bin cpio-win32 gzip-win32 gpgv-win32 debian-archive-keyring loadlin ipxe nsis
PACKAGES_LIST := $(shell set -e; \
for p in ${B_D_PACKAGES}; \