[Pkg-javascript-commits] [ltx] 466/469: Add patch 2001 to skip missing parsers.

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:40 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 624e7b0bb56bbaf977ff87308d8f9887f19738ed
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 31 14:42:55 2016 +0200

    Add patch 2001 to skip missing parsers.
---
 debian/patches/2001_skip_missing_parsers.patch | 18 ++++++++++++++++++
 debian/patches/README                          |  3 +++
 debian/patches/series                          |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/patches/2001_skip_missing_parsers.patch b/debian/patches/2001_skip_missing_parsers.patch
new file mode 100644
index 0000000..ab2002f
--- /dev/null
+++ b/debian/patches/2001_skip_missing_parsers.patch
@@ -0,0 +1,18 @@
+Description: skip missing parsers
+Author: Jonas Smedegaard <dr at jones.dk>
+Forwarded: not-needed
+Last-Update: 2016-08-31
+
+--- a/lib/parsers/index.js
++++ b/lib/parsers/index.js
+@@ -2,8 +2,8 @@
+ 
+ module.exports = [
+   'sax-js',
+-  'node-xml',
+-  'libxmljs',
++//  'node-xml',
++//  'libxmljs',
+   'node-expat',
+   'ltx'
+ ].map(function (name) {
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3856e0f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+2001_skip_missing_parsers.patch

-- 
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