changed debian/source/format to native

This commit is contained in:
Lu zhiping 2022-06-27 15:38:35 +08:00
parent bbd373b3e0
commit 2ec444bce6
3 changed files with 1 additions and 19 deletions

View File

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

View File

@ -1 +0,0 @@
2001_man_global.patch

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)