Codebase list doclifter / fa4945c
Refresh patches. Debian Janitor 1 year, 3 months ago
2 changed file(s) with 14 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
44 Last-Update: 2018-05-13
55 ---
66 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
7 --- a/manlifter
8 +++ b/manlifter
9 @@ -659,6 +659,8 @@
7 Index: doclifter.git/manlifter
8 ===================================================================
9 --- doclifter.git.orig/manlifter
10 +++ doclifter.git/manlifter
11 @@ -659,6 +659,8 @@ def doclifter_driver(options, arguments)
1012 makepatch = True
1113 elif (switch == '-M'): # Make a patch with specified page
1214 patchlift = True
1517 elif (switch == '-p'): # Specify patch directory
1618 patchdir = os.path.abspath(val)
1719 elif (switch == '-P'):
18 @@ -744,6 +746,6 @@
20 @@ -744,6 +746,6 @@ if __name__ == "__main__":
1921 sys.stderr.write("manlifter: can't find doclifter!\n")
2022 sys.exit(1)
2123 # Gather options
44 Bug-Debian: https://bugs.debian.org/936431
55 Author: Sandro Tosi <morph@debian.org>
66 Last-Update: 2021-12-26
7 --- a/manlifter
8 +++ b/manlifter
7 Index: doclifter.git/manlifter
8 ===================================================================
9 --- doclifter.git.orig/manlifter
10 +++ doclifter.git/manlifter
911 @@ -1,4 +1,4 @@
1012 -#!/usr/bin/env python2
1113 +#!/usr/bin/env python3
1214 #
1315 # Note: this code is Python 3 ready, but trips over Debian bug 764848.
1416 # In Python 3.4.3, subprocess.getstatusoutput() returns an incorrect
15 --- a/tests/Makefile
16 +++ b/tests/Makefile
17 Index: doclifter.git/tests/Makefile
18 ===================================================================
19 --- doclifter.git.orig/tests/Makefile
20 +++ doclifter.git/tests/Makefile
1721 @@ -5,12 +5,8 @@ UTILBINDIR=..
1822 TESTLOADS := $(shell ls *.man | sed '/.man/s///')
1923