Removes non-ascii chars from LICENSE file.

This commit is contained in:
Thomas Goirand
2013-09-07 19:57:25 +08:00
parent 3bf7de0606
commit 551a208c5e
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Description: Removes non-ascii chars from LICENSE file which are making FTBFS
Author: Thomas Goirand <zigo@debian.org>
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

1
debian/patches/series vendored Normal file
View File

@@ -0,0 +1 @@
remove_non_ascii_chars_from_license.patch