diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2018-03-26 16:13:36 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-26 21:07:40 +0000 |
commit | c8ec1314bd2e92529fdeaf05cbead67eef7e2320 (patch) | |
tree | c0fadb3ccb69b4776ac057de643a1ac2609027a7 | |
parent | d423c4a5492cb6ef92e6ee295b30ce9095b53c0c (diff) | |
download | ayatana-indicator-datetime-c8ec1314bd2e92529fdeaf05cbead67eef7e2320.tar.gz ayatana-indicator-datetime-c8ec1314bd2e92529fdeaf05cbead67eef7e2320.tar.bz2 ayatana-indicator-datetime-c8ec1314bd2e92529fdeaf05cbead67eef7e2320.zip |
add ubuntu-touch-sounds to Build-Depends for unit tests on phone notification sounds
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 941931b..774be95 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,8 @@ Build-Depends: cmake, evolution-data-server, gvfs-daemons, systemd [linux-any], +# for phone alarm/calendar notification sound tests: + ubuntu-touch-sounds | hello, Standards-Version: 3.9.6 Homepage: https://github.com/ArcticaProject/ayatana-indicator-datetime Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-indicator-datetime.git |