File: no-utf8-in-long-description.patch

package info (click to toggle)
python-overpy 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 488 kB
  • ctags: 315
  • sloc: python: 1,986; xml: 1,037; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 790 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: remove UTF8 characters from README, makes the package FTBFS in pbuilder

--- a/README.rst
+++ b/README.rst
@@ -80,14 +80,14 @@ Helper methods are available to provide
 
     # 3600062594 is the OSM id of Chemnitz and is the bounding box for the request
     street = overpy.helper.get_street(
-        "Straße der Nationen",
+        "Strasse der Nationen",
         "3600062594"
     )
 
-    # this finds an intersection between Straße der Nationen and Carolastraße in Chemnitz
+    # this finds an intersection between Strasse der Nationen and Carolastrasse in Chemnitz
     intersection = overpy.helper.get_intersection(
-        "Straße der Nationen",
-        "Carolastraße",
+        "Strasse der Nationen",
+        "Carolastrasse",
         "3600062594"
     )