summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-09-24 18:59:40 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-09-24 18:59:40 +0100
commit7e734a46c45478d060e26fe904389d8ad7393e67 (patch)
treee5d4a4c772f8d7f402356526c68d134873110d47
parent957e137792a2e0766329470535a5fdb4aff48288 (diff)
downloadrabbitmq-server-git-7e734a46c45478d060e26fe904389d8ad7393e67.tar.gz
Debian: Always build a source+binary package
-rw-r--r--packaging/debs/Debian/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index 6d844364c9..bbebad3604 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -30,7 +30,7 @@ package: clean
cat $(UNPACKED_DIR)/LICENSE >> $(UNPACKED_DIR)/debian/copyright
echo "\n\nThe Debian packaging is (C) 2007-2013, GoPivotal, Inc. and is licensed\nunder the MPL 1.1, see above.\n" >> $(UNPACKED_DIR)/debian/copyright
UNOFFICIAL_RELEASE=$(UNOFFICIAL_RELEASE) VERSION=$(VERSION) ./check-changelog.sh rabbitmq-server $(UNPACKED_DIR)
- cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING)
+ cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -sa -rfakeroot $(SIGNING)
rm -rf $(UNPACKED_DIR)
clean: