debian: Make a new release with the new features we gained

Change-Id: I85e210e6ed14aef085902a5af6407d51685aecba
diff --git a/debian/changelog b/debian/changelog
index 26db138..fd4259c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+osmo-pcap (0.0.10) unstable; urgency=medium
+
+  * New release with new features
+  * Allow unauthenticated TLS between client and server
+  * Allow a client to connect to multiple servers at the
+    same time.
+  * Allow the server to forward data through ZeroMQ
+
+ -- Holger Hans Peter Freyther <holger@moiji-mobile.com>  Wed, 09 Nov 2016 02:09:52 +0100
+
 osmo-pcap (0.0.9) unstable; urgency=medium
 
   * Fix pcap packet format for 64bit clients. 
diff --git a/debian/control b/debian/control
index 5c27dc0..3364e34 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@
 Section: unknown
 Priority: extra
 Maintainer: Holger Hans Peter Freyther <zecke@selfish.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, autotools-dev, libpcap0.8-dev, pkg-config, libosmocore-dev
+Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, autotools-dev, libpcap0.8-dev, pkg-config, libosmocore-dev, libgnutls28-dev, libzmq3-dev
 Standards-Version: 3.9.1
 Homepage: http://openbsc.osmocom.org
 #Vcs-Git: git://git.debian.org/collab-maint/osmo-pcap.git