mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
rules: Strip the executable bit from translation files.
This commit is contained in:
parent
8d7c272599
commit
4e1c7658f1
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
3
debian/rules
vendored
@ -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
|
||||
|
||||
%:
|
||||
|
Loading…
Reference in New Issue
Block a user