[Debian-olpc-commits] [SCM] sugar-toolkit Debian packaging branch upstream updated. upstream/0.96.3-18-gaefa990

Santiago Ruano Rincón santiago at alioth.debian.org
Mon Aug 12 22:04:36 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sugar-toolkit Debian packaging".

The branch, upstream has been updated
       via  aefa990a90b7e1a6bfcbc94a86ade46cfac3ce36 (commit)
       via  3c14c6523f335ea27adfd1bb1726b5865a775a5e (commit)
       via  8b1c6a7fe4b677a07dbaeb2cc72d52af82672826 (commit)
       via  04ea8445b7af4aa281ae5e9240780cd5ff49fdb7 (commit)
       via  57f333c25480b0b6a49143e72e77b361cf3f6a86 (commit)
       via  344c72a3beb599b76f3ac806c34b7727a258530b (commit)
       via  15916ed224eaa9dca8ed31b3e6039b3e381cd620 (commit)
       via  37e3b855984cc8b950eddfed0b9d94c715415735 (commit)
       via  d1f68419e79376381fc2c3b111466714f044dfc0 (commit)
       via  2341c412ccff5e65dbd4fd7c0b397817f21bb672 (commit)
       via  d1b8d3d70234664f3dd92e1ad205e3ce42832478 (commit)
       via  eea18a12d14d3d5dc8c9f771a19cbdaf4962f9cf (commit)
       via  f7f49f22f8afb7c59498d9a057a5251564647060 (commit)
       via  d7dbcf865b818e7b8731f9fd97518846edc1ad95 (commit)
       via  07da33f67023668aecb6b1d93f9854e83ab83625 (commit)
       via  9c3f888712d242fdb35aad1a24be40e6b0e58e07 (commit)
       via  f4ac78c5fbb4ac12cbff6baffa2fa6d71bf87732 (commit)
       via  d1432f940416f39b69ea49ef6f35c7807aa47a01 (commit)
      from  ab1128f585afad6310b2342a077228cf3b92b40c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aefa990a90b7e1a6bfcbc94a86ade46cfac3ce36
Merge: 3c14c65 ab1128f
Author: Santiago Ruano Rincón <santiago at debian.org>
Date:   Mon Aug 12 12:25:50 2013 +0200

    Merge branch 'upstream' into reset-v0.98.1

commit 3c14c6523f335ea27adfd1bb1726b5865a775a5e
Author: Simon Schampijer <simon at laptop.org>
Date:   Fri Feb 15 18:54:26 2013 +0100

    Release 0.98.1

commit 8b1c6a7fe4b677a07dbaeb2cc72d52af82672826
Author: Simon Schampijer <simon at laptop.org>
Date:   Fri Feb 15 14:02:17 2013 +0100

    ToggleToolbutton: do hide the tooltip when clicked or touched
    
    This is the same behaviour as for the RadioToolButton and the
    ToolButton. See 344c72a3beb599b76f3ac806c34b7727a258530b where
    we did the same for the RadioToolbutton.
    
    Signed-off-by: Simon Schampijer <simon at laptop.org>
    Acked-by: Manuel Quiñones <manuq at laptop.org>

commit 04ea8445b7af4aa281ae5e9240780cd5ff49fdb7
Author: Simon Schampijer <simon at laptop.org>
Date:   Thu Nov 29 16:56:21 2012 +0100

    Release 0.98.0

commit 57f333c25480b0b6a49143e72e77b361cf3f6a86
Author: Simon Schampijer <simon at laptop.org>
Date:   Tue Nov 27 19:49:02 2012 +0100

    Release 0.97.2

commit 344c72a3beb599b76f3ac806c34b7727a258530b
Author: Simon Schampijer <simon at laptop.org>
Date:   Tue Nov 27 14:37:52 2012 +0100

    RadioToolButton: hide tooltip on click #4268
    
    This is the same behaviour as with the ToolButton.
    
    Signed-off-by: Simon Schampijer <simon at laptop.org>
    Acked-by: Manuel Quiñones <manuq at laptop.org>

commit 15916ed224eaa9dca8ed31b3e6039b3e381cd620
Author: Simon Schampijer <simon at laptop.org>
Date:   Fri Oct 5 16:07:47 2012 +0200

    Release 0.97.1

commit 37e3b855984cc8b950eddfed0b9d94c715415735
Author: Gonzalo Odiard <godiard at gmail.com>
Date:   Thu Oct 4 15:10:45 2012 -0300

    Backport add launch-times info to metadata
    
    Signed-off-by: Walter Bender <walter.bender at gmail.com>
    Tested-by: Gonzalo Odiard <gonzalo at laptop.org>

commit d1f68419e79376381fc2c3b111466714f044dfc0
Author: Simon Schampijer <simon at schampijer.de>
Date:   Thu Aug 23 14:19:37 2012 +0200

    Bundlebuilder: don't fail to package if git is not installed, OLPC #11341
    
    When git is installed, it will return non-zero if it gets asked to list
    the files in a non-git-repository. The subprocess.Popen instantiation is
    successful in this case and the returncode attribute will contain the
    error code from git. The current code handles this fine and does fall
    back to our own source file listing facility.
    
    If git isn't installed, however, trying to instantiate subprocess.Popen
    will fail with OSError. We need to catch this and fall back to our own
    source file listing facility like we do for the non-repository case.
    
    Signed-off-by: Simon Schampijer <simon at laptop.org>
    Reviewed-by: Gonzalo Odiard <gonzalo at laptop.org>

commit 2341c412ccff5e65dbd4fd7c0b397817f21bb672
Author: Simon Schampijer <simon at schampijer.de>
Date:   Thu Aug 16 10:58:06 2012 +0200

    Release 0.97.0

commit d1b8d3d70234664f3dd92e1ad205e3ce42832478
Author: Simon Schampijer <simon at schampijer.de>
Date:   Wed Aug 8 15:10:18 2012 +0200

    Use json as included in Python SL #3142
    
    We use json as included in Python. This will make Sugar dependent on
    Python 2.6 and Python 2.7 to have the highest JSON performance. The
    same patch landed in toolkit-gtk3 already.
    
    Signed-off-by: Simon Schampijer <simon at laptop.org>
    Acked-by: Manuel Quiñones <manuq at laptop.org>

commit eea18a12d14d3d5dc8c9f771a19cbdaf4962f9cf
Author: Daniel Narvaez <dwnarvaez at gmail.com>
Date:   Tue Jun 26 13:10:37 2012 +0000

    Allow to build outside source directory
    
    Reviewed-by: James Cameron <quozl at laptop.org>
    Acked-by: Simon Schampijer <simon at schampijer.de>

commit f7f49f22f8afb7c59498d9a057a5251564647060
Author: Daniel Drake <dsd at laptop.org>
Date:   Mon Jul 2 14:03:54 2012 -0600

    presence: use RoomConfig1 to configure channel properties (#3629)
    
    This code was still using regular Telepathy properties to
    set important configuration such as Anonymous=False.
    
    However, as of Telepathy specification 0.24.0, these properties have
    gone away.
    
        http://telepathy.freedesktop.org/spec/Channel_Type_Text.html
        Changed in 0.24.0. This interface used to have a bunch of clunky
        Telepathy.Properties. They have been removed in favour of D-Bus
        properties on the Room2, Subject2 and RoomConfig1 interfaces.
    
    Switch to using RoomConfig1 (where available) to set this
    configuration. The invite-restricted flag is no longer available and
    actually seems to have been removed a long while back.
    
    Fixes sharing of activities over gabble on new platforms such
    as Fedora 17.
    
    Signed-off-by: Daniel Drake <dsd at laptop.org>

commit d7dbcf865b818e7b8731f9fd97518846edc1ad95
Author: Pootle daemon <pootle at pootle.sugarlabs.org>
Date:   Fri Jun 15 17:42:29 2012 +0200

    Commit from Sugar Labs: Translation System by user cjl.: 37 of 37 messages translated (0 fuzzy).

commit 07da33f67023668aecb6b1d93f9854e83ab83625
Author: Pootle daemon <pootle at pootle.sugarlabs.org>
Date:   Wed Jun 13 20:06:24 2012 +0200

    Commit from Sugar Labs: Translation System by user cjl.: 37 of 37 messages translated (0 fuzzy).

commit 9c3f888712d242fdb35aad1a24be40e6b0e58e07
Author: Pootle daemon <pootle at pootle.sugarlabs.org>
Date:   Wed Jun 13 19:10:46 2012 +0200

    Commit from Sugar Labs: Translation System by user cjl.: 37 of 37 messages translated (0 fuzzy).

commit f4ac78c5fbb4ac12cbff6baffa2fa6d71bf87732
Author: Pootle daemon <pootle at pootle.sugarlabs.org>
Date:   Wed Jun 13 18:36:46 2012 +0200

    Commit from Sugar Labs: Translation System by user cjl.: 37 of 37 messages translated (0 fuzzy).

commit d1432f940416f39b69ea49ef6f35c7807aa47a01
Author: Pootle daemon <pootle at pootle.sugarlabs.org>
Date:   Wed Jun 6 21:29:10 2012 -0400

    Push many PO files

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |   24 +
 Makefile.in                                        |  785 -
 aclocal.m4                                         | 1850 ---
 autogen.sh                                         |   15 +
 config.guess                                       | 1522 --
 config.sub                                         | 1766 ---
 configure                                          |15538 --------------------
 configure.ac                                       |    2 +-
 depcomp                                            |  688 -
 examples/radiopalette.py                           |   75 +
 examples/toolbar.py                                |   51 +
 install-sh                                         |  527 -
 ltmain.sh                                          | 9655 ------------
 m4/.gitignore                                      |    3 +
 m4/intltool.m4                                     |  237 -
 m4/libtool.m4                                      | 7986 ----------
 m4/ltoptions.m4                                    |  384 -
 m4/ltsugar.m4                                      |  123 -
 m4/ltversion.m4                                    |   23 -
 m4/lt~obsolete.m4                                  |   98 -
 missing                                            |  331 -
 po/.gitignore                                      |    4 +
 po/Makefile.in.in                                  |  222 -
 po/aym.po                                          |   23 +-
 po/{af.po => bs.po}                                |   77 +-
 po/{bi.po => cpp.po}                               |    0
 po/{en.po => en_GB.po}                             |    8 +-
 po/{en.po => en_US.po}                             |    8 +-
 po/{af.po => fi.po}                                |   24 +-
 po/{da.po => hus.po}                               |   88 +-
 po/{zh_TW.po => hy.po}                             |   90 +-
 po/id.po                                           |   17 +-
 po/km.po                                           |   15 +-
 po/{am.po => kn.po}                                |   59 +-
 po/{af.po => lt.po}                                |   23 +-
 po/mn.po                                           |    9 +-
 po/quz.po                                          |   23 +-
 po/{tvl.po => sm.po}                               |    2 +-
 po/{kos.po => son.po}                              |   29 +-
 po/{sl.po => sr.po}                                |  114 +-
 po/{mi.po => tzm.po}                               |   20 +-
 py-compile                                         |  161 -
 src/Makefile.in                                    |  610 -
 src/sugar/.gitignore                               |    4 +
 src/sugar/.license                                 |    1 +
 src/sugar/Makefile.in                              |  999 --
 src/sugar/_sugarext.c                              | 1078 --
 src/sugar/activity/Makefile.in                     |  488 -
 src/sugar/activity/activity.py                     |   14 +-
 src/sugar/activity/bundlebuilder.py                |   14 +-
 src/sugar/bundle/Makefile.in                       |  485 -
 src/sugar/datastore/Makefile.in                    |  482 -
 src/sugar/graphics/Makefile.in                     |  508 -
 src/sugar/graphics/radiotoolbutton.py              |    4 +
 src/sugar/graphics/toggletoolbutton.py             |    4 +
 src/sugar/presence/Makefile.in                     |  487 -
 src/sugar/presence/activity.py                     |   61 +-
 src/sugar/presence/test_presence.txt               |   26 +
 src/sugar/sugar-marshal.c                          |  108 -
 src/sugar/sugar-marshal.h                          |   20 -
 .../graphics/panel.py => tests/graphics/common.py  |   43 +-
 tests/graphics/hipposcalability.py                 |   51 +
 tests/graphics/iconcache.py                        |   70 +
 tests/graphics/iconwidget.py                       |   87 +
 tests/graphics/ticket2855.py                       |   59 +
 .../__init__.py => tests/graphics/ticket2999.py    |   22 +
 .../__init__.py => tests/graphics/ticket3000.py    |   32 +
 tests/graphics/toolbarpalettes.py                  |   65 +
 tests/graphics/tray.py                             |   82 +
 src/sugar/graphics/panel.py => tests/lib/runall.py |   16 +-
 tests/lib/test_mime.py                             |   84 +
 71 files changed, 1192 insertions(+), 47511 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 Makefile.in
 delete mode 100644 aclocal.m4
 create mode 100755 autogen.sh
 delete mode 100755 config.guess
 delete mode 100755 config.sub
 delete mode 100755 configure
 delete mode 100755 depcomp
 create mode 100644 examples/radiopalette.py
 create mode 100644 examples/toolbar.py
 delete mode 100755 install-sh
 delete mode 100644 intltool-extract.in
 delete mode 100644 intltool-merge.in
 delete mode 100644 intltool-update.in
 delete mode 100644 ltmain.sh
 create mode 100644 m4/.gitignore
 delete mode 100644 m4/intltool.m4
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 delete mode 100755 missing
 create mode 100644 po/.gitignore
 delete mode 100644 po/Makefile.in.in
 copy po/{af.po => bs.po} (78%)
 copy po/{bi.po => cpp.po} (100%)
 copy po/{en.po => en_GB.po} (97%)
 copy po/{en.po => en_US.po} (94%)
 copy po/{af.po => fi.po} (93%)
 copy po/{da.po => hus.po} (71%)
 copy po/{zh_TW.po => hy.po} (71%)
 copy po/{am.po => kn.po} (84%)
 copy po/{af.po => lt.po} (91%)
 copy po/{tvl.po => sm.po} (98%)
 copy po/{kos.po => son.po} (93%)
 copy po/{sl.po => sr.po} (68%)
 copy po/{mi.po => tzm.po} (93%)
 delete mode 100755 py-compile
 delete mode 100644 src/Makefile.in
 create mode 100644 src/sugar/.gitignore
 create mode 100644 src/sugar/.license
 delete mode 100644 src/sugar/Makefile.in
 delete mode 100644 src/sugar/_sugarext.c
 delete mode 100644 src/sugar/activity/Makefile.in
 delete mode 100644 src/sugar/bundle/Makefile.in
 delete mode 100644 src/sugar/datastore/Makefile.in
 delete mode 100644 src/sugar/graphics/Makefile.in
 delete mode 100644 src/sugar/presence/Makefile.in
 create mode 100644 src/sugar/presence/test_presence.txt
 delete mode 100644 src/sugar/sugar-marshal.c
 delete mode 100644 src/sugar/sugar-marshal.h
 copy src/sugar/graphics/panel.py => tests/graphics/common.py (53%)
 create mode 100644 tests/graphics/hipposcalability.py
 create mode 100644 tests/graphics/iconcache.py
 create mode 100644 tests/graphics/iconwidget.py
 create mode 100644 tests/graphics/ticket2855.py
 copy src/sugar/datastore/__init__.py => tests/graphics/ticket2999.py (66%)
 copy src/sugar/datastore/__init__.py => tests/graphics/ticket3000.py (61%)
 create mode 100644 tests/graphics/toolbarpalettes.py
 create mode 100644 tests/graphics/tray.py
 copy src/sugar/graphics/panel.py => tests/lib/runall.py (79%)
 create mode 100644 tests/lib/test_mime.py


hooks/post-receive
-- 
sugar-toolkit Debian packaging



More information about the Debian-olpc-commits mailing list