[Pkg-javascript-commits] [node-lazy-property] 03/03: adding changelog control copyright

Saravanan Palanisamy saravanan30erd-guest at moszumanska.debian.org
Fri Jul 14 14:34:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

saravanan30erd-guest pushed a commit to branch master
in repository node-lazy-property.

commit 9d87e7eb6c76dbbfdd643abdfb654a0eb89bc94a
Author: saravanan30erd <saravanan30erd at gmail.com>
Date:   Fri Jul 14 10:30:07 2017 -0400

    adding changelog control copyright
---
 debian/changelog |  7 +++----
 debian/control   | 18 ++++++++----------
 debian/copyright |  2 +-
 debian/install   |  1 -
 4 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 84d55cd..780bc95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-lazy-property (1.0.0-1) UNRELEASED; urgency=low
+node-lazy-property (1.0.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #868323)
 
- -- saravanan30erd <saravanan30erd at gmail.com>  Fri, 14 Jul 2017 10:26:00 -0400
+ -- saravanan30erd <saravanan30erd at gmail.com>  Fri, 14 Jul 2017 10:06:05 -0400
diff --git a/debian/control b/debian/control
index da8c29a..3af7379 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://github.com/mikolalysenko/lazy-property
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-lazy-property.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-lazy-property.git
@@ -17,15 +17,13 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: FIX_ME write the Debian package description
- Write the short and long descriptions for the Debian package as
- explained in the Developer's Reference, §6.2.1 – §6.2.3.
+Description: Adds a lazily initialized property to the object.
+ E.G. require("lazy-property")(obj, name, init[, enumerable])
+ obj is the object to add the property to
+ name is the name of the property
+ init is a function that computes the value of the property
+ enumerable if the property is enumerable (default false)
  .
- You can start with the short upstream package description,
- “Lazily initialized properties for objects”.
- .
- Be aware that most upstream package descriptions are not written to
- conform with Debian package guidelines. You need to explain the role
- of this package for a Debian audience.
+ This library is a dependency of npm, Node.js package manager.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index dfda23e..0c0bac5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/mikolalysenko/lazy-property/issues
 Source: https://github.com/mikolalysenko/lazy-property
 
 Files: *
-Copyright: 2017 Mikola Lysenko
+Copyright: 2013 Mikola Lysenko
 License: Expat
 
 Files: debian/*
diff --git a/debian/install b/debian/install
index cfa49dc..0623308 100644
--- a/debian/install
+++ b/debian/install
@@ -1,6 +1,5 @@
 component.json usr/lib/nodejs/lazy-property/
 README.md usr/lib/nodejs/lazy-property/
 package.json usr/lib/nodejs/lazy-property/
-LICENSE usr/lib/nodejs/lazy-property/
 .npmignore usr/lib/nodejs/lazy-property/
 lazyProperty.js usr/lib/nodejs/lazy-property/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lazy-property.git



More information about the Pkg-javascript-commits mailing list