Codebase list node-nth-check / debian/1.0.1-1
Imported Debian patch 1.0.1-1 Thorsten Alteholz 8 years ago
11 changed file(s) with 108 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 node-nth-check (1.0.1-1) unstable; urgency=medium
1
2 * Initial release
3
4 -- Thorsten Alteholz <debian@alteholz.de> Sat, 05 Mar 2016 12:14:44 +0100
5
0 Source: node-nth-check
1 Section: web
2 Priority: optional
3 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
4 Uploaders: Thorsten Alteholz <debian@alteholz.de>
5 Build-Depends:
6 debhelper (>= 9)
7 , dh-buildinfo
8 , nodejs
9 Standards-Version: 3.9.7
10 Homepage: https://github.com/fb55/nth-check
11 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-nth-check.git
12 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-nth-check.git
13
14 Package: node-nth-check
15 Architecture: all
16 Depends:
17 ${misc:Depends}
18 , nodejs
19 , node-boolbase (>= 1.0.0)
20 Description: performant nth-check parser & compiler
21 This module can be used to parse & compile nth-checks, as they are found
22 in CSS 3's nth-child() and nth-last-of-type().
23 .
24 nth-check focusses on speed, providing optimized functions for different
25 kinds of nth-child formulas, while still following the spec.
26 .
27 Node.js is an event-based server-side JavaScript engine.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: nth-check
2 Upstream-Contact: https://github.com/fb55/nth-check/issues
3 Source: https://github.com/fb55/nth-check
4
5 Files: *
6 Copyright: 2016 Felix Boehm <me@feedic.com>
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: 2016 Thorsten Alteholz <debian@alteholz.de>
11 License: BSD-3-clause
12
13 License: BSD-3-clause
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions
16 are met:
17 1. Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
19 2. Redistributions in binary form must reproduce the above copyright
20 notice, this list of conditions and the following disclaimer in the
21 documentation and/or other materials provided with the distribution.
22 3. Neither the name of the University nor the names of its contributors
23 may be used to endorse or promote products derived from this software
24 without specific prior written permission.
25 .
26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
28 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
30 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
31 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
32 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
33 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
34 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
35 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
36 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
0 README.md
0 package.json usr/lib/nodejs/nth-check/
1 index.js usr/lib/nodejs/nth-check/
2 compile.js usr/lib/nodejs/nth-check
3 parse.js usr/lib/nodejs/nth-check
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 %:
7 dh $@
8
9 #override_dh_auto_build:
10
11 #override_dh_auto_test:
12
13
14
0 3.0 (quilt)
0 Tests: require
1 Depends: node-nth-check
0 #!/bin/sh
1 set -e
2 nodejs -e "require('nth-check');"
0 version=3
1 # It is not recommended use fakeupstream. Please investigate more.
2 # Origin url: https://github.com/fb55/nth-check
3 # Take a look at https://wiki.debian.org/debian/watch/
4 # See also fakeupstream: http://anonscm.debian.org/viewvc/qa/trunk/cgi-bin/fakeupstream.cgi?view=markup
5 opts=\
6 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
7 filenamemangle=s/.*=// \
8 http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=npmjs/nth-check .*=nth-check-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))