From 31fa51782b451385fa385a86d7023c78a2da63e8 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 24 Jun 2020 19:12:14 +0800 Subject: [PATCH] Package update --- pyflakes-1.1.0-python3-man.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pyflakes-1.1.0-python3-man.patch diff --git a/pyflakes-1.1.0-python3-man.patch b/pyflakes-1.1.0-python3-man.patch new file mode 100644 index 0000000..5fc1362 --- /dev/null +++ b/pyflakes-1.1.0-python3-man.patch @@ -0,0 +1,23 @@ +diff -up pyflakes-1.1.0/debian/pyflakes3.1.orig pyflakes-1.1.0/debian/pyflakes3.1 +--- pyflakes-1.1.0/debian/pyflakes3.1.orig 2015-11-06 18:24:51.000000000 +0200 ++++ pyflakes-1.1.0/debian/pyflakes3.1 2016-03-01 23:05:17.179563833 +0200 +@@ -1,15 +1,15 @@ +-.TH "PYFLAKES3" "1" "10/01/2007" "" "" ++.TH "PYTHON3-PYFLAKES" "1" "10/01/2007" "" "" + .\" disable hyphenation + .nh + .\" disable justification (adjust text to left margin only) + .ad l + .SH "NAME" +-pyflakes3 - simple Python 3 source checker ++python3-pyflakes - simple Python 3 source checker + .SH "SYNOPSIS" + .PP +-\fBpyflakes\fR [\fIfile-or-directory\fR ...] ++\fBpython3-pyflakes\fR [\fIfile-or-directory\fR ...] + .SH "DESCRIPTION" +-pyflakes3 is a simple program which checks Python source files for errors. ++python3-pyflakes is a simple program which checks Python source files for errors. + It is similar to PyChecker in scope, but differs in that it does not + execute the modules to check them. This is both safer and faster, although + it does not perform as many checks. Unlike PyLint, Pyflakes checks only