changed debian/source/format to native
This commit is contained in:
parent
bbd373b3e0
commit
2ec444bce6
|
@ -1,17 +0,0 @@
|
||||||
Description: simply spawn 'man marked' instead of trying to locate marked.1
|
|
||||||
Forwarded: not-needed
|
|
||||||
Author: Jérémy Lal <kapouer@melix.org>
|
|
||||||
Last-Update: 2012-03-15
|
|
||||||
Index: node-marked/bin/marked
|
|
||||||
===================================================================
|
|
||||||
--- node-marked.orig/bin/marked
|
|
||||||
+++ node-marked/bin/marked
|
|
||||||
@@ -23,7 +23,7 @@ function help() {
|
|
||||||
stdio: 'inherit'
|
|
||||||
};
|
|
||||||
|
|
||||||
- spawn('man', [path.resolve(__dirname, '/../man/marked.1')], options)
|
|
||||||
+ spawn('man', ['marked'], options)
|
|
||||||
.on('error', function() {
|
|
||||||
fs.readFile(path.resolve(__dirname, '/../man/marked.1.txt'), 'utf8', function(err, data) {
|
|
||||||
if (err) throw err;
|
|
|
@ -1 +0,0 @@
|
||||||
2001_man_global.patch
|
|
|
@ -1 +1 @@
|
||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
|
Loading…
Reference in New Issue