--- colors.js-1.1.2.orig/debian/changelog +++ colors.js-1.1.2/debian/changelog @@ -0,0 +1,38 @@ +colors.js (1.1.2-1) unstable; urgency=medium + + * New upstream version 1.1.2 + * Fixed examples + * Updated copyright holders + * Updated Standards-Version to 4.0.0 + * Changed section from 'web' to 'javascript' + * Bump debhelper compatibility level to 9 + + -- Marcelo Jorge Vieira Sun, 27 Aug 2017 19:57:02 -0300 + +colors.js (1.0.3-2) unstable; urgency=low + + * Really remove uglify from build-deps + + -- Marcelo Jorge Vieira Sun, 23 Nov 2014 00:13:14 -0200 + +colors.js (1.0.3-1) unstable; urgency=low + + * New upstream version + + Removed libjs-colors and uglify dependency + * Updating debian/watch + * Use canonical Vcs-fields + * Updated Standards-Version to 3.9.6 (no changes) + + -- Marcelo Jorge Vieira Sun, 16 Nov 2014 16:46:33 -0200 + +colors.js (0.6.2-1) unstable; urgency=low + + * New upstream version + + -- Marcelo Jorge Vieira (metal) Wed, 20 Nov 2013 23:21:15 -0200 + +colors.js (0.6.0-1-1) unstable; urgency=low + + * Initial Release (Closes: #676289) + + -- Marcelo Jorge Vieira (metal) Tue, 05 Jun 2012 18:13:00 -0300 --- colors.js-1.1.2.orig/debian/compat +++ colors.js-1.1.2/debian/compat @@ -0,0 +1 @@ +9 --- colors.js-1.1.2.orig/debian/control +++ colors.js-1.1.2/debian/control @@ -0,0 +1,16 @@ +Source: colors.js +Section: javascript +Priority: optional +Maintainer: Debian Javascript Maintainers +Uploaders: Marcelo Jorge Vieira +Build-Depends: debhelper (>= 9) +Standards-Version: 4.0.0 +Homepage: http://github.com/marak/colors.js +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-colors.git +Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-colors.git + +Package: node-colors +Architecture: all +Depends: ${misc:Depends}, nodejs +Description: Get color and style in your node.js console + This package contains the NodeJS module. --- colors.js-1.1.2.orig/debian/copyright +++ colors.js-1.1.2/debian/copyright @@ -0,0 +1,40 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: colors.js +Source: http://github.com/Marak/colors.js + +Files: * +Copyright: 2010, Alexis Sellier (cloudhead) +License: MIT + +Files: lib/colors.js +Copyright: + Marak Squires, + Sindre Sorhus (sindresorhus.com) +License: MIT + +Files: lib/styles.js +Copyright: Sindre Sorhus (sindresorhus.com) +License: MIT + +Files: debian/* +Copyright: 2012, Marcelo Jorge Vieira +License: MIT + +License: MIT + 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. --- colors.js-1.1.2.orig/debian/node-colors.examples +++ colors.js-1.1.2/debian/node-colors.examples @@ -0,0 +1,2 @@ +examples/* +themes --- colors.js-1.1.2.orig/debian/node-colors.install +++ colors.js-1.1.2/debian/node-colors.install @@ -0,0 +1,4 @@ +lib /usr/lib/nodejs/colors/ +safe.js /usr/lib/nodejs/colors/ +package.json /usr/lib/nodejs/colors/ + --- colors.js-1.1.2.orig/debian/rules +++ colors.js-1.1.2/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +libname = colors +node-pkgname = node-$(libname) +node-destdir ?= /usr/lib/nodejs +js-destdir ?= $(node-destdir)/$(libname) +node-destexample ?= usr/share/doc/$(node-pkgname)/examples + +%: + dh $@ + +override_dh_installexamples: + dh_installexamples + sed -i "s#'\.\./#'$(js-destdir)/#" debian/$(node-pkgname)/$(node-destexample)/*.js + sed -i "s#/\.\./themes#/themes#" debian/$(node-pkgname)/$(node-destexample)/*.js --- colors.js-1.1.2.orig/debian/watch +++ colors.js-1.1.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/node-colors-$1\.tar\.gz/ \ + https://github.com/Marak/colors.js/tags .*/v?(\d\S*)\.tar\.gz