diff options
author | Ted Gould <ted@gould.cx> | 2013-10-31 11:40:41 -0700 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-10-31 11:40:41 -0700 |
commit | eb47d698341bc8f1b46433c48fc280d5a4906ad3 (patch) | |
tree | 04e18a96bcad6c22f5079a517c5c8927d1ac49cd /debian/rules | |
parent | a4a5562fd93fdd6d9cb4b9cde98126fdca3ea21d (diff) | |
parent | 0439dc69bfd71c42d01b7d11cb586ef056503b28 (diff) | |
download | ayatana-indicator-datetime-eb47d698341bc8f1b46433c48fc280d5a4906ad3.tar.gz ayatana-indicator-datetime-eb47d698341bc8f1b46433c48fc280d5a4906ad3.tar.bz2 ayatana-indicator-datetime-eb47d698341bc8f1b46433c48fc280d5a4906ad3.zip |
Merge trunk
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules index 25854b8..0e7a91f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,17 +3,11 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with quilt,autoreconf - -override_dh_autoreconf: - NOCONFIGURE=1 dh_autoreconf ./autogen.sh - -override_dh_auto_configure: - dh_auto_configure -- --disable-static --disable-silent-rules + dh $@ --with translations override_dh_install: cd po; intltool-update --pot --verbose - dh_install -X.la --fail-missing + dh_install --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; \ |