This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 1b66041c314edd26ca490f09d1a697a39f329da0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 17 12:56:07 2014 +0200 setup.py: Install .mo files into DESTDIR. --- debian/changelog | 1 + setup.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 62c4030..f76a40d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,7 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low - Don't flood PyHocaGUI._eventid_(uns)hared_folders_map dict with non-valid-anymore event IDs. - pyhoca-gui.desktop: Set Categories: to Network;RemoteAccess;. + - setup.py: Install .mo files into DESTDIR. * debian/control: + Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460). * pyhoca-gui.spec: diff --git a/setup.py b/setup.py index 3617006..fe45b15 100755 --- a/setup.py +++ b/setup.py @@ -304,10 +304,12 @@ elif platform.system() == 'Linux': manpage_files = [ ('{prefix}/share/man/man1'.format(prefix=sys.prefix), glob('man/man1/*.1')), ] + i18n_files = datafilelist('{prefix}/share/locale', r'build/mo/*') data_files.extend(icon_files + img_files + desktop_files + manpage_files + i18n_files ) if platform.system() == 'Windows': -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git