Comment 3 for bug 497538

Revision history for this message
Daniel Holbach (dholbach) wrote :

The indenting of your gettext-support patch is wrong, it results in this:
daniel@bert:~/1/usr/share/pyshared$ python -tt xdg/IniFile.py
  File "xdg/IniFile.py", line 85
    e = self.content.get('Desktop Entry', {})
                                            ^
IndentationError: unindent does not match any outer indentation level
daniel@bert:~/1/usr/share/pyshared$

Whta happened to all the other patches we carried?
daniel@bert:~$ debdiff pyxdg_0.15-1.1.dsc pyxdg_0.15-1.1ubuntu5.dsc | diffstat
 debian/patches/fix-reversed-definition.patch | 13 ----
 debian/patches/gettext-support.patch | 44 +++++++++++++++
 debian/patches/ignore-ioerror.patch | 15 +++++
 debian/patches/ignore-unicore-error.patch | 21 +++++++
 debian/patches/interpreter-names.patch | 24 ++++++++
 pyxdg-0.15/debian/changelog | 76 +++++++++++++++++++++++++++
 pyxdg-0.15/debian/control | 5 +
 7 files changed, 183 insertions(+), 15 deletions(-)
daniel@bert:~$