[Pkg-javascript-commits] [node-pad] 03/03: add bug number and description from ITP; set GPL-3.0+ license for debian/*
Paolo Greppi
paolog-guest at moszumanska.debian.org
Fri Dec 23 10:30:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-pad.
commit c0dbf3c7552c9128bbf7f4416c611b02308c8d96
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Fri Dec 23 10:09:36 2016 +0000
add bug number and description from ITP; set GPL-3.0+ license for debian/*
---
debian/changelog | 7 +++----
debian/control | 3 ++-
debian/copyright | 26 +++++++++++++++++++++-----
3 files changed, 26 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aa40d5a..96293ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-pad (1.0.2-1) UNRELEASED; urgency=low
+node-pad (1.0.2-1) unstable; urgency=low
- * Initial release (Closes: #nnnn)
- * New upstream release
+ * Initial release (Closes: #849182)
- -- Paolo Greppi <paolo.greppi at libpf.com> Fri, 23 Dec 2016 09:33:36 +0000
+ -- Paolo Greppi <paolo.greppi at libpf.com> Fri, 23 Dec 2016 10:11:28 +0000
diff --git a/debian/control b/debian/control
index 1aa10cb..c81430b 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Depends:
${misc:Depends}
, nodejs
Description: Left and right string padding
- FIX_ME long description
+ Node.js module that provides a simple function to pad strings
+ in both left and right directions.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 506d366..1480750 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,7 @@ Upstream-Contact: https://github.com/wdavidw/node-pad/issues
Source: https://github.com/wdavidw/node-pad#readme
Files: *
-Copyright: 2016 David Worms <david at adaltas.com>
-License: BSD-3-Clause
-
-Files: debian/*
-Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
+Copyright: 2008-2016 David Worms <david at adaltas.com> (SARL Adaltas)
License: BSD-3-Clause
License: BSD-3-clause
@@ -36,3 +32,23 @@ License: BSD-3-clause
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+Files: debian/*
+Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-pad.git
More information about the Pkg-javascript-commits
mailing list