summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-09-04 15:05:21 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-09-04 15:05:21 +0100
commit569c0858d663dc0b542393a0fa10753576dea31a (patch)
tree79add8f6e93daccf80a16a2aa49704ac135fece6 /packaging
parent49ca29cb23ac970f2e0792a0402a05c613022966 (diff)
downloadrabbitmq-server-git-569c0858d663dc0b542393a0fa10753576dea31a.tar.gz
Reverted changes that accidentally got committed
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debs/Debian/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index 5e4812a3ec..aeb958a7c3 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -18,11 +18,10 @@ package: clean
make -C ../.. check_tools
tar -zxvf $(TARBALL_DIR)/$(TARBALL)
cp -r debian $(UNPACKED_DIR)
- 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
+ chmod -R a+x $(UNPACKED_DIR)/debian
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)