summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-04-21 23:03:12 +0200
committerDidier Raboud <odyx@debian.org>2016-04-21 23:03:12 +0200
commit20e2f45c29a5304331c349e87703aa7b8cde3a77 (patch)
treef61c76b170488de25370e2321b442e38f4ccb14a /debian
parentf20ed8377526aee16f1daa38761f15a4f155135b (diff)
Add libgcrypt-mingw-w64-dev & libgpg-error-mingw-w64-dev to the list of Built-Using packages
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 352f819..266c178 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ BUILD_DATE := $(shell dpkg-parsechangelog -S Date)
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 nsis
+B_D_PACKAGES := grub-pc-bin cpio-win32 gzip-win32 gpgv-win32 debian-archive-keyring loadlin ipxe nsis libgcrypt-mingw-w64-dev libgpg-error-mingw-w64-dev
PACKAGES_LIST := $(shell set -e; \
for p in ${B_D_PACKAGES}; \