diff --git a/debian/changelog b/debian/changelog
index c5ccd38f7e551aa83d4893ce766f705a01f57e54..2a8debf1b2d0e18094a29f7be285f788b430e190 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-dcpman (0.1.3) unstable; urgency=medium
+dcpman (0.1.4) unstable; urgency=medium
+
+  * Tagged debian/0.1.4
+
+ -- Adar Nimrod <nimrod@shore.co.il>  Thu, 25 Sep 2014 15:10:18 +0300
+
+dcpman (0.1.4) unstable; urgency=medium
 
   [ Adar Nimrod ]
   * Create debian changelog from git commits when building.
@@ -9,7 +15,7 @@ dcpman (0.1.3) unstable; urgency=medium
   * Work on future feature (full ingest of DCP from removable media).
   * Added output to syslog in manager.py.
 
- -- Adar Nimrod <nimrod@nimrod.private>  Thu, 25 Sep 2014 15:07:52 +0300
+ -- Adar Nimrod <nimrod@shore.co.il>  Thu, 25 Sep 2014 15:07:52 +0300
 
 dcpman (0.1) UNRELEASED; urgency=medium
 
diff --git a/fabfile.py b/fabfile.py
index a020f96772609f32aaeb4f1e062c7ecbb9d26d53..11795ae1cb95e0b7d39f8c7fad4490e7554dc133 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -12,7 +12,7 @@ def publish ():
 @task
 def build ():
     #local ('''git dch -a''')
-    local ('''dpkg-buildpackage''')
+    local ('''dpkg-buildpackage -us -uc''')
 
 @task
 def clean ():