[Pkg-javascript-commits] [node-cssstyle] 01/02: start Debian package

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Sep 20 21:03:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository node-cssstyle.

commit 83a8037125974be0f54d632608de6947bd31ef42
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sat Sep 20 22:25:46 2014 +0200

    start Debian package
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/tests/control |  3 +++
 9 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1eeceb9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-cssstyle (0.2.14-1) unstable; urgency=low
+
+  * Initial release (Closes: #742347)
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 20 Sep 2014 19:40:03 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2e5c6cd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: node-cssstyle
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.5
+Homepage: https://github.com/chad3814/CSSStyleDeclaration
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-cssstyle.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-cssstyle.git
+XS-Testsuite: autopkgtest
+
+Package: node-cssstyle
+Architecture: all
+Depends: ${misc:Depends}
+ , nodejs
+Description: CSSStyleDeclaration Object Model implementation
+ CSSStyleDeclaration is a work-a-like to the CSSStyleDeclaration
+ class in Nikita Vasilyev's CSSOM.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1668aa1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: CSSStyleDeclaration
+
+Files: *
+Copyright: 2012-2014 Chad Walker <chad at chad-cat-lore-eddie.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2014 W. Martin Borgert <debacle at debian.org>
+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.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..7ca5995
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+lib usr/lib/nodejs/cssstyle
+package.json usr/lib/nodejs/cssstyle
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f3908b2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#export DH_VERBOSE=1
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..653144b
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Test-Command: nodejs -e "require('"'"'cssstyle'"'"');"
+Depends: @
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cssstyle.git



More information about the Pkg-javascript-commits mailing list