[Pkg-javascript-commits] [node-css-what] 04/04: Imported Debian patch 2.1.0-1
Thorsten Alteholz
alteholz at moszumanska.debian.org
Sat Feb 6 16:36:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-css-what.
commit 9e19b5bd1b9e3b2818938c496c05d83cc913c83d
Merge: 1e54255 718e370
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Fri Feb 5 21:41:17 2016 +0100
Imported Debian patch 2.1.0-1
debian/changelog | 6 ++
debian/control | 4 +-
index.js | 207 ++++++++++++++++++++++++++++---------------------------
package.json | 2 +-
tests/test.js | 26 +++++++
5 files changed, 141 insertions(+), 104 deletions(-)
diff --cc debian/changelog
index e62dbff,0000000..89e43b1
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,6 -1,0 +1,12 @@@
++node-css-what (2.1.0-1) unstable; urgency=medium
++
++ * new upstream version
++
++ -- Thorsten Alteholz <debian at alteholz.de> Fri, 05 Feb 2016 21:41:17 +0100
++
+node-css-what (2.0.2-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Thorsten Alteholz <debian at alteholz.de> Wed, 09 Sep 2015 01:41:17 +0200
+
diff --cc debian/control
index b040c65,0000000..1fc6426
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,27 -1,0 +1,27 @@@
+Source: node-css-what
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Thorsten Alteholz <debian at alteholz.de>
+Build-Depends:
+ debhelper (>= 9)
+ , dh-buildinfo
+ , nodejs
+Standards-Version: 3.9.6
+Homepage: https://github.com/fb55/css-what
- Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-css-what.git
- Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-css-what.git
++Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-css-what.git
++Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-css-what.git
+
+Package: node-css-what
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+Description: CSS selector parser
+ This module contains a CSS selector parser.
+ .
+ The function returns a two-dimensional array. The first array represents
+ selectors separated by commas (eg. sub1, sub2), the second contains the
+ relevant tokens for that selector.
+ .
+ Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-css-what.git
More information about the Pkg-javascript-commits
mailing list