From f037bbe4fca5c32008c5373e44838ad9fa2a3707 Mon Sep 17 00:00:00 2001
From: Abhishek Lolage <abhisheklolage@gmail.com>
Date: Tue, 31 Jan 2017 13:07:49 +0000
Subject: [PATCH] added changelog copyright control

---
 debian/changelog | 7 +++----
 debian/control   | 7 ++++++-
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f78bdf..c58c6c0 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 438490b..92fca61 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.
-- 
GitLab