This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 8ecd256 Translation status: new 64284fb pyhoca-gui.desktop: Set Categories: to Network;RemoteAccess;. new 1b66041 setup.py: Install .mo files into DESTDIR. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 ++- desktop/pyhoca-gui.desktop | 2 +- setup.py | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 64284fb72608cbae2487b047dfe3eb84d037c4a0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 17 12:30:32 2014 +0200 pyhoca-gui.desktop: Set Categories: to Network;RemoteAccess;. --- debian/changelog | 2 +- desktop/pyhoca-gui.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2f55c1b..62c4030 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,7 +73,7 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low - Add Keywords= field to pyhoca-gui.desktop file. - Don't flood PyHocaGUI._eventid_(uns)hared_folders_map dict with non-valid-anymore event IDs. - - pyhoca-gui.desktop: Set Categories: to Application;Network;RemoteAccess;. + - pyhoca-gui.desktop: Set Categories: to Network;RemoteAccess;. * debian/control: + Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460). * pyhoca-gui.spec: diff --git a/desktop/pyhoca-gui.desktop b/desktop/pyhoca-gui.desktop index 4725eeb..c08889a 100644 --- a/desktop/pyhoca-gui.desktop +++ b/desktop/pyhoca-gui.desktop @@ -10,4 +10,4 @@ X-Osso-Type=application/x-executable Terminal=false Type=Application Keywords=X2Go;Remote;Desktop;Published;Applications;Administration;Applet; -Categories=Application;Network;RemoteAccess; +Categories=Network;RemoteAccess; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
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