rules: Strip the executable bit from translation files.

This commit is contained in:
Timo Aaltonen 2012-02-16 23:24:02 +02:00
parent 8d7c272599
commit 4e1c7658f1
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -22,5 +22,6 @@ freeipa (2.1.4-1) UNRELEASED; urgency=low
* copyright: Updated.
* control: Add python-libipa-hbac to build-depends.
* control: Add ${shlibs:Depends} to python-freeipa depends.
* rules: Strip the executable bit from translation files.
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 01 Nov 2011 10:52:25 -0400

3
debian/rules vendored
View File

@ -63,6 +63,9 @@ endif
# purge .la files
find $(CURDIR)/debian/tmp -name "*.la" -type f -exec rm -f "{}" \;
# fix permissions
find $(CURDIR)/debian/tmp -name "*.mo" -type f -exec chmod -x "{}" \;
dh_install --list-missing
%: