summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-12-07 16:02:00 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-12-07 16:02:00 +0000
commit111534f835e2623d3e40697dc9b3ac794bc430f9 (patch)
tree2da0a37e1420be0c92e596938373372aae51e368
parent37b41dcea184592e39a55ec943f34bd33380e3fb (diff)
downloadrabbitmq-server-bug25350.tar.gz
Tell dpkg-buildpackage to tell dpkg-genchanges to always include the source package in the .changes file. We need this for the apt repository to build correctly. Now dpkg-genchanges should include the source package when the Debian version is -0 or -1, but it has decided not to in some mysterious circumstances. This fixes the build.bug25350
-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 1e4bf755..81f4a0cd 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-2012, VMware, 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: