summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-09-04 15:00:03 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-09-04 15:00:03 +0100
commit49ca29cb23ac970f2e0792a0402a05c613022966 (patch)
treee72b6369235ec028ce4492703b2c4878d78bfb53 /packaging/debs
parentc71470026d31a9bc5c60c3e00dcd88635d790370 (diff)
downloadrabbitmq-server-git-49ca29cb23ac970f2e0792a0402a05c613022966.tar.gz
Added tests to cover the changes made in last commit
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index aeb958a7c3..5e4812a3ec 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -18,10 +18,11 @@ package: clean
make -C ../.. check_tools
tar -zxvf $(TARBALL_DIR)/$(TARBALL)
cp -r debian $(UNPACKED_DIR)
- chmod -R a+x $(UNPACKED_DIR)/debian
+ chmod a+x $(UNPACKED_DIR)/debian/rules
+ cp /home/hubert/work/tmp/rabbitmq-server-1.4.0.tar.gz $(UNPACKED_DIR)/rabbitmq-server-1.4.0.orig.tar.gz
UNOFFICIAL_RELEASE=$(UNOFFICIAL_RELEASE) VERSION=$(VERSION) ./check-changelog.sh rabbitmq-server $(UNPACKED_DIR)
- cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING)
- rm -rf $(UNPACKED_DIR)
+# cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING)
+# rm -rf $(UNPACKED_DIR)
clean:
rm -rf $(UNPACKED_DIR)