Skip to content
Snippets Groups Projects
Commit e9c5a5c3 authored by Akash Sarda's avatar Akash Sarda Committed by Akash Sarda
Browse files

Import Debian patch 1.0.10-1

parent 5d2985bf
Branches
No related merge requests found
node-is-ci (1.0.10-1) experimental; urgency=low
* Initial release (Closes: #854504)
-- akash <akashsarda3@gmail.com> Sun, 29 Jan 2017 13:25:44 +0000
9
Source: node-is-ci
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: akash <akashsarda3@gmail.com>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/watson/is-ci
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-is-ci.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-is-ci.git
Package: node-is-ci
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-ci-info (>= 1.0.0)
Description: Detect if your code is running on a CI server
Returns true if the current environment is a Continuous Integration Server
.
Node.js is an event-based server-side JavaScript engine.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: is-ci
Upstream-Contact: https://github.com/watson/is-ci/issues
Source: https://github.com/watson/is-ci
Files: *
Copyright: 2017 Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)
License: Expat
Files: debian/*
Copyright: 2017 akash <akashsarda3@gmail.com>
License: Expat
License: Expat
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
README.md
index.js usr/lib/nodejs/is-ci/
package.json usr/lib/nodejs/is-ci/
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
#override_dh_auto_build:
#override_dh_auto_test:
3.0 (quilt)
Tests: require
Depends: node-is-ci
#!/bin/sh
set -e
nodejs -e "require('is-ci');"
version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-is-ci-$1.tar.gz/ \
https://github.com/watson/is-ci/tags .*/archive/v?([\d\.]+).tar.gz
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment