summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2017-07-19 23:52:05 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2017-07-19 23:52:05 +0000
commit2e4d47854abb2e7945cdaa4058646c3ae2d14e77 (patch)
treed965b40dfa2395a9475913160130d10da8c4011e
parentd9739f2d0284fe69ad3157a6e377bb2e95a6a6f5 (diff)
-rw-r--r--debian/patches/python3.patch13
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch
deleted file mode 100644
index afa034b6..00000000
--- a/debian/patches/python3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bin/subvertpy-fast-export b/bin/subvertpy-fast-export
-index 913168cf..e9a6ecc9 100755
---- a/bin/subvertpy-fast-export
-+++ b/bin/subvertpy-fast-export
-@@ -202,7 +202,7 @@ if __name__ == '__main__':
-
- if options.version:
- import subvertpy
-- print ".".join(str(x) for x in subvertpy.__version__)
-+ print(".".join(str(x) for x in subvertpy.__version__))
- sys.exit(0)
- if options.trunk_path != None:
- trunk_path = options.trunk_path
diff --git a/debian/patches/series b/debian/patches/series
index a2fba86c..e69de29b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-python3.patch