From a1bff9a482de89920c8ddc03182c8fdc94db46eb Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 10 Feb 2014 14:25:23 +0800 Subject: [PATCH] Removed fixup-python3-argparse.patch --- debian/changelog | 1 + debian/patches/fixup-python3-argparse.patch | 18 ------------------ debian/patches/series | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 debian/patches/fixup-python3-argparse.patch diff --git a/debian/changelog b/debian/changelog index 6070836..e22f4d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-lesscpy (0.10-1) unstable; urgency=medium * New upstream release. * Updated upstream VCS in debian/copyright and debian/rules. + * Removed fixup-python3-argparse.patch. -- Thomas Goirand Mon, 10 Feb 2014 14:22:30 +0800 diff --git a/debian/patches/fixup-python3-argparse.patch b/debian/patches/fixup-python3-argparse.patch deleted file mode 100644 index 64d4bc5..0000000 --- a/debian/patches/fixup-python3-argparse.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Fixup for python3.3 compat -Author: James Page -Forwarded: https://github.com/robotis/Lesscpy/pull/23 - ---- a/lesscpy/scripts/compiler.py -+++ b/lesscpy/scripts/compiler.py -@@ -84,8 +84,9 @@ def run(): - """Run compiler - """ - aparse = argparse.ArgumentParser(description='LessCss Compiler', -- epilog='<< jtm@robot.is @_o >>', -- version=VERSION_STR) -+ epilog='<< jtm@robot.is @_o >>') -+ aparse.add_argument('-v', '--version', action='version', -+ version=VERSION_STR) - aparse.add_argument('-I', '--include', action="store", type=str, - help="Included less-files (comma separated)") - aparse.add_argument('-V', '--verbose', action="store_true", diff --git a/debian/patches/series b/debian/patches/series index 3582d05..12b53c5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ remove_non_ascii_chars_from_license.patch -fixup-python3-argparse.patch