[Pkg-javascript-commits] [ltx] 02/80: Initial release.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:50:07 UTC 2016


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

js pushed a commit to branch master
in repository ltx.

commit df807a44366a2755ed9ff3b9aaf8cbc22a5af3b4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jan 28 01:25:34 2011 +0100

    Initial release.
---
 .gitignore                  |  1 +
 debian/changelog            |  6 +++++
 debian/compat               |  1 +
 debian/control              | 21 +++++++++++++++
 debian/control.in           | 19 ++++++++++++++
 debian/copyright            | 39 ++++++++++++++++++++++++++++
 debian/copyright_hints      | 62 +++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf             |  5 ++++
 debian/install              |  1 +
 debian/rules                | 32 +++++++++++++++++++++++
 debian/source/format        |  1 +
 debian/source/local-options |  2 ++
 debian/watch                |  2 ++
 13 files changed, 192 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..48ecc30
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+raw
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a5d5798
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+ltx (0.0.2~99f64d-1) experimental; urgency=low
+
+  * Initial release.
+    Closes: Bug#611318.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 28 Jan 2011 01:32:08 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+6
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0928f53
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: ltx
+Section: web
+Priority: optional
+Maintainer: Jonas Smedegaard <dr at jones.dk>
+Build-Depends: cdbs,
+ debhelper (>= 6),
+ dh-buildinfo
+Standards-Version: 3.9.1
+Homepage: https://github.com/astro/ltx
+Vcs-Git: git://git.debian.org/git/collab-maint/ltx
+Vcs-Browser: http://git.debian.org/?p=collab-maint/ltx.git
+
+Package: ltx
+Architecture: all
+Depends: ${misc:Depends},
+ node-expat,
+ nodejs
+Description: XML DOM builder library for Node
+ Node is an event-based server-side JavaScript engine.
+ .
+ Less-Than XML (ltx) is an XML DOM builder library for Node.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..f2f3f17
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,19 @@
+Source: ltx
+Section: web
+Priority: optional
+Maintainer: Jonas Smedegaard <dr at jones.dk>
+Build-Depends: @cdbs@
+Standards-Version: 3.9.1
+Homepage: https://github.com/astro/ltx
+Vcs-Git: git://git.debian.org/git/collab-maint/ltx
+Vcs-Browser: http://git.debian.org/?p=collab-maint/ltx.git
+
+Package: ltx
+Architecture: all
+Depends: ${misc:Depends},
+ node-expat,
+ nodejs
+Description: XML DOM builder library for Node
+ Node is an event-based server-side JavaScript engine.
+ .
+ Less-Than XML (ltx) is an XML DOM builder library for Node.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9bd54e4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+Upstream-Name: Less-Than XML
+Upstream-Contact: http://github.com/astro/ltx/issues/
+Source: https://github.com/astro/ltx/downloads
+ git://github.com/astro/ltx
+
+Files: *
+Copyright: 2010, Stephan Maka <astro at spaceboyz.net>
+License: GPL-3
+ "licenses": [{"type": "GPLv3"}]
+Comment:
+ In addition to above extremely brief note in the file package.json
+ located at in the root of sources, same place also has a LICENSE file
+ containing the actual GNU General Public License (GPL) version 3.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ (GPL) version 3 can be found in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Files: debian/*
+Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+Comment:
+ On Debian systems, the complete text of the GNU General Public License
+ (GPL) version 2 can be found in '/usr/share/common-licenses/GPL-2'.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..d910631
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,62 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=162
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Copyright: FIXME
+License: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: README.markdown
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/dirs
+ debian/gbp.conf
+ debian/install
+ debian/source/format
+ debian/source/local-options
+ debian/watch
+ lib/index.js
+ lib/parse.js
+ package.json
+ test/test_element.js
+ test/test_parse.js
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL
+ FIXME
+
+Files: LICENSE
+Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
+ <year> <name of author>
+ HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+ are not
+ disclaimer" for the program, if necessary
+ holder as a result of your choosing to follow a
+ holder explicitly and
+ holder is
+ holder is reinstated (a)
+ holder notifies you of the
+ holder who authorizes use under this
+ holder, and you cure the violation prior to 30 days after
+ holders of
+ if you do
+ law
+ law, except executing it on a
+ on the Program, and are irrevocable provided the stated
+ on the software, and (2) offer you this License
+ permission
+ permission, other than the making of an
+ treaty adopted on 20 December 1996, or
+License: GPL-3+
+ FIXME
+
+Files: lib/element.js
+Copyright: 
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..00defdd
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+lib/*.js	usr/lib/nodejs/ltx
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..869fe93
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2011 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Less-Than XML
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+-include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+# suppress optional build-dependencies
+CDBS_BUILD_DEPENDS_rules_upstream-tarball =
+CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
+
+DEB_UPSTREAM_URL = http://githubredir.debian.net/github/astro/ltx/
+DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
+#DEB_UPSTREAM_TARBALL_MD5 = 
+
+DEB_INSTALL_DOCS_ltx += README.markdown
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/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7c65e0e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/astro/ltx .*/v(\d.*).tar.gz

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



More information about the Pkg-javascript-commits mailing list