void-packages/srcpkgs/obnam/patches/ignore-manpage-de.patch
Jürgen Buchmüller a24d7b757b obnam: fix by ignoring German man page
There's something wrong with python parsing the UTF-8 encoded file
obnam.1.de.in; it is valid UTF-8 yet we don't need obnam.1.de anyway.
2020-05-12 22:35:59 +02:00

11 lines
362 B
Diff

--- setup.py 2017-06-25 12:30:00.000000000 +0200
+++ setup.py 2020-05-12 22:33:18.982205695 +0200
@@ -62,7 +62,6 @@
def run(self):
build.run(self)
self.build_manpage('obnam', '')
- self.build_manpage('obnam', '.de')
def build_manpage(self, program, lang):
print 'building manpage for %s (lang=%s)' % (program, lang)