[Pkg-javascript-commits] [node-css-select] 03/05: add bug number and description from ITP; set GPL-3.0+ license for debian/*
Paolo Greppi
paolog-guest at moszumanska.debian.org
Fri Dec 16 15:32:23 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-css-select.
commit c5703611b8d0c7c2be3203c81946866219e87d8f
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Fri Dec 16 15:15:30 2016 +0000
add bug number and description from ITP; set GPL-3.0+ license for debian/*
---
debian/changelog | 5 ++---
debian/control | 7 +++++--
debian/copyright | 33 +++++++++++++++++++++++----------
3 files changed, 30 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 339c3f3..c9904bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-css-select (1.2.0-1) UNRELEASED; urgency=low
+node-css-select (1.2.0-1) unstable; urgency=low
- * Initial release (Closes: #nnnn)
- * New upstream release
+ * Initial release (Closes: #848353)
-- Paolo Greppi <paolo.greppi at libpf.com> Fri, 16 Dec 2016 14:19:31 +0000
diff --git a/debian/control b/debian/control
index 587fffa..bb34859 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,10 @@ Depends:
, node-boolbase (>= 1.0.0)
, node-domutils (>= 1.5.1)
, node-nth-check (>= 1.0.1)
-Description: a CSS selector compiler/engine
- FIX_ME long description
+Description: CSS selector compiler/engine
+ Node.js module that turns CSS selectors into functions that test
+ if DOM elements match them. Provides an efficient and complete
+ implementation of CSS3 and a partial implementation of jQuery/Sizzle
+ extensions.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 779e9a7..87c002d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,14 +4,10 @@ Upstream-Contact: https://github.com/fb55/css-select/issues
Source: https://github.com/fb55/css-select#readme
Files: *
-Copyright: 2016 Felix Boehm <me at feedic.com>
-License: BSD-like
+Copyright: 2016 Felix Böhm <me at feedic.com>
+License: BSD-2-Clause
-Files: debian/*
-Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
-License: BSD-like
-
-License: BSD-3-clause
+License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -20,9 +16,6 @@ License: BSD-3-clause
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -36,3 +29,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-css-select.git
More information about the Pkg-javascript-commits
mailing list