[Pkg-javascript-commits] [node-xterm] 02/02: Initial debianisation (WIP)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 11 15:52:51 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository node-xterm.

commit 62053da401462fd573c54f0f04ad48f53a4bccac
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Apr 19 07:19:25 2017 +0100

    Initial debianisation (WIP)
---
 debian/changelog     |  5 +++++
 debian/control       | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 32 ++++++++++++++++++++++++++++++++
 debian/gbp.conf      |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  5 +++++
 6 files changed, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d6a5b41
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-xterm (2.5.0+ds1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Tue, 18 Apr 2017 18:59:37 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8fe7e4d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: node-xterm
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Section: web
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               nodejs,
+               node-typescript
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-xterm.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-xterm.git
+Homepage: https://xtermjs.org
+
+Package: node-xterm
+Architecture: all
+Depends: ${misc:Depends},
+         nodejs
+Description: terminal front-end component for the browser
+ Xterm.js is a terminal front-end component written in JavaScript that works in
+ the browser.
+ .
+ It enables applications to provide fully featured terminals to their users and
+ create great development experiences.
+ .
+ Features:
+ .
+   - **Text-based application support**: Use xterm.js to work with applications
+     like `bash`, `git` etc.
+   - **Curses-based application support**: Use xterm.js to work with
+     applications like `vim`, `tmux` etc.
+   - **Mouse events support**: Xterm.js captures mouse events like click and
+     scroll and passes them to the terminal's back-end controlling process
+   - **CJK (Chinese, Japanese, Korean) character support**: Xterm.js renders
+     CJK characters seamlessly
+   - **IME support**: Insert international (including CJK) characters using IME
+     input with your keyboard
+   - **Self-contained library**: Xterm.js works on its own. It does not require
+     any external libraries like jQuery or React to work
+   - **Modular, event-based API**: Lets you build addons and themes with ease
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7909772
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xterm.js
+Source: https://github.com/sourcelair/xterm.js
+Files-Excluded: dist/*
+
+Files: *
+Copyright: 2014-2016 SourceLair Private Company <https://www.sourcelair.com>
+ 2012-2013 Christopher Jeffrey <https://github.com/chjj>
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Ghislain Antony Vaillant <ghisvail at 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.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..f53906f
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+sign-tags = True
+pristine-tar = True
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/watch b/debian/watch
new file mode 100644
index 0000000..f054446
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=4
+opts=repacksuffix=+ds1,\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.?\d+)?$//,\
+filenamemangle=s/.+\/v?@ANY_VERSION@\.tar\.gz/xterm.js-$1\.tar\.gz/ \
+https://github.com/sourcelair/xterm.js/tags .*/archive/v?@ANY_VERSION@\.tar\.gz

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



More information about the Pkg-javascript-commits mailing list