diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-25 23:05:45 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-26 11:37:13 +0100 |
commit | 00c7151199adb5271b558a39d2398804c0b58447 (patch) | |
tree | 730a45a1872d16cdee95b47c26fc4e42aa63f623 /debian | |
parent | babfaba6f6f22b9cfb821c713cac4dbaaefd8605 (diff) | |
download | ayatana-indicator-bluetooth-00c7151199adb5271b558a39d2398804c0b58447.tar.gz ayatana-indicator-bluetooth-00c7151199adb5271b558a39d2398804c0b58447.tar.bz2 ayatana-indicator-bluetooth-00c7151199adb5271b558a39d2398804c0b58447.zip |
debian/control: Allow builds where liburl-dispatcher1-dev is not available.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0af5bc0..02a644b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9.0), dh-systemd, gnome-common, libglib2.0-dev (>= 2.32.0), - liburl-dispatcher1-dev, + liburl-dispatcher1-dev | hello, systemd [linux-any], valac (>= 0.20), Standards-Version: 4.1.1 |