diff options
author | Hubert Plociniczak <hubert@lshift.net> | 2008-12-12 13:11:06 +0000 |
---|---|---|
committer | Hubert Plociniczak <hubert@lshift.net> | 2008-12-12 13:11:06 +0000 |
commit | fdd30ee95bc3554b940dec699f9332b8c3b0d981 (patch) | |
tree | 885751eae43c8f57ea90200b28d0b488311d70a4 /packaging/debs | |
parent | bec153366fbefa66a84a3470eaa941a3dd8013fa (diff) | |
download | rabbitmq-server-fdd30ee95bc3554b940dec699f9332b8c3b0d981.tar.gz |
Update 'po' each time we build the package.bug19993
Diffstat (limited to 'packaging/debs')
-rw-r--r-- | packaging/debs/Debian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile index 9479feb0..0bf3a2d8 100644 --- a/packaging/debs/Debian/Makefile +++ b/packaging/debs/Debian/Makefile @@ -21,7 +21,7 @@ package: clean cp -r debian $(UNPACKED_DIR) chmod a+x $(UNPACKED_DIR)/debian/rules 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); debconf-updatepo; GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING) rm -rf $(UNPACKED_DIR) clean: |