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 | 89b1699502396168e7d9aa414e09fdd287f24ad5 (patch) | |
| tree | 885751eae43c8f57ea90200b28d0b488311d70a4 | |
| parent | 1cf53a71b7619485f736de0a1678c5a2b2c6856f (diff) | |
| download | rabbitmq-server-git-89b1699502396168e7d9aa414e09fdd287f24ad5.tar.gz | |
Update 'po' each time we build the package.
| -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 9479feb001..0bf3a2d8c6 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: |
