diff options
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/debian/control b/debian/control index b8b18e2..30b71e9 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: cmake, python3-dbusmock, debhelper (>= 9), dh-translations, - intltool (>= 0.35.0), language-pack-en-base, libgtest-dev, libglib2.0-dev (>= 2.35.4), 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; - |