summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-02-06 15:33:49 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-02-06 15:33:49 +0000
commitfeb304bfd384d0b6ed4286438b0d717f3c878d06 (patch)
treef4550bb5bf01380253caef5ec0c7f15cf23e0bd2 /packaging/debs
parentb00bbc43f2b49cee2e286fff033c8f6238303008 (diff)
parentac839d16d0b951ce2dbf338a35aada910033e702 (diff)
downloadrabbitmq-server-git-feb304bfd384d0b6ed4286438b0d717f3c878d06.tar.gz
Merged bug24655 into default
Diffstat (limited to 'packaging/debs')
-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 8696427ea5..79e9c1dd72 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -34,7 +34,7 @@ package: clean
chmod a+x $(UNPACKED_DIR)/debian/rules
echo "This package was debianized by Tony Garnock-Jones <tonyg@rabbitmq.com> on\nWed, 3 Jan 2007 15:43:44 +0000.\n\nIt was downloaded from http://www.rabbitmq.com/\n\n" > $(UNPACKED_DIR)/debian/copyright
cat $(UNPACKED_DIR)/LICENSE >> $(UNPACKED_DIR)/debian/copyright
- echo "\n\nThe Debian packaging is (C) 2007-2011, VMware, Inc. and is licensed\nunder the MPL 1.1, see above.\n" >> $(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)
rm -rf $(UNPACKED_DIR)