diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-03-23 15:11:06 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-03-23 15:11:06 -0500 |
commit | 95e497e326220d21828117e1a417b056c24ce3d5 (patch) | |
tree | 8fe542760ece3eb68cb59e0a034e37fc90821136 /debian/rules | |
parent | 380b845ee5e6435b9f426f16399b5c5da273be64 (diff) | |
download | ayatana-indicator-datetime-95e497e326220d21828117e1a417b056c24ce3d5.tar.gz ayatana-indicator-datetime-95e497e326220d21828117e1a417b056c24ce3d5.tar.bz2 ayatana-indicator-datetime-95e497e326220d21828117e1a417b056c24ce3d5.zip |
in debian/rules, move unneeded intltool and .desktop file rules.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index 0e7a91f..cedb6b4 100755 --- a/debian/rules +++ b/debian/rules @@ -5,12 +5,3 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: dh $@ --with translations -override_dh_install: - cd po; intltool-update --pot --verbose - 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; \ - echo "X-Ubuntu-Gettext-Domain=indicator-datetime" >> $$d; \ - done; - |