From fbf4fe83391f63d10ca0c443ed1d0a0f169159fc Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 18 Oct 2011 23:35:22 +0100
Subject: [PATCH] add missing dependency

---
 client/debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/debian/control b/client/debian/control
index 456a35a..5b8d5c0 100644
--- a/client/debian/control
+++ b/client/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.8.0.1
 
 Package: djrandom-client
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, python-pyinotify
 Description: DJRandom uploader client.
  Uploads your music in the background.
 
-- 
GitLab