diff --git a/debian/patches/2001_man_global.patch b/debian/patches/2001_man_global.patch deleted file mode 100644 index 832b3be..0000000 --- a/debian/patches/2001_man_global.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: simply spawn 'man marked' instead of trying to locate marked.1 -Forwarded: not-needed -Author: Jérémy Lal -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; diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 91f7972..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -2001_man_global.patch diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)