diff --git a/debian/changelog b/debian/changelog
index f30d698955ebdfaae6ed110519287275f66e3473..3e4686e3591a5591edcc1a1fd7cc9b2c9a49da01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-convert-to-spaces (1.0.1-1) UNRELEASED; urgency=low
+node-convert-to-spaces (1.0.1-1) experimental; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #854569)
 
- -- Abhishek Lolage <abhisheklolage@gmail.com>  Wed, 08 Feb 2017 17:39:01 +0000
+ -- Abhishek Lolage <abhisheklolage@gmail.com>  Wed, 08 Feb 2017 17:06:13 +0000
diff --git a/debian/control b/debian/control
index 1a980c7ec46dff6034044c5ba467c753e3960539..28470a4032364c11708c1f5c6a409c49ce594ada 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Depends:
  ${misc:Depends}
  , nodejs
 Description: Convert tabs to spaces in a string
- FIX_ME long description
+ Replaces '\t' in a given input string
+ with given number of spaces (default 2 spaces). 
  .
  Node.js is an event-based server-side JavaScript engine.