This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 5869504 fix for last commit (2) new c687d39 Install locale files into bin:package. The 1 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 | 1 + pyhoca-gui.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 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 c687d39bf54b4be49d9bb3877333597cb1358479 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 17 13:10:29 2014 +0200 Install locale files into bin:package. --- debian/changelog | 1 + pyhoca-gui.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f76a40d..82044e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -83,6 +83,7 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low + openSUSE (at least >= 12.3) has wxPython 2.9. So let's use it. (On openSUSE 13.1, pyhoca-gui segfaults with wxPython 2.8). + Try to build the .po -> .mo files during package build. + + Install locale files into bin:package. [ Mike DePaulo ] * New upstream version (0.5.0.0): diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index c217c71..43757d9 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -95,6 +95,6 @@ fi %{_datadir}/pixmaps/pyhoca_x2go-logo-ubuntu.svg %{_datadir}/pyhoca %{_mandir}/man1/%{name}.1* - +%{_datadir}/locale %changelog -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git