diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2013-09-02 16:34:11 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-09-02 16:34:11 +0000 |
commit | f4e0e8d8eabe40f0b2a8f9fe0881a17c3118b999 (patch) | |
tree | bdbd8a5cab7b1d5bda2a3065d12ac279a702e412 /debian | |
parent | 865966814056e94d7ef7dcc7c7b1bd48128182d4 (diff) | |
parent | 2f4de37b9cb610931e41980de4acc3c07286918b (diff) | |
download | ayatana-indicator-datetime-f4e0e8d8eabe40f0b2a8f9fe0881a17c3118b999.tar.gz ayatana-indicator-datetime-f4e0e8d8eabe40f0b2a8f9fe0881a17c3118b999.tar.bz2 ayatana-indicator-datetime-f4e0e8d8eabe40f0b2a8f9fe0881a17c3118b999.zip |
Really don't install *.la file.
Approved by PS Jenkins bot, Sebastien Bacher.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index a350b13..25854b8 100755 --- a/debian/rules +++ b/debian/rules @@ -12,10 +12,8 @@ override_dh_auto_configure: dh_auto_configure -- --disable-static --disable-silent-rules override_dh_install: - find debian/indicator-datetime -name \*.la -delete - find debian/indicator-datetime -name \*.a -delete cd po; intltool-update --pot --verbose - dh_install --fail-missing + dh_install -X.la --fail-missing # Language packs for d in $$(find debian/indicator-datetime -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \ sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \ |