diff --git a/debian/changelog b/debian/changelog
index 2f78bdfbcc234b92373d70041dfe35ce125c592e..c58c6c08643c569c87042306b35d9f66fee1e98d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-irregular-plurals (1.2.0-1) UNRELEASED; urgency=low
+node-irregular-plurals (1.2.0-1) experimental; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #853279)
 
- -- Abhishek Lolage <abhisheklolage@gmail.com>  Tue, 31 Jan 2017 12:59:21 +0000
+ -- Abhishek Lolage <abhisheklolage@gmail.com>  Tue, 31 Jan 2017 12:04:49 +0000
diff --git a/debian/control b/debian/control
index 438490b2cf0e2f467f8082d56745982c5bea862b..92fca6168a86108973b99affabe10f509d072385 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,11 @@ Depends:
  ${misc:Depends}
  , nodejs
 Description: Map of nouns to their irregular plural form
- FIX_ME long description
+ This package can be used to find the plural form of some
+ nouns who have irregular plural form in English language only. 
+ If the noun ends in an "s", "x", "z", "ch" or "sh", add "es"
+ If the noun ends in a "y" and is preceded by a consonant,
+ drop the "y" and add "ies"
+ If the noun ends in a "y" and is preceded by a vowel, add "s"
  .
  Node.js is an event-based server-side JavaScript engine.