diff --git a/debian/control b/debian/control
index 90951c5fc735d05fe9bc7c58b7dd6a30673bb84b..76b4667fa589d98dd20a7a21262f7a8d6929b438 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,10 @@ Depends:
  , node-path-platform (>= 0.11.15)
 Description: Return all the parent directories for a directory, inclusive of that directory
  Returns the result in the form of a list of strings
- A dependency for browserify.
- Released in MIT License
+ .
+ This library is a dependency for browserify. Browserify takes code targeted at 
+ node.js and makes it  run in the browser. Node.js comes with API of its own 
+ that is not available in the browsers. Browserify exposes this code 
+ to programs that are unaware they are running in a browser
  .
  Node.js is an event-based server-side JavaScript engine.