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