Updated packaging related stuff
diff --git a/debian/build-package b/debian/build-package
index 3138942..269590b 100755
--- a/debian/build-package
+++ b/debian/build-package
@@ -1,5 +1,5 @@
 #!/bin/bash
-VERSION=0.36
+VERSION=0.40
 
 cd ../..
 
@@ -8,4 +8,4 @@
 debuild -S -sa
 #pdebuild
 cd ..
-#dput ppa:ptrkrysik/gr-gsm gr-gsm_${VERSION}-0ppa0_source.changes
+dput ppa:ptrkrysik/gr-gsm gr-gsm_${VERSION}-0ppa0_source.changes
diff --git a/debian/changelog b/debian/changelog
index 0c21e21..11c86a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gr-gsm (0.36-0ppa0) xenial; urgency=low
+gr-gsm (0.40-0ppa0) xenial; urgency=low
 
   * Initial upload!
 
diff --git a/debian/control b/debian/control
index 38c312e..a513300 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,5 @@
 Package: gr-gsm
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: gnuradio, gr-osmosdr, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Description: Gnuradio blocks and tools for receiving GSM transmissions
-