Codebase list sugar-pippy-activity / 127d182
Prepare for release: Update changelog, control file and copyright hints. Jonas Smedegaard 8 years ago
3 changed file(s) with 141 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
0 sugar-pippy-activity (46~dfsg-3) UNRELEASED; urgency=medium
1
0 sugar-pippy-activity (66-1) unstable; urgency=medium
1
2 [ upstream ]
3 * New release(s).
4
5 [ Jonas Smedegaard ]
26 * Rewrite README.source to emphasize that control.in file is *not* a
37 show-stopper for contributions, and refer to wiki page for details.
48 * Update copyright info:
1620 + Relax slightly build-dependency on cdbs.
1721 + Relax to build-depend unversioned on python: Needed version
1822 satisfied even in oldstable.
23 + (Build-)depend on python-sugar3 (not python-sugar or
24 python-sugar-toolkit-*).
25 + Depend on python-gir and some GIR bindings, instead of some Python
26 libraries.
27 + Bump primary branch to 0.104.
1928 * Declare compliance with Debian Policy 3.9.6.
2029 * Move packaging to Debian Sugar Team.
2130 * Modernize short and long description.
2231 * Bump debhelper compatibility level to 8.
2332 * Stop repackage upstream tarball: No source-less binary since v51.
24
25 -- Jonas Smedegaard <dr@jones.dk> Fri, 19 Jun 2015 12:28:07 -0500
33 * Update patch 2001.
34
35 -- Jonas Smedegaard <dr@jones.dk> Fri, 19 Jun 2015 16:25:32 -0500
2636
2737 sugar-pippy-activity (46~dfsg-2) unstable; urgency=low
2838
77 python,
88 debhelper,
99 dh-buildinfo,
10 python-sugar-0.88 | python-sugar,
11 python-sugar-toolkit-0.88 | python-sugar-toolkit,
10 python-sugar3,
1211 unzip
1312 Standards-Version: 3.9.6
1413 Vcs-Git: git://anonscm.debian.org/pkg-sugar/sugar-pippy-activity
3635 Activities support learner collaboration, where multiple learners may
3736 be invited to join a collective Activity session.
3837 .
39 Pippy is a simple IDE for the Python programming language. It provides
40 a menu of sample files, a text editing window, and simple controls for
41 running and stopping the selected code.
38 Pippy allows the student to examine, execute, and modify simple Python
39 programs. In addition it is possible to write Python statements to
40 play sounds, calculate expressions, or make simple text based
41 interactive games.
55
66 Files: MAINTAINERS
77 NEWS
8 README.md
89 activity/activity-default.svg
910 activity/activity-icon.svg
1011 activity/activity.info
11 data/graphics/bounce
12 data/graphics/camera
13 data/graphics/jump
14 data/graphics/life
15 data/graphics/lines
16 data/graphics/physics
17 data/graphics/pong
18 data/graphics/snow
19 data/graphics/tree
20 data/math/factorial
21 data/math/fibonacci
22 data/math/guess
23 data/math/pascal
24 data/math/sierpinski
25 data/math/times
26 data/python/function
27 data/python/if
28 data/python/interpreter
29 data/python/recursion
30 data/sound/getSoundList
31 data/sound/playSine
32 data/sound/playWave
33 data/sound/sequence
34 data/string/hello
35 data/string/jeringoso
36 data/string/thanks
12 data/en/graphics/bounce
13 data/en/graphics/camera
14 data/en/graphics/jump
15 data/en/graphics/life
16 data/en/graphics/lines
17 data/en/graphics/physics
18 data/en/graphics/pong
19 data/en/graphics/snow
20 data/en/graphics/tree
21 data/en/math/factorial
22 data/en/math/fibonacci
23 data/en/math/guess
24 data/en/math/pascal
25 data/en/math/pi
26 data/en/math/sierpinski
27 data/en/math/stern-brocot
28 data/en/math/times
29 data/en/python/function
30 data/en/python/if
31 data/en/python/interpreter
32 data/en/python/recursion
33 data/en/sound/getSoundList
34 data/en/sound/playSine
35 data/en/sound/playWave
36 data/en/sound/sequence
37 data/en/string/hello
38 data/en/string/jeringoso
39 data/en/string/thanks
40 data/en/tutorials/Tutorial_01_simple_input.py
41 data/en/tutorials/Tutorial_02_while.py
42 data/en/tutorials/Tutorial_03_range.py
43 data/en/tutorials/Tutorial_04_list.py
44 data/en/tutorials/Tutorial_05_dictionaries.py
45 data/en/tutorials/Tutorial_06_try_except.py
46 data/en/tutorials/Tutorial_07_gtk_basic_form.py
47 data/en/tutorials/Tutorial_08_gtk_button_form.py
48 data/en/tutorials/Tutorial_09_gtk_entry.py
49 data/es/tutorials/Tutorial_01_entrada_simple.py
50 data/es/tutorials/Tutorial_02_while.py
51 data/es/tutorials/Tutorial_03_rango.py
52 data/es/tutorials/Tutorial_04_lista.py
53 data/es/tutorials/Tutorial_05_diccionarios.py
54 data/es/tutorials/Tutorial_06_try_except.py
55 data/es/tutorials/Tutorial_07_gtk_ventana_basica.py
56 data/es/tutorials/Tutorial_08_gtk_ventana_boton.py
57 data/es/tutorials/Tutorial_09_gtk_caja_de_texto.py
3758 debian/README.source
3859 debian/compat
3960 debian/control
4970 groupthink/aatree_test.py
5071 groupthink/dbus_tools.py
5172 groupthink/stringtree.py
73 icons/close-tab.svg
5274 icons/eraser_bw.svg
5375 icons/eraser_color.svg
54 icons/pippy-create_bundle.svg
55 icons/pippy-export_doc.svg
56 icons/pippy-export_example.svg
76 icons/pippy-create-bundle.svg
77 icons/pippy-create-disutils.svg
78 icons/pippy-export-doc.svg
79 icons/pippy-export-example.svg
80 icons/pippy-export-library.svg
81 icons/pippy-import-doc.svg
82 icons/pippy-import_py.svg
83 icons/pippy-openoff.svg
84 icons/pippy-openon.svg
85 icons/pippy-save_library.svg
5786 icons/run_bw.svg
5887 icons/run_color.svg
5988 icons/stopit_bw.svg
6089 icons/stopit_color.svg
90 library/pippy/physics/__init__.py
91 library/pippy/physics/myelements/__init__.py
6192 po/am.po
6293 po/aym.po
6394 po/bg.po
92123 po/ne.po
93124 po/nl.po
94125 po/pa.po
95 po/pis.po
96126 po/ps.po
97127 po/pseudo.po
98128 po/pt.po
102132 po/sd.po
103133 po/sk.po
104134 po/sw.po
105 po/tpi.po
106135 po/tr.po
107136 po/tvl.po
137 po/tzm.po
108138 po/tzo.po
109139 po/ur.po
110140 po/zh_CN.po
112142 License: UNKNOWN
113143 FIXME
114144
145 Files: library/pippy/physics/myelements/add_objects.py
146 library/pippy/physics/myelements/callbacks.py
147 library/pippy/physics/myelements/camera.py
148 library/pippy/physics/myelements/drawing.py
149 library/pippy/physics/myelements/elements.py
150 library/pippy/physics/myelements/locals.py
151 library/pippy/physics/myelements/menu.py
152 library/pippy/physics/myelements/tools_poly.py
153 Copyright: 2008, The Elements Team, <elements@linuxuser.at>
154 License: GPL-3+
155 FIXME
156
115157 Files: activity.py
116158 library/pippy/__init__.py
117159 library/pippy/console.py
118160 library/pippy/game.py
119 library/pippy/sound.py
120161 Copyright: 2007-2008, One Laptop per Child Association, Inc
121162 2007-2008,2010, One Laptop per Child Association, Inc
122163 License: GPL-2+
130171
131172 Files: pippy_app.py
132173 Copyright: 2007-2009, Chris Ball, based on Collabora's
174 2013, Jorge Gomez
175 2013,14 Ignacio Rodriguez
176 2013,14 Sai Vineet
177 2013,14 Walter Bender
133178 License: GPL-2+
134179 FIXME
135180
138183 License: GPL-2+
139184 FIXME
140185
186 Files: icondialog.py
187 Copyright: 2013, Ignacio Rodríguez <ignacio@sugarlabs.org>
188 License: GPL-2+
189 FIXME
190
191 Files: filedialog.py
192 Copyright: 2014, Ignacio Rodríguez <ignacio@sugarlabs.org>
193 2014, Walter Bender
194 License: GPL-2+
195 FIXME
196
141197 Files: library/pippy/query.py
142198 Copyright: 2007, One Laptop per Child
143199 License: GPL-2+
200 FIXME
201
202 Files: library/pippy/sound.py
203 Copyright: 2007-2008, One Laptop per Child Association, Inc
204 2013,14 Walter Bender (walter@sugarlabs.org)
205 License: GPL-2+
206 FIXME
207
208 Files: notebook.py
209 Copyright: 2014, Sai Vineet
210 2014, Walter Bender
211 License: GPL-2+
212 FIXME
213
214 Files: library/pippy/physics/myelements/tools.py
215 Copyright: / 255)
216 2008, The Elements Team, <elements@linuxuser.at>
217 License: GPL-3+
144218 FIXME
145219
146220 Files: debian/rules
158232 License: GPL-ever
159233 FIXME
160234
235 Files: LICENSE
236 Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
237 are not
238 disclaimer" for the program, if necessary
239 if you do
240 law
241 law, except executing it on a
242 on the Program, and are irrevocable provided the stated
243 on the software, and (2) offer you this License
244 permission
245 permission, other than the making of an
246 {year} {fullname}
247 {year} {name of author}
248 License: GPL-ever
249 FIXME
250
161251 Files: groupthink/gtk_tools.py
162252 Copyright:
163253 License: UNKNOWN