[Python-modules-commits] [subvertpy] 17/17: Drop patch python3.patch.
Jelmer Vernooij
jelmer at moszumanska.debian.org
Wed Jul 19 23:58:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to branch master
in repository subvertpy.
commit 2e4d47854abb2e7945cdaa4058646c3ae2d14e77
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date: Wed Jul 19 23:52:05 2017 +0000
Drop patch python3.patch.
---
debian/patches/python3.patch | 13 -------------
debian/patches/series | 1 -
2 files changed, 14 deletions(-)
diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch
deleted file mode 100644
index afa034b..0000000
--- 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 a2fba86..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-python3.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/subvertpy.git
More information about the Python-modules-commits
mailing list