From c993eb3033b35974cb8539084af561b7ca325728 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Wed, 26 Apr 2017 08:31:49 +0200 Subject: [PATCH] debian: add missing comma in Depends: --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c5fc412..9dfb528 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/anbox/anbox.git Package: anbox-common Architecture: all -Depends: ${misc:Depends} dbus-user-session +Depends: ${misc:Depends}, dbus-user-session Description: Common files necessary for Anbox . This package contains necessary things which can't be shipped