diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 14:14:09 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 14:14:20 +0100 |
commit | 040092b24c0645c574aa15c3415b11bac526b83a (patch) | |
tree | 8d890ae8eb22cdcca790ec26ea8d1ee017da7aed | |
parent | 6a0950b360c49169f44de819d356dc7cf19c7f6d (diff) | |
download | ayatana-indicator-datetime-040092b24c0645c574aa15c3415b11bac526b83a.tar.gz ayatana-indicator-datetime-040092b24c0645c574aa15c3415b11bac526b83a.tar.bz2 ayatana-indicator-datetime-040092b24c0645c574aa15c3415b11bac526b83a.zip |
debian/control: Fix dependency; we need accountsservice-ubuntu-schemas on Ubuntu, not gsettings-ubuntu-schemas.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index addd3cd..b978c41 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: cmake, libecal1.2-dev (>= 3.16), libical-dev (>= 1.0), libedataserver1.2-dev (>= 3.5), - gsettings-ubuntu-schemas | hello, + accountsservice-ubuntu-schemas | hello, liburl-dispatcher1-dev | hello, libproperties-cpp-dev, # for the test harness: |