diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-08-17 16:20:32 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-08-17 16:20:32 +0100 |
| commit | 2dc3eb753112511241c6cc68396351cf8851d899 (patch) | |
| tree | 07507fbb0550f4b5d396a59c6da52b87640b854e /packaging/debs | |
| parent | 80e4fe0ecf1e354e56ebf787de0125bb335f5f8a (diff) | |
| parent | 6819ee5650d7c66acc21767bdcf80be66b280dce (diff) | |
| download | rabbitmq-server-git-2dc3eb753112511241c6cc68396351cf8851d899.tar.gz | |
Merging bug24230 to default
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/Makefile | 2 | ||||
| -rw-r--r-- | packaging/debs/Debian/debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile index 31979a8e01..38c81134a2 100644 --- a/packaging/debs/Debian/Makefile +++ b/packaging/debs/Debian/Makefile @@ -19,7 +19,7 @@ all: package: clean cp $(TARBALL_DIR)/$(TARBALL) $(DEBIAN_ORIG_TARBALL) - tar -zxvf $(DEBIAN_ORIG_TARBALL) + tar -zxf $(DEBIAN_ORIG_TARBALL) cp -r debian $(UNPACKED_DIR) cp $(COMMON_DIR)/* $(UNPACKED_DIR)/debian/ # Debian and descendants differ from most other distros in that diff --git a/packaging/debs/Debian/debian/changelog b/packaging/debs/Debian/debian/changelog index 1cab4235dd..9063a6edeb 100644 --- a/packaging/debs/Debian/debian/changelog +++ b/packaging/debs/Debian/debian/changelog @@ -1,3 +1,9 @@ +rabbitmq-server (2.5.1-1) lucid; urgency=low + + * New Upstream Release + + -- Simon MacMullen <simon@rabbitmq.com> Mon, 27 Jun 2011 11:21:49 +0100 + rabbitmq-server (2.5.0-1) lucid; urgency=low * New Upstream Release |
