diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-03-24 16:17:54 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-03-24 16:17:54 +0000 |
commit | 7a6e36e548f574ba1e6ea49af63b2ce0397a848f (patch) | |
tree | 133e40c36b0b60353a73f8df6d5964f2faf57cab | |
parent | 2176a55e8fa3b354ab34109c68f829d0c89d8494 (diff) | |
parent | 9b093e7c80946c9d11e7ac18b0a301697f93a248 (diff) | |
download | ayatana-indicator-datetime-7a6e36e548f574ba1e6ea49af63b2ce0397a848f.tar.gz ayatana-indicator-datetime-7a6e36e548f574ba1e6ea49af63b2ce0397a848f.tar.bz2 ayatana-indicator-datetime-7a6e36e548f574ba1e6ea49af63b2ce0397a848f.zip |
Remove unused dependencies from packaging. Fixes: 1120358
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | debian/control | 11 | ||||
-rwxr-xr-x | debian/rules | 7 |
3 files changed, 2 insertions, 17 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b468a5..378dc03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,6 @@ include (FindPkgConfig) pkg_check_modules (SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-unix-2.0>=2.36 - geoclue>=0.12 libical>=0.48 libecal-1.2>=3.5 libedataserver-1.2>=3.5 diff --git a/debian/control b/debian/control index 84f76ca..30b71e9 100644 --- a/debian/control +++ b/debian/control @@ -9,23 +9,14 @@ Build-Depends: cmake, python3-dbusmock, debhelper (>= 9), dh-translations, - intltool (>= 0.35.0), - gnome-common, language-pack-en-base, - libxorg-gtest-dev, libgtest-dev, libglib2.0-dev (>= 2.35.4), libnotify-dev (>= 0.7.6), libcanberra-dev, - libido3-0.1-dev (>= 0.2.90), - libgeoclue-dev (>= 0.12.0), libecal1.2-dev (>= 3.5), libical-dev (>= 1.0), - libgtk-3-dev (>= 3.1.4), - libcairo2-dev (>= 1.10), - libpolkit-gobject-1-dev, libedataserver1.2-dev (>= 3.5), - libgconf2-dev (>= 2.31), liburl-dispatcher1-dev, libproperties-cpp-dev, libdbustest1-dev, @@ -42,11 +33,11 @@ Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - geoclue-ubuntu-geoip | geoclue-provider, systemd-services, systemd-shim, Recommends: indicator-applet | indicator-renderer, evolution-data-server, + geoclue-ubuntu-geoip | geoclue-provider, unity-control-center (>= 14.04.3) | ubuntu-system-settings, Suggests: click, Conflicts: indicator-datetime (<< 13.10.0) diff --git a/debian/rules b/debian/rules index 0e7a91f..d2889aa 100755 --- a/debian/rules +++ b/debian/rules @@ -6,11 +6,6 @@ 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; + |