From 551a208c5e9a64ccb2bacf02783c98db0b6be7e5 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 7 Sep 2013 19:57:25 +0800 Subject: [PATCH] Removes non-ascii chars from LICENSE file. --- .../remove_non_ascii_chars_from_license.patch | 12 ++++++++++++ debian/patches/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/remove_non_ascii_chars_from_license.patch create mode 100644 debian/patches/series diff --git a/debian/patches/remove_non_ascii_chars_from_license.patch b/debian/patches/remove_non_ascii_chars_from_license.patch new file mode 100644 index 0000000..587e001 --- /dev/null +++ b/debian/patches/remove_non_ascii_chars_from_license.patch @@ -0,0 +1,12 @@ +Description: Removes non-ascii chars from LICENSE file which are making FTBFS +Author: Thomas Goirand +Forwarded: no + +--- python-lesscpy-0.9j.orig/LICENSE ++++ python-lesscpy-0.9j/LICENSE +@@ -1,4 +1,4 @@ +-Copyright (c) 2012 Jóhann T Maríusson ++Copyright (c) 2012 Johann T Mariusson + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..12b53c5 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +remove_non_ascii_chars_from_license.patch