diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-07-18 22:01:30 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-07-18 22:01:30 +0000 |
commit | 1efa02505a7695288d3217f03cc83fd7de1f42a0 (patch) | |
tree | fd8baf8d304a9b6e90af4c79fa1fe24d6d87c168 | |
parent | aea9abefb99d81abf48197bcfc45852ff247bb28 (diff) | |
download | ayatana-indicator-datetime-1efa02505a7695288d3217f03cc83fd7de1f42a0.tar.gz ayatana-indicator-datetime-1efa02505a7695288d3217f03cc83fd7de1f42a0.tar.bz2 ayatana-indicator-datetime-1efa02505a7695288d3217f03cc83fd7de1f42a0.zip |
debian/control: Adapt B-Ds: Add libaccounts-glib-dev (>= 1.18), switch from libecal1.2-dev to libecal2.0-dev (>= 3.16).
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b5068b2..e91fd9c 100644 --- a/debian/control +++ b/debian/control @@ -7,10 +7,11 @@ Build-Depends: cmake, dbus, debhelper (>= 9), intltool, + libaccounts-glib-dev (>= 1.18), libglib2.0-dev (>= 2.35.4), libnotify-dev (>= 0.7.6), libgstreamer1.0-dev, - libecal1.2-dev (>= 3.16), + libecal2.0-dev (>= 3.16), libical-dev (>= 1.0), libedataserver1.2-dev (>= 3.5), accountsservice-ubuntu-schemas | hello, |