Merge lp:~diwic/gnome-control-center/lp1060143 into lp:gnome-control-center

Proposed by David Henningsson
Status: Merged
Merge reported by: David Henningsson
Merged at revision: not available
Proposed branch: lp:~diwic/gnome-control-center/lp1060143
Merge into: lp:gnome-control-center
Diff against target: 32588 lines (+32233/-0)
70 files modified
.bzr-builddeb/default.conf (+3/-0)
debian/changelog (+3039/-0)
debian/compat (+1/-0)
debian/control (+153/-0)
debian/control.in (+149/-0)
debian/copyright (+26/-0)
debian/gnome-control-center-data.install (+10/-0)
debian/gnome-control-center-dev.install (+1/-0)
debian/gnome-control-center.install (+3/-0)
debian/gnome-control-center.links (+1/-0)
debian/gnome-control-center.menu (+4/-0)
debian/gnome-control-center.sgml (+313/-0)
debian/gnome-control-center.xpm (+361/-0)
debian/libgnome-control-center-dev.install (+3/-0)
debian/libgnome-control-center1.install (+1/-0)
debian/libgnome-control-center1.symbols (+23/-0)
debian/patches/00git_online_accounts_gtkgrid.patch (+66/-0)
debian/patches/00git_online_accounts_layout.part (+46/-0)
debian/patches/02_no_assert_on_null_streams.patch (+17/-0)
debian/patches/04_new_appearance_settings.patch (+1850/-0)
debian/patches/05_run_update_manager.patch (+13/-0)
debian/patches/06_handle_passwd_with_ldap.patch (+19/-0)
debian/patches/10_keyboard_layout_on_unity.patch (+69/-0)
debian/patches/11_power-configure_lid_action.patch (+156/-0)
debian/patches/12_add_never_turn_screen_off.patch (+29/-0)
debian/patches/50_ubuntu_systemwide_prefs.patch (+194/-0)
debian/patches/51_unity_options_in_display_panel.patch (+592/-0)
debian/patches/52_ubuntu_language_list_mods.patch (+157/-0)
debian/patches/53_use_ubuntu_help.patch (+38/-0)
debian/patches/54_enable_alt_tap_in_shortcut.patch (+58/-0)
debian/patches/55_user_accounts_hide_controls.patch (+154/-0)
debian/patches/56_use_ubuntu_info_branding.patch (+26/-0)
debian/patches/57_use_nonsymbolic_keyboard_icon.patch (+13/-0)
debian/patches/58_ubuntu_icon_views_redesign.patch (+364/-0)
debian/patches/59_install_gcm_components_on_demand.patch (+231/-0)
debian/patches/60_ubuntu_nav_bar.patch (+395/-0)
debian/patches/61_workaround_online_account.patch (+43/-0)
debian/patches/62_update_translations_template.patch (+23/-0)
debian/patches/63_normal_scrollbar_in_a11y.patch (+55/-0)
debian/patches/64_restore_terminal_keyboard_shortcut.patch (+13/-0)
debian/patches/90_force_fallback.patch (+22/-0)
debian/patches/96_sound_nua_panel.patch (+16909/-0)
debian/patches/97_unity_power_ui.patch (+133/-0)
debian/patches/98_default_sound_theme.patch (+16/-0)
debian/patches/99_add_lock-on-suspend.patch (+68/-0)
debian/patches/accounts_fix_unsetting_icon.patch (+13/-0)
debian/patches/build_new_cups.patch (+373/-0)
debian/patches/classic_use_sound_indicator.patch (+9/-0)
debian/patches/clutter_init.patch (+108/-0)
debian/patches/deal_with_null_ssid.patch (+33/-0)
debian/patches/dont_download_local_image.patch (+30/-0)
debian/patches/fix-crash-on-user-panel.patch (+27/-0)
debian/patches/git_fix_big_editable_labels.patch (+86/-0)
debian/patches/git_gnome_desktop_update.patch (+83/-0)
debian/patches/git_new_bluetooth_api.patch (+59/-0)
debian/patches/git_sound_sliders.patch (+194/-0)
debian/patches/git_unmute_sound_event.patch (+29/-0)
debian/patches/git_update_keyring_password.patch (+53/-0)
debian/patches/git_update_mimetypes.patch (+186/-0)
debian/patches/git_wacom_translations.patch (+44/-0)
debian/patches/no_preferred_mode_in_clone.patch (+30/-0)
debian/patches/power_cancellable_fixes.patch (+97/-0)
debian/patches/revert_git_datetime_port.patch (+4633/-0)
debian/patches/revert_git_drop_library.patch (+166/-0)
debian/patches/series (+48/-0)
debian/rules (+39/-0)
debian/source/format (+1/-0)
debian/source/include-binaries (+1/-0)
debian/source_gnome-control-center.py (+29/-0)
debian/watch (+2/-0)
To merge this branch: bzr merge lp:~diwic/gnome-control-center/lp1060143
Reviewer Review Type Date Requested Status
David Henningsson (community) Disapprove
Sebastien Bacher (community) Needs Information
Review via email: mp+127794@code.launchpad.net

Description of the change

I did a quick compile/install/run test. Seemed fine - but I can't reproduce the original problem here in the first place.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

David, is that valid/current?

review: Needs Information
Revision history for this message
Sebastien Bacher (seb128) wrote :

(the bug has been marked as closed, I don't have edit rights for the merge proposal though)

Revision history for this message
David Henningsson (diwic) wrote :

@seb128: I think the patch has been merged since long ago, but not through merging this branch. Anyway, there's no action required as the bug is solved.

review: Disapprove

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2012-10-03 15:19:35 +0000
@@ -0,0 +1,3 @@
1[BUILDDEB]
2merge = True
3ignore-unknowns = true
04
=== added directory 'debian'
=== added file 'debian/UbuntuLogo.png'
1Binary files debian/UbuntuLogo.png 1970-01-01 00:00:00 +0000 and debian/UbuntuLogo.png 2012-10-03 15:19:35 +0000 differ5Binary files debian/UbuntuLogo.png 1970-01-01 00:00:00 +0000 and debian/UbuntuLogo.png 2012-10-03 15:19:35 +0000 differ
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2012-10-03 15:19:35 +0000
@@ -0,0 +1,3039 @@
1gnome-control-center (1:3.4.2-0ubuntu18) UNRELEASED; urgency=low
2
3 * debian/patches/96_sound_nua_panel.patch:
4 Update to make sure first item is selected (LP: #1060143)
5
6 -- David Henningsson <david.henningsson@canonical.com> Wed, 03 Oct 2012 16:51:26 +0200
7
8gnome-control-center (1:3.4.2-0ubuntu17) quantal; urgency=low
9
10 * debian/patches/04_new_appearance_settings.patch,
11 debian/patches/63_normal_scrollbar_in_a11y.patch:
12 - Use the current overlay-scrollbar gsettings key (lp: #1058936)
13 * debian/patches/97_unity_power_ui.patch:
14 - hide indicator setting under GNOME sessions (lp: #1059369)
15
16 [ Didier Roche ]
17 * debian/patches/04_new_appearance_settings.patch:
18 - remove an unity-2d key which was unconditionnaly set (even if schema not
19 installed), provoking a warning.
20
21 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 02 Oct 2012 19:26:48 +0200
22
23gnome-control-center (1:3.4.2-0ubuntu16) quantal; urgency=low
24
25 * debian/patches/git_unmute_sound_event.patch:
26 - "sound: Make sure the event sound stream stays unmuted" (lp: #986692)
27
28 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 28 Sep 2012 20:01:25 +0200
29
30gnome-control-center (1:3.4.2-0ubuntu15) quantal; urgency=low
31
32 * debian/patches/git_fix_big_editable_labels.patch:
33 - Cherrypick from git to fix unconstrained font growth (LP: #1041756)
34 * debian/control.in:
35 - Bump gtk+3.0 build-deps to 3.5.13 for gtk_entry_set_attributes().
36
37 -- Jason Conti <jason.conti@gmail.com> Sat, 08 Sep 2012 17:51:05 -0400
38
39gnome-control-center (1:3.4.2-0ubuntu14) quantal; urgency=low
40
41 * debian/patches/power_cancellable_fixes.patch:
42 - Fix a possible crash in the power panel (LP: #929378)
43
44 -- Michael Terry <mterry@ubuntu.com> Thu, 06 Sep 2012 17:29:43 -0400
45
46gnome-control-center (1:3.4.2-0ubuntu13) quantal; urgency=low
47
48 * debian/control.in:
49 - don't Build-Depends on libgconf2
50 - Recommends libcanberra-pulse (lp: #1004973)
51 * debian/patches/58_ubuntu_icon_views_redesign.patch:
52 - updated geometry to avoid scrolling by default by adding space to
53 display an extra icon row
54 * debian/patches/62_update_translations_template.patch:
55 - stop listing deprecated source
56 * debian/patches/96_sound_nua_panel.patch:
57 - stop using gconf there
58 * debian/patches/git_update_mimetypes.patch:
59 - "set related mime types when changing preferred apps" (lp: #876897)
60 * debian/gnome-control-center.postinst:
61 - drop old transitional code
62
63 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 28 Aug 2012 18:24:53 +0200
64
65gnome-control-center (1:3.4.2-0ubuntu12) quantal; urgency=low
66
67 * 64_restore_terminal_keyboard_shortcut.patch:
68 - The "Launch terminal" keyboard shortcut was dropped in the
69 gconf>gsettings switch. Bring it back. (LP: #1010558, LP: #1040081)
70 * debian/control.in:
71 - Bump minimum gnome-settings-daemon to get the schema needed
72 by the above patch
73
74 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 26 Aug 2012 12:48:31 -0400
75
76gnome-control-center (1:3.4.2-0ubuntu11) quantal; urgency=low
77
78 * debian/control.in:
79 - updated clutter requirement to match the configure version
80 * debian/patches/96_sound_nua_panel.patch:
81 - drop hacks and merge upstream changes for mouse scrolling (lp: #953757)
82 * debian/patches/git_sound_sliders.patch:
83 - "sound: Fix mouse scrolls on sliders"
84 * debian/patches/git_update_keyring_password.patch
85 * debian/source_gnome-control-center.py:
86 - updated for python3, thanks Edward Donovan (lp: #1013171)
87 * debian/UbuntuLogo.png:
88 - updated logo for 12.10 (lp: #1035501)
89
90 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 24 Aug 2012 18:57:15 +0200
91
92gnome-control-center (1:3.4.2-0ubuntu10) quantal-proposed; urgency=low
93
94 * debian/patches/clutter_init.patch
95 - added missing include for config.h to get the HAVE_CLUTTER defines
96
97 -- Ken VanDine <ken.vandine@canonical.com> Thu, 23 Aug 2012 16:09:35 -0400
98
99gnome-control-center (1:3.4.2-0ubuntu9) quantal-proposed; urgency=low
100
101 * debian/control.in:
102 - updated gnome-settings-daemon requirement to the gsettings version
103
104 [ Didier Roche ]
105 * debian/patches/51_unity_options_in_display_panel.patch,
106 debian/patches/04_new_appearance_settings.patch,
107 debian/control: (LP: #1035261)
108 - unity/compiz gconf -> gsettings transition
109 - support now metacity - gsettings version
110 - declare appropriates breaks
111 * debian/patches/revert_git_datetime_port.patch
112 - refresh for above patches
113 * debian/patches/revert_git_stop_using_gconf.patch,
114 debian/patches/revert_ua_gsettings.patch,
115 debian/patches/revert_git_keyboard_gsettings.patch:
116 - removed now as we are using gsettings everywhere, apart from the
117 ua patch
118 * debian/patches/54_enable_alt_tap_in_shortcut.patch:
119 - transition the patch to gsettings to support alt-tap with it.
120 - move it upper to the stack as it doesn't dep on the gconf revert
121 patches anymore.
122 * debian/patches/51_ubuntu_system_keyboard.patch:
123 - removed from the vcs, doesn't apply to any existing file, was never
124 referenced in the changelog, seems just a leftover
125 * debian/patches/new_translations_hack.patch:
126 - removed, not of use anymore
127
128 [ Ken VanDine ]
129 * debian/patches/clutter_init.patch
130 - added --with-clutter to optionally initiallize clutter-gtk, needed
131 for gnome-control-center-signon
132 * debian/rules
133 - build with --with-clutter
134 * debian/control
135 - added build depends for libclutter-gtk-1.0-dev
136
137 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 23 Aug 2012 17:09:34 +0200
138
139gnome-control-center (1:3.4.2-0ubuntu8) quantal; urgency=low
140
141 * debian/patches/git_new_bluetooth_api.patch:
142 - updated to gnome-bluetooth api changes
143
144 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 10 Aug 2012 11:43:58 +0200
145
146gnome-control-center (1:3.4.2-0ubuntu7) quantal; urgency=low
147
148 * debian/control:
149 - updated goa requirement
150 * debian/patches/no_preferred_mode_in_clone.patch:
151 - "Do not add preferred mode to drop down in clone mode."
152 (lp: #1033864)
153 * debian/patches/build_new_cups.patch:
154 - patch from https://bugzilla.gnome.org/show_bug.cgi?id=679759,
155 build with cups 1.6
156
157 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 07 Aug 2012 18:00:01 +0200
158
159gnome-control-center (1:3.4.2-0ubuntu6) quantal; urgency=low
160
161 [ David Henningsson ]
162 * debian/patches/96_sound_nua_panel.patch:
163 - update, including profiles get,set rewrite (lp: #1015073)
164
165 [ Iain Lane ]
166 * Add Build-Depends on libxkbfile-dev
167
168 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 25 Jun 2012 16:49:37 +0200
169
170gnome-control-center (1:3.4.2-0ubuntu5) quantal; urgency=low
171
172 * debian/patches/51_unity_options_in_display_panel.patch:
173 - updated for the new gnome-desktop as well (lp: #1011056)
174
175 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 12 Jun 2012 21:48:18 +0200
176
177gnome-control-center (1:3.4.2-0ubuntu4) quantal; urgency=low
178
179 * debian/control.in, debian/patches/git_gnome_desktop_update.patch:
180 update to the new gnome-desktop version (lp: #1011056)
181
182 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 11 Jun 2012 11:34:48 +0200
183
184gnome-control-center (1:3.4.2-0ubuntu3) quantal; urgency=low
185
186 * Rebuild for the libgnome-desktop SOVER bump.
187
188 -- Adam Conrad <adconrad@ubuntu.com> Thu, 07 Jun 2012 15:58:01 -0600
189
190gnome-control-center (1:3.4.2-0ubuntu2) quantal; urgency=low
191
192 * debian/patches/96_sound_nua_panel.patch:
193 Fix segfault on selecting bluetooth input (LP: #1004384)
194
195 -- David Henningsson <david.henningsson@canonical.com> Fri, 25 May 2012 12:08:05 +0200
196
197gnome-control-center (1:3.4.2-0ubuntu1) quantal; urgency=low
198
199 * New upstream release
200
201 -- Robert Ancell <robert.ancell@canonical.com> Tue, 22 May 2012 12:10:45 +1200
202
203gnome-control-center (1:3.4.1-0ubuntu4) quantal; urgency=low
204
205 * debian/control:
206 - gnome-control-center breaks/replaces gnome-bluetooth (configuration applet
207 moved into the control center) (LP: #1000709)
208 * debian/patches/00git_online_accounts_layout.part:
209 * debian/patches/00git_online_accounts_gtkgrid.patch:
210 - Use new GNOME online accounts API
211
212 -- Robert Ancell <robert.ancell@canonical.com> Fri, 18 May 2012 14:55:36 +1200
213
214gnome-control-center (1:3.4.1-0ubuntu3) quantal; urgency=low
215
216 * debian/control:
217 - Build-depend on libgnome-bluetooth-dev so the Bluetooth panel is compiled
218
219 -- Robert Ancell <robert.ancell@canonical.com> Thu, 17 May 2012 11:58:43 +1200
220
221gnome-control-center (1:3.4.1-0ubuntu2) precise-proposed; urgency=low
222
223 * debian/patches/deal_with_null_ssid.patch: don't try to dereference ssid when
224 it's NULL (i.e. for non-broadcasting APs). (LP: #908670, #912948)
225
226 [ Conor Curran & David Henningsson ]
227 * debian/patches/96_sound_nua_panel.patch:
228 - updated version including fixes for
229 - "moving running input stream fails" (lp: #984637)
230 - "peak detection on input tab doubles up on level"(lp: #987626)
231 - "SIGSEGV in gvc_mixer_ui_device_get_description()" (lp: #982495)
232
233 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 27 Apr 2012 12:04:53 -0400
234
235gnome-control-center (1:3.4.1-0ubuntu1) precise-proposed; urgency=low
236
237 [ Sebastien Bacher ]
238 * debian/patches/git_wacom_translations.patch:
239 - updated, list the source files in POTFILES.in as well
240
241 [ Martin Pitt ]
242 * New upstream bug fix release:
243 - Fix translation of the rotation drop-down
244 - Make controls insensitive when a user is not selected
245 - Fix alignment of the "Map to Monitor..." button
246 - Use PrinterAddOption method to set media size
247 - Updated translations
248 * Drop patches applied upstream:
249 - accounts_handle_system_user.patch
250 - git_rotation_translation.patch
251
252 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 16 Apr 2012 17:09:05 +0200
253
254gnome-control-center (1:3.4.0-0ubuntu7) precise-proposed; urgency=low
255
256 * debian/patches/04_new_appearance_settings.patch:
257 - add edge corner reveal support for unity-2d now that it supports it
258 - unref the new gsettings object introduced in a previous upload
259 * debian/patches/54_enable_alt_tap_in_shortcut.patch:
260 - enable assign alt and other key for the HUD shortcut in both Unity 2D
261 and 3D (LP: #969256)
262 (applied very late in the build for now as dep on
263 revert_git_keyboard_gsettings.patch)
264 * debian/patches/96_sound_nua_panel.patch:
265 - quiet debug output, patch from ronoc
266 * debian/patches/50_ubuntu_systemwide_prefs.patch:
267 - fix the patch to really show "apply system wide" for new users
268
269 -- Didier Roche <didrocks@ubuntu.com> Thu, 12 Apr 2012 13:55:57 +0200
270
271gnome-control-center (1:3.4.0-0ubuntu6) precise; urgency=low
272
273 * debian/patches/96_sound_nua_panel.patch:
274 - updated to quiet warnings on start (lp: #973312)
275 * debian/patches/git_wacom_translations.patch:
276 - set wacom strings as translatable (lp: #978153)
277 * debian/patches/git_rotation_translation.patch:
278 - git patch, correctly translation display rotation strings
279
280 [ Michael Terry ]
281 * debian/patches/accounts_fix_unsetting_icon.patch:
282 - Don't try to send NULL string over DBus when unsetting the user
283 icon. Instead use an empty string. LP: #978049
284
285 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 10 Apr 2012 21:33:55 +0200
286
287gnome-control-center (1:3.4.0-0ubuntu5) precise; urgency=low
288
289 [ Jeremy Bicha ]
290 * debian/patches/50_ubuntu_systemwide_prefs.patch:
291 - Network proxy: Show "apply system wide" for sudo group too
292 (LP: #967978, LP: #893842)
293
294 [ Michael Terry ]
295 * debian/patches/accounts_handle_system_user.patch:
296 - Disable user controls when no user is selected, to prevent crashes
297 in code that doesn't expect that situation. LP: #908140
298
299 -- Michael Terry <mterry@ubuntu.com> Mon, 09 Apr 2012 22:13:55 -0400
300
301gnome-control-center (1:3.4.0-0ubuntu4) precise; urgency=low
302
303 * debian/patches/96_sound_nua_panel.patch:
304 - if the "sound" panel is asked under Unity load "sound-nua" rather
305 than bailing out, that's better than patching all softwares calling it
306 - update the tabs enum so command lines call load the right one
307
308 [ Jeremy Bicha ]
309 * debian/patches/04_new_appearance_settings.patch:
310 - Set the gsettings window theme value also (used by GNOME Shell 3.4)
311
312 -- Sebastien Bacher <seb128@ubuntu.com> Wed, 04 Apr 2012 15:23:59 +0200
313
314gnome-control-center (1:3.4.0-0ubuntu3) precise; urgency=low
315
316 * debian/patches/96_sound_nua_panel.patch:
317 - change the a11y sound link to open soundnua under unity (lp: #963618)
318 * debian/patches/classic_use_sound_indicator.patch:
319 - don't autostart the sound applet under GNOME classic sessions since
320 indicators are used (lp: #965288)
321 * debian/patches/04_new_appearance_settings.patch:
322 - don't display a (null) background size when a solid color is used
323 (lp: #944076)
324 - set "default" string as translatable (lp: #968290)
325
326 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 30 Mar 2012 12:34:31 +0200
327
328gnome-control-center (1:3.4.0-0ubuntu2) precise-proposed; urgency=low
329
330 * debian/patches/51_unity_options_in_display_panel.patch:
331 - use the same case that was in debian/patches/new_translations_hack.patch
332 for translators (Sentence case and not Title Case) (LP: #967110)
333 - do not show the panel on the preview, only the launcher (LP: #967027)
334 - Add a separator for the unity settings (LP: #967121)
335 - Fix some missing redrawing call (LP: #967136)
336 * debian/patches/new_translations_hack.patch:
337 - removed the translation as used in the other patch
338 * debian/patches/04_new_appearance_settings.patch:
339 - add launcher sensitivity to 2D settings now that 2D supports it as well
340 - reveal spot won't make it in 2D, hide it in this session
341 - remove a warning on non Unity session
342
343 -- Didier Roche <didrocks@ubuntu.com> Wed, 28 Mar 2012 12:39:01 +0200
344
345gnome-control-center (1:3.4.0-0ubuntu1) precise-proposed; urgency=low
346
347 * New upstream release:
348 - Network: Fix a crash by disconnecting idle sources
349 - Printers: Fix crash in actualize_printers_list
350
351 -- Robert Ancell <robert.ancell@canonical.com> Tue, 27 Mar 2012 11:41:31 +1100
352
353gnome-control-center (1:3.3.92-0ubuntu4) precise; urgency=low
354
355 * debian/patches/fix-crash-on-user-panel.patch:
356 - Fix occasional crash when closing user panel (LP: #873679)
357
358 -- Michael Terry <mterry@ubuntu.com> Fri, 23 Mar 2012 15:26:12 -0400
359
360gnome-control-center (1:3.3.92-0ubuntu3) precise-proposed; urgency=low
361
362 * debian/patches/51_unity_options_in_display_panel.patch:
363 - add the options to the display panel for unity multimonitor support.
364 Choice where the launcher can be set (one monitor, all monitor) and
365 sticky edges. (LP: #950136)
366 * debian/patches/revert_git_keyboard_gsettings.patch:
367 - refreshed
368 * debian/patches/04_new_appearance_settings.patch:
369 - revert the "click to get directly to a position" on the scroll bar.
370 This should be done in gtk to get the same behavior everywhere. Too
371 late for this cycle though.
372 - fix the scrolling since gtk introduced GDK_SCROLL_SMOOTH.
373
374 -- Didier Roche <didrocks@ubuntu.com> Fri, 23 Mar 2012 15:42:22 +0100
375
376gnome-control-center (1:3.3.92-0ubuntu2) precise; urgency=low
377
378 * debian/patches/dont_download_local_image.patch:
379 - bugzilla patch from Ryan Lortie, should fix public images
380 selected as wallpaper not showing in unity-greeter (lp: #672405)
381
382 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 19 Mar 2012 19:39:08 +0100
383
384gnome-control-center (1:3.3.92-0ubuntu1) precise; urgency=low
385
386 * New upstream version:
387 - should fix color panel segfault in gcm_prefs_device_changed_cb()
388 (lp: #953145)
389 * debian/patches/git_zoom_shell_only.patch:
390 - dropped, the change is in the new version
391 * debian/patches/new_translations_hack.patch:
392 - updated strings
393
394 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 19 Mar 2012 19:08:41 +0100
395
396gnome-control-center (1:3.3.91-0ubuntu4) precise; urgency=low
397
398 * debian/patches/96_sound_nua_panel.patch:
399 - updated to r8 of the new vcs, fixes:
400 - columns not correctly aligned (lp: #956888)
401 - some strings were not marked translatable (lp: #957013)
402 - combos resizing on profile changes (lp: #947302)
403 * debian/patches/new_translations_hack.patch:
404 - hack patch to add strings that will probably be added soon to
405 the translation template
406
407 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 16 Mar 2012 19:23:11 +0100
408
409gnome-control-center (1:3.3.91-0ubuntu3) precise; urgency=low
410
411 * debian/patches/04_new_appearance_settings.patch,
412 debian/patches/63_normal_scrollbar_in_a11y.patch:
413 - disable overlay scrollbars with a11y themes by setting the gsettings
414 to false, thanks Andrea Cimitan (lp: #934123)
415
416 [ Marc Deslauriers ]
417 * debian/patches/99_add_lock-on-suspend.patch: Add a new preference to
418 lock the screen when the system suspends. (LP: #938076)
419 * debian/control.in: bump gsettings-desktop-schemas Depends
420
421 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 09 Mar 2012 19:41:38 +0100
422
423gnome-control-center (1:3.3.91-0ubuntu2) precise; urgency=low
424
425 * debian/patches/96_sound_nua_panel.patch:
426 - change X-GNOME-Keywords to Keywords
427 - updated to r273, fixes profile selection issues with bluetooth devices
428 (lp: #948236)
429 * debian/patches/revert_git_drop_library.patch:
430 - simplified, don't copy files or create a new dir
431 * debian/patches/git_zoom_shell_only.patch:
432 - hide zoom option when not under gnome-shell since they do nothing
433 on other environments (lp: #945813)
434
435 [ Martin Pitt ]
436 * debian/control.in: Only recommend gnome-session-bin, to avoid pulling in
437 all of gnome-session and Unity for derivatives. (LP: #936761)
438
439 [ Aurélien Gâteau ]
440 * debian/patches/60_ubuntu_nav_bar.patch: Use a GtkBox instead of a GtkGrid
441 so that GTK_STYLE_CLASS_LINKED works.
442
443 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 08 Mar 2012 18:30:18 +0100
444
445gnome-control-center (1:3.3.91-0ubuntu1) precise; urgency=low
446
447 * New upstream version:
448 - Fix updates buttons never saying "No updates" (lp: #859409)
449 - Fix wacom segfault (lp: #938549)
450 * debian/control.in:
451 - updated gnome-settings-daemon requirement
452 * debian/gnome-control-center-data.install:
453 - updated for the new version
454 * debian/patches/08_dont_crash_on_null_territories.patch:
455 - dropped, the issue is fixed is in the new version
456 * debian/patches/96_sound_nua_panel.patch:
457 - updated to r268, fixes:
458 - "Cannot switch profile on Bluetooth headset" (lp: #940282)
459 * debian/patches/99_fix_display_crash.patch:
460 - dropped, the fix is in the new version
461
462 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 06 Mar 2012 19:10:59 +0100
463
464gnome-control-center (1:3.3.90-0ubuntu5) precise; urgency=low
465
466 * debian/gnome-control-center-data.postinst:
467 - dropped old postinst, it was required for jaunty
468 * debian/patches/04_new_appearance_settings.patch:
469 - use correct marging (lp: #945192)
470 - use correct capitalization "Restore Default Behaviours" (lp: #944082)
471 * debian/patches/58_ubuntu_icon_views_redesign.patch:
472 - don't segfault when moving to the new category with down (lp: #934053)
473
474 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 05 Mar 2012 16:30:12 +0100
475
476gnome-control-center (1:3.3.90-0ubuntu4) precise; urgency=low
477
478 * debian/patches/99_fix_display_crash.patch:
479 - Disconnect signal when display panel is closed so we don't crash
480 later. LP: #843274
481
482 -- Michael Terry <mterry@ubuntu.com> Sat, 25 Feb 2012 09:36:05 -0500
483
484gnome-control-center (1:3.3.90-0ubuntu3) precise; urgency=low
485
486 * debian/patches/62_update_translations_template.patch:
487 - update POTFILES.in with the ubuntu specific sources for translation
488
489 -- Sebastien Bacher <seb128@ubuntu.com> Sat, 25 Feb 2012 12:39:48 +0100
490
491gnome-control-center (1:3.3.90-0ubuntu2) precise; urgency=low
492
493 * debian/patches/01_menu_category.patch:
494 - dropped, no need to change the categories with unity
495 * debian/patches/07_make_window_wider.patch:
496 - dropped, the geometry changes are included in the design changes
497 * debian/patches/58_ubuntu_icon_views_redesign.patch:
498 - included geometry changes there
499 * debian/patches/60_ubuntu_nav_bar.patch:
500 - correctly update when opening a panel directly (lp: #934074)
501 - correctly update when following links (lp: #934070)
502 - use a grid rather than a box, fixes buttons spacing (lp: #937397)
503 * debian/patches/lp829673_hide_nm-applet.patch:
504 - dropped (design decision), hiding system indicators is not
505 something most user do and doesn't require a visible ui element,
506 the gconf key is still available though
507 * debian/patches/96_sound_nua_panel.patch:
508 - backported upstream fix for balance use on mouse wheel
509 - changed the tabs order, sound effects is not the most important one
510 - updated to r261
511
512 [ Mathieu Trudel-Lapierre ]
513 * debian/patches/lp829673_hide_nm-applet.patch: fix up UI spacing.
514
515 [ Didier Roche ]
516 * debian/patches/04_new_appearance_settings.patch:
517 - reenable the reveal mode as supported upstream now. Make some tweaking
518 to adapt to new values
519 - hack for "clicking on slider shouldn't increase by steps (LP: #938534)
520
521 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 23 Feb 2012 21:49:45 +0100
522
523gnome-control-center (1:3.3.90-0ubuntu1) precise; urgency=low
524
525 * New upstream version:
526 - gnome-control-center crashed with SIGSEGV in supply_levels_draw_cb()
527 (lp: #903680)
528 * Refreshed patches for the new version
529 * debian/control.in:
530 - updated g-s-d requirement
531 * debian/patches/91_configure_cheese.patch:
532 - dropped, the fix is in the new version
533 * debian/source_gnome-control-center.py:
534 - don't update the title several times, tag as well
535
536 [ Ken VanDine ]
537 * debian/patches/96_sound_nua_panel.patch
538 - sound-nua: fixed crashers in gtk_tree_model_get_valist()
539 (LP: #931708) and (LP: #932446)
540 - sound-nua: fixed a failure in profile selection
541
542 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 21 Feb 2012 22:23:29 +0100
543
544gnome-control-center (1:3.3.5-0ubuntu5) precise; urgency=low
545
546 * debian/patches/lp829673_hide_nm-applet.patch: provide a way for users to
547 hide the network applet from the Network settings panel. (LP: #829673)
548
549 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 21 Feb 2012 10:03:59 -0500
550
551gnome-control-center (1:3.3.5-0ubuntu4) precise; urgency=low
552
553 * debian/patches/04_new_appearance_settings.patch:
554 - remove the "launcher reveal option" as unsure that the unity side
555 will be ready on time.
556 - make some pixel tweaking as asked by design
557
558 -- Didier Roche <didrocks@ubuntu.com> Tue, 21 Feb 2012 13:06:43 +0100
559
560gnome-control-center (1:3.3.5-0ubuntu3) precise; urgency=low
561
562 * debian/patches/61_workaround_online_account.patch:
563 - hide the gnome-online-accounts icon under unity
564 - workaround to allow calling g-c-c on the online-accounts capplet,
565 we don't want to promote the online accounts under Unity since it's
566 currently creating confusion rather than being useful
567 (our email doesn't use it for example)
568 * debian/source_gnome-control-center.py:
569 - update the title to indicate in what panel the segfaults happen
570
571 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 20 Feb 2012 10:59:08 +0100
572
573gnome-control-center (1:3.3.5-0ubuntu2) precise; urgency=low
574
575 * debian/patches/58_ubuntu_icon_views_redesign.patch:
576 - updated default height to fit on screen (lp: #929585)
577
578 [ Aurélien Gâteau ]
579 * debian/patches/58_ubuntu_icon_views_redesign.patch
580 - Refresh for 3.5.5
581 * debian/patches/60_ubuntu_nav_bar.patch:
582 - First implementation of breadcrumb buttons, without pointy arrows for
583 now (lp: #933482)
584
585 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 16 Feb 2012 23:15:54 +0100
586
587gnome-control-center (1:3.3.5-0ubuntu1) precise; urgency=low
588
589 * Upload the new serie, that will bring in quite some fixes, we revert
590 some problematic or risky changes as well
591 * The new version includes those fixes:
592 - "Change Password in User Accounts panel focuses "New password" field,
593 skipping "Current password"" (lp: #821759)
594 - The dialog to add online accounts should have a title
595 (lp: #822380)
596 - "Remove Profile" button clickable in Color panel when
597 no profile selected (lp: #869603)
598 - Move Removable Media into System Info (lp: #835880)
599 - Sound preferences: mouse scrolling balance only works for right.
600 (lp: #918017)
601 - gnome-control-center SIGSEGV in actualize_printers_list()
602 (lp: #903009)
603 - selecting preffered applications is not an info (lp: #890143)
604 - Add a keyboard shortcut by default for take screenshot of a selection"
605 (lp: #625518)
606 * debian/patches/revert_git_datetime_port.patch:
607 - revert use of datetimed, we don't use systemd and ubuntu-system-service
608 doesn't support it yet
609 * debian/patches/revert_git_drop_library.patch:
610 - consolidate "01_allow_external_panels.patch", don't drop the library
611 we use it from other components on ubuntu, the patch will be improved
612 later to not use a copy of files like it does in that version
613 * debian/patches/revert_git_stop_using_gconf.patch,
614 debian/patches/revert_ua_gsettings.patch,
615 debian/patches/revert_git_keyboard_gsettings.patch:
616 - revert keyboard porting to gsettings, compiz still use gconf and we
617 didn't update gnome-shell to the new serie (yet)
618
619 [ Jeremy Bicha ]
620 * New upstream release (Thanks Rico Tzchichholz!)
621 * debian/control.in:
622 - Bump minimum dependency versions and add libwacom dependency
623 * debian/rules: Build without -Wl,-z,defs
624 * debian/watch: Watch for unstable releases
625 * Refreshed patches:
626 - 01_allow_external_panels.patch
627 - 04_add_theme_selection.patch
628 - 50_ubuntu_systemwide_prefs.patch
629 - 58_ubuntu_icon_views_redesign.patch
630 - 59_install_gcm_components_on_demand.patch
631 - 91_configure_cheese.patch
632 * Dropped upstream patches:
633 - 00git_handle_media_dialog_close.patch
634 - 03_show_wacom_under_unity.patch
635 - 90_git_sound_tab_order.patch
636 - 91_git_build_use_fontconfig.patch
637 - 92_git_minimal_output_height.patch
638 - 93_change_window_role_on_panel_change.patch
639 - 94_git_adding_shortcuts.patch
640 - 95_git_ctrlw_shortcut.patch
641 - git_extra_keywords.patch
642
643 [ Ken VanDine ]
644 * debian/patches/96_sound_nua_panel.patch
645 - refreshed with latest changes from ronoc
646
647 -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 23:16:31 +0100
648
649gnome-control-center (1:3.2.2-2ubuntu10) precise; urgency=low
650
651 * debian/patches/97_unity_power_ui.patch:
652 - Patch that adjusts the Power panel to match design's mockups, only
653 when in Unity. And adds a drop down for controlling whether the
654 battery status icon is displayed or not.
655 * debian/patches/97_power_icon_policy.patch:
656 - Drop in favor of above patch
657
658 -- Michael Terry <mterry@ubuntu.com> Wed, 15 Feb 2012 09:14:48 -0500
659
660gnome-control-center (1:3.2.2-2ubuntu9) precise; urgency=low
661
662 * debian/contol.in:
663 - recommends indicator-sound (>= 0.8.1) since the new indicator option
664 needs the schemas to work
665 - recommends indicator-power (>= 1.90) for similar reasons
666 * debian/patches/96_sound_nua_panel.patch:
667 - drop generated files to simplify the diffs
668 * debian/patches/97_power_icon_policy.patch:
669 - Power Menu should respect icon-policy hide setting (lp: #811769)
670 * debian/patches/98_default_sound_theme.patch:
671 - default to "ubuntu" as a sound theme
672
673 [ Ken VanDine ]
674 * debian/patches/96_sound_nua_panel.patch
675 - refreshed with latest changes from ronoc
676
677 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Feb 2012 23:46:04 +0100
678
679gnome-control-center (1:3.2.2-2ubuntu8) precise; urgency=low
680
681 [ Sebastien Bacher ]
682 * debian/patches/git_extra_keywords.patch:
683 - list "preferences" as a keyword for system settings (lp: #921039)
684
685 * debian/patches/96_sound_nua_panel.patch
686 - Updated with latest changes from ronoc:
687 * protect against null in_profiles in the device
688 * ensure when swapping profiles on a sink that is not the pulse server
689 default that is reset as the default sink when the appropriate new
690 stream is created after the profile swap - head melt
691
692 -- Ken VanDine <ken.vandine@canonical.com> Fri, 10 Feb 2012 14:57:36 -0500
693
694gnome-control-center (1:3.2.2-2ubuntu7) precise; urgency=low
695
696 [ Didier Roche ]
697 * debian/patches/04_new_appearance_settings.patch:
698 - fix a typo (LP: #929070)
699 - new reveal sensitivity default is now 2.0
700
701 [ Ken VanDine ]
702 * debian/patches/96_sound_nua_panel.patch
703 - Adding the new sound-nua panel for sound settings, only displayed
704 in Unity, the old sound panel will load in GNOME
705
706 -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Feb 2012 16:44:44 -0500
707
708gnome-control-center (1:3.2.2-2ubuntu6) precise; urgency=low
709
710 [ Aurélien Gâteau ]
711 * debian/patches/58_ubuntu_icon_views_redesign.patch
712 - Implement the new category headers (LP: #921061)
713
714 [ Didier Roche ]
715 * debian/patches/04_new_appearance_settings.patch, respect new
716 design requests:
717 - High Contrast misspelled as "HighContrast" etc (LP: #878790)
718 - The scope of "Restore defaults" button in Appearance>Behavior is
719 not clear enough (LP: #924253)
720 - Add a new launcher reveal slider (LP: #923749)
721 - The Background section in Appearance panel should have an option
722 to display the dotted grid (LP: #922544)
723 - Restore Defaults buttons in appearance should be replaced with in
724 context hints (LP: #922543)
725 - Rename tabs to look and User Interface to Background (LP: #918580)
726
727 [ Christopher James Halse Rogers ]
728 * debian/patches/59_install_gcm_components_on_demand.patch:
729 - Install gnome-color-manager tools on-demand. Fixes the "calibrate"
730 and "View profile" buttons without requiring us to install 33MB of
731 Arygll on the CDs. (LP: #868803)
732
733 -- Didier Roche <didrocks@ubuntu.com> Tue, 07 Feb 2012 18:13:21 +0100
734
735gnome-control-center (1:3.2.2-2ubuntu5) precise; urgency=low
736
737 * debian/patches/04_new_appearance_settings.patch:
738 - Wallpapers grid in appearance should have 4 columns (LP: #922542)
739 - Change the mouse wheel scrolling on slider to the opposite direction
740 (LP: #922299)
741
742 -- Didier Roche <didrocks@ubuntu.com> Fri, 27 Jan 2012 15:02:10 +0100
743
744gnome-control-center (1:3.2.2-2ubuntu4) precise; urgency=low
745
746 * 04_add_theme_selection.patch => 04_new_appearance_settings.patch:
747 (background screen)
748 - rename and add unity officials option to it. Note that those
749 only appears if you are in an unity session. It impacts both
750 unity-2d and unity-3d. unity-3d settings are taken if the options
751 are different on first launch. All options for the settings aren't
752 exposed. If the user specify something else in ccsm for instance,
753 it will be preserved. (LP: #869080)
754 - also add a "restore defauts" on the background screen to reset
755 the user selection change to default.
756
757 -- Didier Roche <didrocks@ubuntu.com> Thu, 26 Jan 2012 10:42:38 +0100
758
759gnome-control-center (1:3.2.2-2ubuntu3) precise; urgency=low
760
761 [ Marco Trevisan (Treviño) ]
762 * debian/patches/93_change_window_role_on_panel_change.patch:
763 - Set the gtk WM window role when changing panel, this is needed
764 to get the real window id and match the gcc in unity (LP: #801784)
765
766 [ Sebastien Bacher ]
767 * debian/UbuntuLogo.png:
768 - updated logo for 12.04 (lp: #910356)
769
770 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 24 Jan 2012 11:57:55 +0100
771
772gnome-control-center (1:3.2.2-2ubuntu2) precise; urgency=low
773
774 * debian/libgnome-control-center1.symbols: restore the symbols tracking,
775 since we build external capplets we better check they don't break
776 * debian/rules: don't build shlibs for a library which stopped being
777 distributed in GNOME3
778 * debian/patches/94_git_adding_shortcuts.patch:
779 - let add custom shortcuts in any categorie
780 * debian/patches/95_git_ctrlw_shortcut.patch:
781 - ctrl-W close capplets and go back to the overwiew (lp: #863549)
782
783 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 23 Jan 2012 15:11:19 +0100
784
785gnome-control-center (1:3.2.2-2ubuntu1) precise; urgency=low
786
787 * Rebase on Debian, remaining Ubuntu changes:
788 * debian/control:
789 - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
790 - Add dependency on ubuntu-system-service
791 - Don't depend on cheese, cups-pk-helper, libsocialweb, or mesa-utils
792 since they're in universe
793 - Depend on ubuntu-docs instead of gnome-user-guide
794 * debian/rules:
795 - Add binary-post-install rule for gnome-control-center-data
796 - Don't build with cheese or libsocialweb
797 * debian/gnome-control-center-data.install:
798 * debian/source/include-binaries:
799 - Install UbuntuLogo.png & apport hook
800 * debian/gnome-control-center.dirs:
801 * debian/gnome-control-center.links:
802 - Add a link to the control center shell for indicators
803 * debian/patches/04_add_theme_selection.patch:
804 - Add theme selection to User Interface panel
805 - Refreshed for Precise design and renamed to User Interface
806 * debian/patches/01_allow_external_panels.patch:
807 - Allow running external (non-embedded) panels (LP: #787694)
808 * debian/patches/02_no_assert_on_null_streams.patch:
809 - Temporary patch to not assert on NULL streams (LP: #741155)
810 * debian/patches/03_show_wacom_under_unity.patch:
811 - show the wacom panel under unity (lp: #840555)
812 * debian/patches/05_run_update_manager.patch:
813 - Run update-manager instead of PackageKit updater (LP: #801335)
814 * debian/patches/07_make_window_wider.patch
815 - Make the System Settings window a bit wider to reduce need for scrolling
816 * debian/patches/10_keyboard_layout_on_unity.patch:
817 - Show keyboard layout bits on Unity (LP: #834523)
818 * Add 11_power-configure_lid_action.patch: Add back configuration for lid
819 action. (LP: #792636, GNOME#659045)
820 * debian/patches/12_add_never_turn_screen_off.patch:
821 - Add back the "never turn screen off" option (LP: #862154)
822 * debian/patches/50_ubuntu_systemwide_prefs.patch:
823 - Add back system-wide proxy settings (LP: #795519)
824 * debian/patches/52_ubuntu_language_list_mods.patch:
825 - Change the list of options, when setting language from User
826 Accounts, to items representing available translations, and with
827 that make it similar to the language list in language-selector.
828 - Make items representing language @variants be displayed as such.
829 * debian/patches/53_use_ubuntu_help.patch: Use gnome-help when running
830 GNOME or GNOME Fallback (LP: #852911)
831 * debian/patches/55_user_accounts_hide_controls.patch:
832 - When not using GDM, hide certain controls in the User Accounts
833 panel that only apply to it. (LP: #821766, LP: #821771)
834 - When a user is using an ecryptfs home directory, do not allow
835 the user to log in without a password
836 * debian/patches/56_use_ubuntu_info_branding.patch:
837 - Use Ubuntu branding in System info panel (LP: #860497)
838 * debian/patches/57_use_nonsymbolic_keyboard_icon.patch: Use the non-monochrome
839 icon for the Keyboard panel (LP: #862027)
840 * debian/patches/90_git_sound_tab_order.patch: Reorder the tabs, the sound
841 effect one is the less used and shouldn't be first in the list
842 * debian/patches/91_git_build_use_fontconfig.patch:
843 - git patch to fix the build of the region capplet
844 * debian/patches/92_git_minimal_output_height.patch:
845 - set a minimal height on the output list (lp: #850032)
846
847 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 15 Jan 2012 13:55:05 -0500
848
849gnome-control-center (1:3.2.2-2) unstable; urgency=low
850
851 [ Josselin Mouette ]
852 * Recommend cups-pk-helper. Closes: #622688.
853
854 [ Michael Biebl ]
855 * Add Recommends on mesa-utils. The glxinfo utilitity is required to show
856 details about the graphics card.
857 * Upload to unstable.
858
859 -- Michael Biebl <biebl@debian.org> Fri, 16 Dec 2011 23:55:34 +0100
860
861gnome-control-center (1:3.2.2-1) experimental; urgency=low
862
863 [ Laurent Bigonville ]
864 * debian/control.in: Bump libgnome-desktop-3-dev build-dependency
865 (Closes: #647954)
866
867 [ Josselin Mouette ]
868 * Breaks/Replaces g-p-m < 3.2. Closes: #648410.
869
870 [ Michael Biebl ]
871 * New upstream release.
872 * Refresh debian/patches/91_configure_cheese.patch.
873 * debian/control.in:
874 - Mark Build-Depends on libnm-gtk-dev as linux-any.
875 - Bump Build-Depends on libnotify-dev to (>= 0.7.3).
876 - Bump Depends on gsettings-desktop-schemas to (>= 3.0.2).
877 * Remove debian/libgnome-control-center-dev.install, obsolete.
878 * Remove debian/libgnome-control-center1.symbols and instead add a strict
879 dependency between gnome-control-center and libgnome-control-center1.
880
881 -- Michael Biebl <biebl@debian.org> Wed, 16 Nov 2011 00:45:49 +0100
882
883gnome-control-center (1:3.2.1-1) experimental; urgency=low
884
885 * New upstream release
886 * Sync with Ubuntu
887 + debian/libgnome-control-center1.symbols: Update symbols
888 + debian/patches/90_force_fallback.patch: Updated
889 + debian/patches/06_handle_passwd_with_ldap.patch: Added
890 + debian/patches/08_dont_crash_on_null_territories.patch: Added
891 * debian/patches/02_https.patch: Removed, fixed upstream
892 * debian/patches/03_ppd_h.patch: Removed, fixed upstream
893 * debian/patches/91_configure_cheese.patch: Include cheese pkg-config flags
894 as symbols of it are being used
895 * debian/control.in: Remove libgnome-control-center-dev package
896 * debian/control.in: Add build-dependency on libgoa-1.0-dev, libcolord-dev,
897 and libnotify-dev
898 * debian/control.in: Tighten libgtk-3-dev build-dependency
899 * debian/control.in: Add libnm-gtk-dev b-d for network panel
900 * debian/control.in: Add libcheese-gtk-dev b-d to take account pictures
901 * debian/control.in: Add libsocialweb-client-dev b-d to use flickr background
902 service
903
904 -- Sjoerd Simons <sjoerd@debian.org> Sat, 05 Nov 2011 00:46:41 +0000
905
906gnome-control-center (1:3.0.2-3) unstable; urgency=low
907
908 * debian/control.in:
909 - Also add Breaks/Replaces against gdm (<< 3.0). Closes: #645400
910 - Update Depends on gnome-desktop-data to gnome-desktop3-data.
911 * Rename control-center2.xpm to gnome-control-center.xpm and refresh the
912 icon based on what's currently shipped in gnome-icon-theme.
913 Update the menu file accordingly.
914
915 -- Michael Biebl <biebl@debian.org> Sat, 15 Oct 2011 20:49:56 +0200
916
917gnome-control-center (1:3.0.2-2) unstable; urgency=low
918
919 [ Josselin Mouette ]
920 * Drop useless gst-alsa | gst-audiosink suggstion; suggest
921 gst-pulseaudio instead.
922
923 [ Michael Biebl ]
924 * Upload to unstable.
925 * debian/watch:
926 - Switch to .xz tarballs.
927 - Track stable releases.
928 * Bump debhelper compatibility level to 8.
929 - Update Build-Depends on debhelper.
930 - Strip debian/tmp/ from .install files.
931 * debian/control.in:
932 - Update Vcs-* URLs.
933 - Bump Standards-Version to 3.9.2. No further changes.
934 - Change network-manager build-dependencies to linux-any.
935 - Add Breaks/Replaces against gdm3 (<< 3.0) which shipped the faces
936 in previous versions.
937 - Add Breaks/Replaces against gnome-settings-daemon (<< 3.0).
938 Closes: #625783
939 * Refresh patches.
940 * debian/gnome-control-center-data.install
941 - Install face pictures.
942
943 -- Michael Biebl <biebl@debian.org> Fri, 14 Oct 2011 16:13:54 +0200
944
945gnome-control-center (1:3.0.2-1) experimental; urgency=low
946
947 [ Josselin Mouette ]
948 * Break glib < 2.28.6-2 for x-scheme-handler support.
949
950 [ Sjoerd Simons ]
951 * New upstream release
952
953 [ Josselin Mouette ]
954 * Break gnome-session < 3.0 because of the sound-applet startup.
955 * 01_menu_category.patch: new patch. Put g-c-c.desktop in the Settings
956 menu instead of the System one.
957 * 90_force_fallback.patch: new patch. Disable the “forced fallback
958 mode” switch, since we already provide a xsession file for it in
959 gnome-session-fallback.
960 * Break gnome-power-manager < 3.0 because of the power panel.
961 * 02_https.patch: patch from upstream git. Correctly register https
962 scheme together with http.
963 * 03_ppd_h.patch: patch from upstream git. Include ppd.h explicitly.
964 * Use dh-autoreconf to go with this patch.
965
966 -- Josselin Mouette <joss@debian.org> Sun, 04 Sep 2011 19:15:55 +0200
967
968gnome-control-center (1:3.0.1.1-1) experimental; urgency=low
969
970 * New upstream release.
971 * gnome-control-center-data.install: drop GConf schemas.
972 * gnome-control-center-data.gconf-defaults: dropped, obsolete.
973
974 -- Josselin Mouette <joss@debian.org> Fri, 29 Apr 2011 02:24:28 +0200
975
976gnome-control-center (1:3.0.0.1-1) experimental; urgency=low
977
978 * New upstream release.
979 * debian/control.in:
980 + add build dependency on new libnm-glib-dev, libnm-util-dev, and
981 network-manager-dev.
982 + bump build dependency on gnome-settings-daemon-dev.
983 + add dependency on gnome-icon-theme-symbolic.
984 + bump dependency on gnome-settings-daemon, required for new gsettings
985 schema.
986 * debian/patches/00_disable-nm.patch: removed as NM 0.9 is now available.
987 * debian/patches/99_autoreconf.patch: removed.
988 * debian/libgnome-control-center-dev.install: do not install gtk-doc as it
989 was incomplete and got removed.
990
991 -- Frederic Peters <fpeters@debian.org> Thu, 31 Mar 2011 01:01:31 +0530
992
993gnome-control-center (1:2.91.93-1) experimental; urgency=low
994
995 * New upstream release.
996
997 [ Emilio Pozuelo Monfort ]
998 * debian/control.in:
999 + Build depend on a new enough version of gdk-pixbuf. Closes: #619282.
1000 + Drop Breaks on gnome-media-common.
1001
1002 [ Frederic Peters ]
1003 * debian/patches/00_disable-nm.patch: updated.
1004 * debian/patches/99_autoreconf.patch: refreshed.
1005
1006 -- Frederic Peters <fpeters@debian.org> Wed, 30 Mar 2011 23:44:16 +0530
1007
1008gnome-control-center (1:2.91.92-1) experimental; urgency=low
1009
1010 * New upstream release.
1011
1012 [ Emilio Pozuelo Monfort ]
1013 * debian/control.in:
1014 + gnome-control-center-dev belongs in the devel section.
1015
1016 [ Laurent Bigonville ]
1017 * debian/control.in
1018 - Add Vcs-* fields
1019 - Bump libglib2.0-dev and gnome-settings-daemon-dev Build-dependencies
1020 - Bump gnome-control-center Dependency against gnome-settings-daemon
1021 - gnome-control-center-data Breaks gnome-media-common (<< 2.91)
1022
1023 [ Frederic Peters ]
1024 * debian/patches/00_disable-nm.patch: updated.
1025 * debian/images/, debian/patches/12_timezones.patch: merged upstream.
1026 * debian/patches/10_libshortcuts-link.patch: merged upstream.
1027 * debian/control.in: update build-deps.
1028 * debian/control.in: add dependency on gsettings-desktop-schemas.
1029
1030 -- Frederic Peters <fpeters@debian.org> Mon, 21 Mar 2011 22:30:04 +0100
1031
1032gnome-control-center (1:2.91.91-3) experimental; urgency=low
1033
1034 * debian/control.in: add build-dep on locales, required for the datetime
1035 test-endianess check.
1036
1037 -- Frederic Peters <fpeters@debian.org> Sun, 13 Mar 2011 20:05:56 +0100
1038
1039gnome-control-center (1:2.91.91-2) experimental; urgency=low
1040
1041 * debian/rules, debian/images/*, debian/patches/12_timezones.patch: ship
1042 and install missing timezone graphics.
1043 * debian/libgnome-control-center1.symbols: updated with three new symbols.
1044
1045 -- Frederic Peters <fpeters@debian.org> Sat, 12 Mar 2011 21:38:35 +0100
1046
1047gnome-control-center (1:2.91.91-1) experimental; urgency=low
1048
1049 * New upstream release.
1050 + debian/patches/00_disable-nm.patch: updated.
1051 + debian/patches/10_mouse-panel-link.patch: fixed upstream.
1052 + debian/patches/11_keyboard-panel-link.patch: ditto.
1053 + debian/patches/10_libshortcuts-link.patch: fix linking of the shortcut
1054 code.
1055 + debian/patches/99_autoreconf.patch: refreshed.
1056 + debian/control.in: build build-dep on libgnomekbd-dev
1057
1058 -- Frederic Peters <fpeters@debian.org> Thu, 10 Mar 2011 17:35:21 +0100
1059
1060gnome-control-center (1:2.91.90-1) experimental; urgency=low
1061
1062 * New upstream release.
1063 + debian/patches/00_disable-nm.patch: disable Network Manager 0.9 bits.
1064 + debian/patches/10_mouse-panel-link.patch: fix linking of the mouse
1065 panel.
1066 + debian/patches/11_keyboard-panel-link.patch: fix linking of the keyboard
1067 panel.
1068 + debian/libgnome-control-center1.symbols: updated with a new symbol.
1069
1070 -- Frederic Peters <fpeters@debian.org> Fri, 25 Feb 2011 10:44:34 +0100
1071
1072gnome-control-center (1:2.91.6-1) experimental; urgency=low
1073
1074 * debian/control.in:
1075 + Depend on accountsservice and apg for the User Accounts panel.
1076 + Update for the new gtk+ package names.
1077 * New upstream release.
1078 + debian/patches/01_printers_link.patch:
1079 - Fix linking for the printers capplet.
1080 + debian/control.in:
1081 - Update build dependencies.
1082
1083 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 19 Feb 2011 14:40:15 +0000
1084
1085gnome-control-center (1:2.91.5-2) experimental; urgency=low
1086
1087 * debian/control.in:
1088 - Drop gnome-control-center breaks/replaces against gnome-media(-common),
1089 they seem unneeded.
1090 - capplets-data replaces gnome-media-common.
1091 - Build depend on docbook-xml, needed to build the docs.
1092 - capplets-data: stop breaking g-c-c, it already depends on a new
1093 enough version of the former so this is not needed.
1094 - gnome-control-center: no need to manually depend on
1095 libgnome-control-center1. The shlibs does that for us.
1096 - Don't use tabs for padding.
1097 - Drop obsolete dpkg-dev b-d.
1098 * debian/control.in,
1099 debian/rules,
1100 debian/source/format:
1101 - Switch to source format 3.0 (quilt).
1102 * debian/control.in,
1103 debian/{capplets,gnome-control-center}-data.*,
1104 debian/rules:
1105 - Rename capplets-data to gnome-control-center-data.
1106 * debian/index.theme:
1107 - Removed, unused.
1108 * debian/libgnome-control-center1.symbols:
1109 - Add a Build-Depends-Package field.
1110 * debian/gnome-keyboard-properties.1,
1111 debian/gnome-control-center.manpages:
1112 - gnome-keyboard-properties is gone, drop the manpage.
1113
1114 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 16 Jan 2011 23:01:37 +0000
1115
1116gnome-control-center (1:2.91.5-1) experimental; urgency=low
1117
1118 * New upstream release
1119 * Based on ubuntu 1:2.91.3.1-0ubuntu1~build2, by Robert Ancell and others
1120 * debian/patches/01_ml_po.patch
1121 - Removed
1122 * patches/25_window_manager_settings.patch
1123 - Removed, no longer applicable
1124
1125 -- Sjoerd Simons <sjoerd@debian.org> Sat, 15 Jan 2011 12:18:29 +0000
1126
1127control-center (1:2.30.1-2) unstable; urgency=low
1128
1129 * debian/control.in:
1130 - Let gnome-control-center depend on evolution-data-server, instead of
1131 only recommending it. It's needed by gnome-about-me. Closes: #592525.
1132
1133 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 11 Aug 2010 01:37:07 +0200
1134
1135control-center (1:2.30.1-1) unstable; urgency=low
1136
1137 * New upstream release.
1138 * Update build-dependencies.
1139 * Require g-s-d 2.30.
1140 * 01_fix_libslab_build.patch, 02_xrandr_assert.patch: dropped, merged
1141 upstream.
1142 * 70_relibtoolize.patch: updated for the new version.
1143 * 01_ml_po.patch: new patch. Fix Malayalam translation that causes
1144 GConf errors.
1145
1146 -- Josselin Mouette <joss@debian.org> Tue, 27 Apr 2010 20:22:38 +0200
1147
1148control-center (1:2.28.1-2) unstable; urgency=low
1149
1150 * Drop libxxf86misc-dev build-dependency, it is not used.
1151 Closes: #559694.
1152 * 02_xrandr_assert.patch: stolen upstream. Fix assertion when using
1153 mirroring. Closes: #563094.
1154
1155 -- Josselin Mouette <joss@debian.org> Mon, 04 Jan 2010 18:26:06 +0100
1156
1157control-center (1:2.28.1-1) unstable; urgency=low
1158
1159 * New upstream release.
1160 - debian/patches/70_relibtoolize.patch:
1161 + Updated.
1162 - debian/control.in:
1163 + Stop build depending on libhal-dev, it's not needed anymore.
1164 * debian/rules: Remove check-dist.mk include to upload to unstable.
1165
1166 -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 22 Oct 2009 05:11:23 +0200
1167
1168control-center (1:2.28.0-2) experimental; urgency=low
1169
1170 * Build depend on a recent libslab-dev to build against one that doesn't
1171 use libgnomeui, making gnome-control-center start again. Closes: #550461.
1172
1173 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 12 Oct 2009 01:58:10 +0200
1174
1175control-center (1:2.28.0-1) experimental; urgency=low
1176
1177 [ Loic Minier ]
1178 * Drop --disable-mime-cache configure flag which was introduced in a Debian
1179 specific patch which was dropped in 1:2.18.1-1.
1180
1181 [ Emilio Pozuelo Monfort ]
1182 * debian/patches/05_ta_po.patch: forwarded, add header.
1183
1184 [ Josselin Mouette ]
1185 * Require gnome-settings-daemon 2.26. Closes: #540418.
1186
1187 [ Emilio Pozuelo Monfort ]
1188 * New upstream release.
1189 - debian/control.in:
1190 + Bump libgtk2.0-dev and libgnomekbd-dev build dependencies.
1191 + Build depend on libxklavier-dev >= 4.0 rather than libxklavier12-dev.
1192 + Remove libglade2-dev, libpanel-applet2-dev and libgnomeui-dev build
1193 dependencies.
1194 + Add libunique-dev and libxi-dev build dependencies.
1195 + Remove libpolkit-gnome-dev from build depends, recommend
1196 policykit-1-gnome for PolicyKit 1 support.
1197 - debian/patches/05_ta_po.patch:
1198 + Removed, the issue is no longer present in the po file.
1199 - debian/patches/01_fix_libslab_build.patch:
1200 + Updated from https://bugzilla.gnome.org/show_bug.cgi?id=591428.
1201 - debian/patches/25_window_manager_settings.patch,
1202 debian/patches/70_relibtoolize.patch:
1203 + Updated.
1204 - debian/patches/04_path_xtra.patch:
1205 + Removed, Debian's autoconf patch doesn't patch AC_PATH_XTRA to check
1206 for its arguments anymore, so it's useless.
1207 * debian/rules:
1208 - Stop touching every file, it was done to workaround a broken tarball.
1209 - Include check-dist.mk to avoid uploads to experimental.
1210 * debian/control.in:
1211 - Tighten libgnome-window-settings-dev dependency on the shared library.
1212 - Standards-Version is 3.8.3, no changes needed.
1213 - Remove old conflicts/replaces.
1214
1215 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 09 Oct 2009 20:54:05 +0200
1216
1217control-center (1:2.26.0-1) unstable; urgency=low
1218
1219 * Stop mentioning GNOME 2.
1220 * Remove scrollkeeper dependency.
1221 * New upstream release.
1222 * Update build-dependencies.
1223 * Remove build-deps unneeded thanks to the external libslab: librsvg,
1224 pango.
1225 * 02_build_libgnome.patch, 06_gnomedesktop_api.patch: removed, fixed
1226 upstream.
1227 * 03_a11y_logout.patch: removed, now uses the gnome-session dbus
1228 interface.
1229 * 05_ta_po.patch, 70_relibtoolize.patch: updated for the new version.
1230 * Install the autostart file in /usr/share/gnome/autostart.
1231 * capplets-data.postinst: remove the one in the old location.
1232
1233 -- Josselin Mouette <joss@debian.org> Fri, 29 May 2009 13:28:19 +0200
1234
1235control-center (1:2.24.0.1-5) unstable; urgency=low
1236
1237 * Remove useless build-dependency on libeel2-dev.
1238
1239 -- Josselin Mouette <joss@debian.org> Sat, 25 Apr 2009 13:18:24 +0200
1240
1241control-center (1:2.24.0.1-4) unstable; urgency=low
1242
1243 * Set the team as primary maintainer. Closes: #523535.
1244 * 02_build_libgnome.patch: new patch. Fix build failure by linking
1245 explicitly to libgnomeui for stuff incorrectly listing gnome-desktop
1246 only as a requirement. Closes: #524308.
1247 * 06_gnomedesktop_api.patch: patch to cope with the API changes in
1248 GnomeRR 2.26.
1249 * 70_relibtoolize.patch: regenerated.
1250 * Bump build-dependency on gnome-desktop to 2.26.
1251
1252 -- Josselin Mouette <joss@debian.org> Thu, 16 Apr 2009 10:34:54 +0200
1253
1254control-center (1:2.24.0.1-3) unstable; urgency=low
1255
1256 * capplets-data.gconf-defaults: remove the keybinding settings. Now
1257 that X.org returns correctly the XF86* keys, they must be used
1258 instead.
1259 * Add missing shortcuts for Home and Help.
1260
1261 -- Josselin Mouette <joss@debian.org> Fri, 10 Apr 2009 20:51:39 +0200
1262
1263control-center (1:2.24.0.1-2) unstable; urgency=low
1264
1265 [ Josselin Mouette ]
1266 * Depend on gnome-settings-daemon >= 2.24. Closes: #510172.
1267 * Standards version is 3.8.1.
1268 * Upload to unstable.
1269
1270 [ Emilio Pozuelo Monfort ]
1271 * debian/rules, debian/shlibs.local: Call dh_makeshlibs for libgnome-
1272 window-settings1 instead of using shlibs.local. It was likely
1273 there to workaround dpkg-dev setting ignoring the dependency from
1274 the Depends line and using that of dpkg-shlibdeps, but it's no
1275 longer the case. As a side effect, this makes the shlibs
1276 file be versioned as it should be.
1277
1278 [ Loic Minier ]
1279 * Demote the scrollkeeper dep of capplets-data to a Suggest on rarian-compat
1280 | scrollkeeper; the scrollkeeper dep seems to have been added around 2002
1281 due to use of scrollkeeper-update in the postinst.
1282
1283 -- Josselin Mouette <joss@debian.org> Tue, 07 Apr 2009 09:11:09 +0200
1284
1285control-center (1:2.24.0.1-1) experimental; urgency=low
1286
1287 * 03_a11y_logout.patch: use gnome-panel-logout for logout when
1288 available.
1289 * New upstream release.
1290 + Correctly sets background without nautilus. Closes: #472902.
1291 + The about-me capplet correctly saves emails. Closes: #350651.
1292 + Resolutions are sorted in the display capplet. Closes: #509899.
1293 * Update build-dependencies.
1294 * Build-depend on libeel 2.24 to build against the experimental
1295 version.
1296 * Suggest libcanberra-gtk-module instead of esound-clients.
1297 * Remove obsolete files: libgnome-settings-daemon-dev.install,
1298 gnome-control-center.dirs.
1299 * Switch to quilt for managing patches; build-depend on quilt.
1300 * 01_fix_libslab_build.patch: updated for the new version.
1301 * 02_xklavier_utf8.patch: dropped, merged upstream
1302 * 25_window_manager_settings.patch: don’t patch the Makefile.in’s.
1303 * 70_relibtoolize.patch: regenerated.
1304 * capplets-data.gconf-defaults: the /music key is renamed to /media.
1305 * Don’t remove the GConf schemas in the installation target.
1306 * *.install: simplify a lot the installation files.
1307 + Remove the pkg-config files in capplets-data.
1308 * Remove -1 suffix in build-deps.
1309 * 99_ltmain_as-needed.patch: make --as-needed work for the library as
1310 well.
1311 * debian/gnome-control-center.postinst: remove gnome-vfs conffiles.
1312 * 05_ta_po.patch: new patch. Fix Tamil translation of the GConf
1313 defaults.
1314
1315 -- Josselin Mouette <joss@debian.org> Sun, 28 Dec 2008 12:38:50 +0100
1316
1317control-center (1:2.22.2.1-2) unstable; urgency=low
1318
1319 * 02_xklavier_utf8.patch: patch from upstream to accommodate the UTF8
1320 changes in libxklavier 3.5-2.
1321 * Standards version is 3.8.0, no changes.
1322 * Suggest x11-xserver-utils for xrdb instead of xbase-clients.
1323
1324 -- Josselin Mouette <joss@debian.org> Wed, 10 Sep 2008 12:34:52 +0200
1325
1326control-center (1:2.22.2.1-1) unstable; urgency=low
1327
1328 [ Josselin Mouette ]
1329 * Suggest gstreamer0.10-alsa | gstreamer0.10-audiosink.
1330 Closes: #482794.
1331
1332 [ Sebastian Dröge ]
1333 * New upstream bugfix release:
1334 + debian/patches/70_relibtoolize.patch:
1335 - Updated to apply cleanly again.
1336 + debian/rules:
1337 - Run touch on every file to fix up timestamps.
1338
1339 -- Sebastian Dröge <slomo@debian.org> Thu, 29 May 2008 10:32:54 +0200
1340
1341control-center (1:2.22.1-1) unstable; urgency=low
1342
1343 * New upstream bugfix release:
1344 + debian/patches/70_relibtoolize.patch:
1345 - Updated for the new version.
1346
1347 -- Sebastian Dröge <slomo@debian.org> Wed, 16 Apr 2008 11:03:33 +0200
1348
1349control-center (1:2.22.0-2) unstable; urgency=low
1350
1351 * Upload to unstable.
1352 * debian/control.in,
1353 debian/gnome-control-center.install:
1354 + Use nautilus 2.20 for now.
1355
1356 -- Sebastian Dröge <slomo@debian.org> Wed, 19 Mar 2008 02:14:49 +0100
1357
1358control-center (1:2.22.0-1) experimental; urgency=low
1359
1360 * New upstream stable release:
1361 + Upload to experimental first because of intrusive changes.
1362 + gnome-settings-daemon moved to it's own source package.
1363 + Update build dependencies and dependencies.
1364
1365 -- Sebastian Dröge <slomo@debian.org> Sat, 15 Mar 2008 19:06:48 +0100
1366
1367control-center (1:2.20.3-3) unstable; urgency=low
1368
1369 [ Josselin Mouette ]
1370 * Conflict against gnome-session << 2.20.3-2 because earlier versions
1371 require the dbus service file.
1372
1373 [ Sebastian Dröge ]
1374 * debian/control.in:
1375 + Build depend on libxklavier12-dev | libxklavier-dev and rebuild against
1376 the new soname.
1377
1378 -- Sebastian Dröge <slomo@debian.org> Thu, 28 Feb 2008 10:03:20 +0100
1379
1380control-center (1:2.20.3-2) unstable; urgency=low
1381
1382 * capplets-data.install: don’t install the dbus service file, as g-s-d
1383 should not be started through dbus.
1384 * gnome-keyboard-properties.1:
1385 + Fix missing space.
1386 + Fix whatis entry.
1387 * gnome-control-center.dirs: removed.
1388 * Don’t run dh_makeshlibs for g-c-c.
1389 * Update menu entry to the latest menu layout.
1390
1391 -- Josselin Mouette <joss@debian.org> Sat, 16 Feb 2008 14:58:03 +0100
1392
1393control-center (1:2.20.3-1) unstable; urgency=low
1394
1395 * New upstream bugfix release.
1396 * debian/control.in:
1397 + Update Standards-Version to 3.7.3, no additional changes needed.
1398 * debian/patches/70_relibtoolize.patch:
1399 + Updated for the new version.
1400
1401 -- Sebastian Dröge <slomo@debian.org> Sat, 12 Jan 2008 07:34:06 +0100
1402
1403control-center (1:2.20.1-2) unstable; urgency=high
1404
1405 [ Josselin Mouette ]
1406 * 30_pkgconfig-path.patch: provide the path to the
1407 gnome-settings-daemon binary in the pkgconfig file.
1408
1409 [ Loic Minier ]
1410 * Upload with urgency high as we need this minor change for next
1411 gnome-session.
1412
1413 -- Loic Minier <lool@dooz.org> Tue, 27 Nov 2007 13:57:27 +0100
1414
1415control-center (1:2.20.1-1) unstable; urgency=low
1416
1417 * New upstream bugfix release:
1418 + debian/patches/70_relibtoolize.patch:
1419 - Regenerated for the new version.
1420
1421 -- Sebastian Dröge <slomo@debian.org> Thu, 25 Oct 2007 19:45:06 +0200
1422
1423control-center (1:2.20.0.1-1) unstable; urgency=low
1424
1425 [ Loic Minier ]
1426 * gnome-settings-daemon is in /usr/lib/control-center, not
1427 gnome-control-center; closes: #443997.
1428 * Drop the version of the scrollkeeper dependency.
1429
1430 [ Josselin Mouette ]
1431 * Run dh_installmime for capplets-data, otherwise cdbs runs it before
1432 dh_install.
1433
1434 [ Sven Arvidsson ]
1435 * Add man page for gnome-keyboard-properties (Closes: #345818)
1436
1437 [ Sebastian Dröge ]
1438 * New upstream bugfix release:
1439 + debian/patches/70_relibtoolize.patch:
1440 - Updated for the new version.
1441
1442 -- Sebastian Dröge <slomo@debian.org> Fri, 05 Oct 2007 08:45:45 +0200
1443
1444control-center (1:2.20.0-1) unstable; urgency=low
1445
1446 [ Loic Minier ]
1447 * Bump up gnome-icon-theme dep to >= 2.16 for applications-internet etc.
1448 * Bump up libpango1.0-dev b-dep to >= 1.17 to help experimental's sbuild to
1449 install libgtk2.0-dev >= 2.11.
1450
1451 [ Sebastian Dröge ]
1452 * New upstream release:
1453 + debian/patches/27_nobashizms.patch:
1454 - Dropped, merged upstream.
1455 + 70_relibtoolize.patch:
1456 - Updated for the new version.
1457 * Upload to unstable, drop check-dist include.
1458
1459 -- Sebastian Dröge <slomo@debian.org> Sat, 22 Sep 2007 11:06:14 +0200
1460
1461control-center (1:2.19.6-1) experimental; urgency=low
1462
1463 * New upstream development release; no API change.
1464 - Bump up libgtk2.0-dev build-dep to >= 2.11.6.
1465 - Relibtoolize.
1466 - Drop 99_ltmain_as-needed; fails to apply and not easy to update for me.
1467
1468 -- Loic Minier <lool@dooz.org> Fri, 03 Aug 2007 10:28:44 +0200
1469
1470control-center (1:2.19.5-2) experimental; urgency=low
1471
1472 * Update defaults to string type by explicitely quoting them;
1473 closes: #432933.
1474
1475 -- Loic Minier <lool@dooz.org> Fri, 13 Jul 2007 11:14:52 +0200
1476
1477control-center (1:2.19.5-1) experimental; urgency=low
1478
1479 [ Josselin Mouette ]
1480 * capplets-data.gconf-defaults: set the default keybindings, formerly
1481 in patches/07_default_keys.patch.
1482 * patches/07_default_keys.patch: removed.
1483 * 99_ltmain_as-needed.patch: get --as-needed back to work.
1484
1485 [ Loic Minier ]
1486 * Drop DEB_CONFIGURE_LOCALSTATEDIR which seems to be useless since forever.
1487 * Drop Marc Dequènes (Duck) from Uploaders; thanks!
1488 * Cleanups.
1489 * New upstream release series; these are development releases, the API may
1490 still change incompatibly; no API change in this release though.
1491 - Target at experimental; include check-dist.
1492 - Set GNOME_MODULE and update watch and copyright files as the upstream
1493 module was renamed to gnome-control-center; update debian/*.install and
1494 *.links files for new pathnames.
1495 - Update patch 01_fix_libslab_build.
1496 - Update patch 02_xrdb to only patch
1497 gnome-settings-daemon/gnome-settings-xrdb.c (same as Ubuntu package).
1498 - Update patch 09_locate_pointer (from Ubuntu package).
1499 - Drop patch 10_eggaccelerators, merged upstream.
1500 - Drop patch 15_gconf_peditor which has no documentation and seems
1501 completely obsolete.
1502 - Update patch 19_extra_keybindings (from the Ubuntu package).
1503 - Drop patch 24_theme_dont_require_metacity, deprecated with the new
1504 version (from the Ubuntu package).
1505 - Drop patch 36-compiz-keybindings-support, deprecated with the new
1506 version (from the Ubuntu package).
1507 - Update relibtoolizing patch, 70_relibtoolize.
1508 - Drop patch 90_workaround_gnome_doc_utils_bug, workaround not required
1509 anymore.
1510 - Bump up libglib2.0-dev build-dep to >> 2.13.
1511 - Drop private icon dir and png pixmaps from capplets-data.install.
1512 - Drop gnome-font-properties, gnome-background-properties,
1513 gnome-theme-manager, and gnome-ui-properties from
1514 gnome-control-center.install.
1515 - Add a (libxklavier11-dev >= 3.2) build-dep.
1516 - Update GConf defaults for the music and calculator keybindings and bind
1517 the rhythmbox command to the default media player.
1518 - Install gnome-keybindings.pc in libgnome-settings-daemon-dev.
1519 - Misc updates to *.install files.
1520 - New patch, 27_nobashizms, fixes a bashism in gnome-at-commandline; found
1521 in the Ubuntu package.
1522 - Install all files under usr/bin to gnome-control-center to ease handling
1523 of its install file.
1524
1525 -- Loic Minier <lool@dooz.org> Tue, 10 Jul 2007 18:55:45 +0200
1526
1527control-center (1:2.18.1-1) unstable; urgency=low
1528
1529 [ Marco Cabizza ]
1530 * New upstream release:
1531 - gswitchit should be working as most of the keyboard-releated stuff
1532 has been moved to libgnomekbd ( therefore depending on it ).
1533 - dropping 12_sort_entries.patch, 22_bkg_capplet_follow_symlink.patch,
1534 and 23_menu_files_conflict.patch due to code reorganisation.
1535 - dropping 28_thunderbird-no-compose-flag.patch and
1536 29_iceweasel-icedove-preferred-apps.patch as they're merged upstream.
1537 - fixing 02_xrdb.patch for the new upstream.
1538 - don't create the libslab* packages, depend on gnome-main-menu's
1539 libslab-dev.
1540 - don't install the control-center schema as it's provided by slab.
1541 * Fixing the .install files.
1542
1543 [ Riccardo Setti ]
1544 * Built with the libslab-dev package provided by gnome-main-menu
1545 instead of the libslab shipped in the source
1546 - 01_fix_libslab_build.patch
1547 * Removed 06_disable_update_mime_at_install.patch. Use
1548 --disable-update-mimedb directly from the configure switch.
1549 * Updated 04_path_xtra.patch, 02_xrdb.patch
1550 * Added 05_autotools.patch
1551 * Dropped 30_pulseaudio.patch, merged upstream.
1552 * Added 07_default_keys.patch (patch taken from the ubuntu package)
1553 * Added 91_from_svn_fix_gstreamer_warning.patch:
1554 patch from SVN, "Initialise threads early, and fix option context
1555 translation". (patch taken from the ubuntu package)
1556
1557 [ Loic Minier ]
1558 * Drop commented out DEB_BUILDDIR completely; seems useless; cleanups.
1559 * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
1560 cdbs >= 0.4.41.
1561 * New upstream release has API additions in gnome-settings-client.h, bump up
1562 shlibs to >= 2.17.5.
1563 * Suggest xrdb.
1564 * Bump up intltool build-dep to 0.35.5.
1565 * Build-depend on libpango1.0-dev, libgnomekbdui-dev.
1566 * Drop build-dep on liborbit2-dev, libxklavier11-dev.
1567 * Bump up dep on gnome-menus to >= 2.12.0.
1568 * Version the libgnomekbd and libgnomekbdui build-deps to >= 0.1.
1569 * New upstream release; no API change in libgnome-window-settings.
1570 - Apply update to patch 07_default_keys, found in the Ubuntu package.
1571 - Drop patch 91_from_svn_fix_gstreamer_warning, merged upstream.
1572 - Rename patch 05_autotools to 70_relibtoolize and update it.
1573 - New patch, 90_workaround_gnome_doc_utils_bug, works around a build
1574 failure with newer gnome-doc-utils; from the Ubuntu package.
1575 * New patch, 36-compiz-keybindings-support, permits configuring keybindings
1576 when using compiz as window manager; from the Ubuntu package.
1577 * Upload to unstable; drop check-dist include.
1578 * Wrap build-deps and deps.
1579 * Fix URL in copyright.
1580 * Build-depend on scrollkeeper.
1581
1582 -- Loic Minier <lool@dooz.org> Sun, 22 Apr 2007 13:48:12 +0200
1583
1584control-center (1:2.16.3-1) experimental; urgency=low
1585
1586 [ Sven Arvidsson ]
1587 * New patch, 30_pulseaudio.patch, Polypaudio is now PulseAudio;
1588 thanks Mike Hommey.
1589
1590 [ Loic Minier ]
1591 * Merge 1:2.14.2-6 and 1:2.14.2-7; SVN r7995:8671.
1592 * New upstream stable release; bug fixes and translations.
1593 - Update patch 25_window_manager_settings.
1594 - Drop patch 30_null-terminate-font-list, merged upstream.
1595 - Update patch 30_pulseaudio.
1596 - Build-depend on scrollkeeper.
1597
1598 -- Loic Minier <lool@dooz.org> Sat, 17 Mar 2007 15:49:26 +0100
1599
1600control-center (1:2.16.2-3) experimental; urgency=low
1601
1602 * Add a get-orig-source target to retrieve the upstream tarball.
1603 * Include the new check-dist Makefile to prevent accidental uploads to
1604 unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
1605 * Build-depend on libgtk2.0-dev >= 2.10 for multihead support and to build
1606 typing-break which uses GtkStatusIcon, par of the 2.10 API.
1607 * Bump up libgnomeui-dev build-dep to >= 2.16.0-2 to get a Gtk 2.10
1608 transitionned version.
1609
1610 -- Loic Minier <lool@dooz.org> Sun, 4 Feb 2007 13:22:54 +0100
1611
1612control-center (1:2.16.2-2) experimental; urgency=low
1613
1614 * Conflict with gnome-session < 2.16.
1615
1616 -- Josselin Mouette <joss@debian.org> Mon, 27 Nov 2006 20:55:48 +0100
1617
1618control-center (1:2.16.2-1) experimental; urgency=low
1619
1620 [ Marco Cabizza ]
1621 * New upstream release:
1622 - gnome-settings-daemon doesn't crash anymore, hooray! (Closes: #372873)
1623 - dropping merged patches 26_ignore_pmu_permissions.patch and 27_bzip2.patch
1624 - adapting 19_extra_keybindings.patch
1625 * Bumping dependencies: libgtk2.0-dev, libxklavier11-dev, libebook-dev
1626 * Build-Depends on hal and dbus
1627 * Splitting off some stuff (gnome-window-settings.pc and its headers) into
1628 libgnome-window-settings-dev, and thus including the dbus .service in
1629 capplets-data
1630 * Updated the watch file
1631
1632 [ Loic Minier ]
1633 * Fix watch file to track stable releases and use HTTP.
1634
1635 [ Josselin Mouette ]
1636 * Merge 2.14.2-5.
1637 * rules: call clean-la.mk.
1638 * Build-depend on gnome-pkg-tools 0.7.
1639 * 29_iceweasel-icedove-preferred-apps.patch: remove the tons of
1640 useless translations of iceweasel and icedove by themselves.
1641
1642 -- Josselin Mouette <joss@debian.org> Sun, 26 Nov 2006 21:38:20 +0100
1643
1644control-center (1:2.14.2-7) unstable; urgency=medium
1645
1646 * Add a get-orig-source target to retrieve the upstream tarball.
1647 * New patch, 30_null-terminate-font-list, fixes crash triggerred by missing
1648 NULL terminator in name list; GNOME #356435.
1649
1650 -- Loic Minier <lool@dooz.org> Mon, 26 Feb 2007 11:00:38 +0100
1651
1652control-center (1:2.14.2-6) unstable; urgency=low
1653
1654 * Update patch 29_iceweasel-icedove-preferred-apps to drop the -compose
1655 flag, as in 28_thunderbird-no-compose-flag.
1656
1657 -- Loic Minier <lool@dooz.org> Mon, 27 Nov 2006 16:52:30 +0100
1658
1659control-center (1:2.14.2-5) unstable; urgency=low
1660
1661 * Update patch 29_iceweasel-icedove-preferred-apps to change the mixed case
1662 IceWeasel in Iceweasel.
1663
1664 -- Loic Minier <lool@dooz.org> Sat, 25 Nov 2006 13:34:41 +0100
1665
1666control-center (1:2.14.2-4) unstable; urgency=low
1667
1668 * New patch, 29_iceweasel-icedove-preferred-apps, to offer IceWeasel and
1669 Icedove in the list of preferred applications; thanks Sven Arvidsson;
1670 closes: #393549.
1671
1672 -- Loic Minier <lool@dooz.org> Sat, 25 Nov 2006 11:41:26 +0100
1673
1674control-center (1:2.14.2-3) unstable; urgency=low
1675
1676 [ Loic Minier ]
1677 * New patch, 28_thunderbird-no-compose-flag, to fix the way browsers invoke
1678 Thunderbird (drop the -compose flag which is added automatically for
1679 mailto: URLs); thanks Manuel Bilderbeek. (Closes: #380284)
1680 * Recommend gnome-user-guide instead of gnome2-user-guide; thanks Luk Claes.
1681 (Closes: #378718)
1682
1683 [ Marco Cabizza ]
1684 * Set the correct path for bzip2 adding patches/27_bzip2.patch, and
1685 Recommends: bzip2, (Closes: #378141)
1686
1687 [ Josselin Mouette ]
1688 * Suggest gnome-screensaver first, xscreensaver second.
1689 * Make libgnome-window-settings-dev tolerate binNMUs.
1690 * Depend on gnome-pkg-tools 0.6.
1691 * Use ${gnome:Version} and ${gnome:NextVersion}.
1692 * Call gnome-version.mk in rules.
1693
1694 -- Josselin Mouette <joss@debian.org> Fri, 1 Sep 2006 21:24:32 +0200
1695
1696control-center (1:2.14.2-2) unstable; urgency=high
1697
1698 [ Marco Cabizza ]
1699 * debian/control, debian/control.in:
1700 - libgnome-window-settings1 replaces capplets (Closes: #372804)
1701
1702 [ Sjoerd Simons ]
1703 * debian/patches/26_ignore_pmu_permissions.patch
1704 - Added. Ignore errors when we can't open or use the pmu device for
1705 brightness settings. A better fix would be to use hal instead.
1706 (Closes: #373146)
1707
1708 [ Loic Minier ]
1709 * Fix versioned dependency of capplets-data on gnome-control-center.
1710 * Let libgnome-window-settings1 conflict with capplets too.
1711 * Drop capplets Provides.
1712
1713 -- Loic Minier <lool@dooz.org> Fri, 7 Jul 2006 22:28:58 +0200
1714
1715control-center (1:2.14.2-1) unstable; urgency=low
1716
1717 * New upstream release
1718 * debian/control, debian/control.in:
1719 - libgnome-window-settings1, libgnome-window-settings-dev Replaces
1720 gnome-control-center << 1:2.14.0-1 (Closes: #370211)
1721 - New maintainer
1722 * compat, libgnome-window-settings1.install, gnome-control-center.install:
1723 - Debhelper compatibility is 5
1724 - Fixed some missing files errors
1725
1726 -- Marco Cabizza <marco87@gmail.com> Sun, 28 May 2006 18:53:48 +0200
1727
1728control-center (1:2.14.1-1) unstable; urgency=low
1729
1730 [ Marco Cabizza ]
1731 * New upstream release.
1732 - fixed the xkb releated bugs (Closes: #348809, #349399, #351798)
1733 - evdev doesn't crash gnome-settings-daemon any more
1734 (Closes: #362107, #362563)
1735 - fixed the gnome-settings-daemon crash at startup (Closes: #347796)
1736 * debian/control, debian/control.in:
1737 - dropped the dependency on xlibs due to its deprecation and since
1738 libxklavier depends on xkb-data (Closes: 342536, #365977)
1739 - standards version is 3.7.2
1740 - Build-depend on libgtk2.0-dev (>= 2.8.12) and
1741 libgstreamer-plugins-base0.10-dev
1742 * debian/rules:
1743 - append --enable-gstreamer=0.10 to configure
1744 * debian/capplets-data.install:
1745 - added usr/share/desktop-directories to the list
1746 * debian/patches/02_xrdb.patch:
1747 - updated to fit upstream
1748 * debian/patches/08_pmu_fix.patch:
1749 - dropped; already merged upstream
1750 * New packages:
1751 - Move libgnome-window-settings.so.1 in the newly created
1752 libgnome-window-settings1 and add libgnome-window-settings1.shlibs
1753 - Move the libwindow-settings' header files in the newly created
1754 libgnome-window-settings-dev
1755 * debian/patches/25_window_manager_settings.patch:
1756 - rename /usr/lib/window-manager-settings to
1757 /usr/lib/libgnome-window-settings1.
1758
1759 [ Josselin Mouette ]
1760 * Make the package binNMU-safe.
1761 + Build-depend on dpkg-dev 1.13.19.
1762 + Use ${source:Version}.
1763
1764 -- Marco Cabizza <marco87@gmail.com> Sat, 6 May 2006 17:01:39 +0200
1765
1766control-center (1:2.12.3-2) unstable; urgency=medium
1767
1768 * Build-depend on libxrender-dev, libx11-dev, and libxt-dev explicitely as
1769 these are used in configure.in, fixes FTBFS.
1770 [debian/control, debian/control.in]
1771 * Add missing build-deps on libgconf2-dev, libbonoboui2-dev, libesd0-dev,
1772 libgnomevfs2-dev, libfontconfig1-dev, libfreetype6-dev, libglib2.0-dev.
1773 [debian/control, debian/control.in]
1774 * Fix old changelog entries:
1775 - Fix the bug number closed in 1:2.12.1-2.
1776 - Explain Marillat's joke in 1:2.4.0-8. (Closes: #244288)
1777
1778 -- Loic Minier <lool@dooz.org> Tue, 21 Feb 2006 11:38:12 +0100
1779
1780control-center (1:2.12.3-1) unstable; urgency=low
1781
1782 * New upstream release.
1783 * Recommend evolution-data-server since gnome-about-me seems to require it.
1784 (Closes: #340419)
1785 [debian/control, debian/control.in]
1786
1787 -- Loic Minier <lool@dooz.org> Mon, 20 Feb 2006 18:27:00 +0100
1788
1789control-center (1:2.12.2-2) unstable; urgency=low
1790
1791 [ Gustavo Noronha Silva ]
1792 * debian/control.in:
1793 - increased debhelper b-dep to >= 4.1.0, because of cdbs
1794
1795 [ Josselin Mouette ]
1796 * Rebuild to get rid of libgamin0 dependency (closes: #348347).
1797
1798 -- Josselin Mouette <joss@debian.org> Mon, 16 Jan 2006 20:47:30 +0100
1799
1800control-center (1:2.12.2-1) unstable; urgency=low
1801
1802 * New upstream release
1803 * debian/control.in:
1804 - removed duplicated build-dep on libgnome-menu-dev, leaving
1805 the bigger one (>= 2.12), thanks to Kurt Roeckx <kurt@roeckx.be>
1806 for pointing out
1807
1808 -- Gustavo Noronha Silva <kov@debian.org> Sun, 8 Jan 2006 12:02:37 -0200
1809
1810control-center (1:2.12.1-2) UNRELEASED; urgency=low
1811
1812 * Only install /usr/share/applications/*.desktop, not
1813 /usr/share/applications in capplets-data, and rm -rf
1814 /usr/share/applications/mimeinfo.cache in
1815 binary-post-install/capplets-data:: to be completely safe (the
1816 update-desktop-database can't be deactivated via configure).
1817 (Closes: #346062)
1818 [debian/capplets-data.install, debian/rules]
1819
1820 -- Loic Minier <lool@dooz.org> Sat, 7 Jan 2006 15:30:16 +0100
1821
1822control-center (1:2.12.1-1) experimental; urgency=low
1823
1824 [ Loic Minier ]
1825 * New upstream releases.
1826 - Update watch file. [debian/watch]
1827 - Don't run scrollkeeper. [debian/rules]
1828 - Bump libgtk2.0-dev build-dep to >= 2.6.0.
1829 [debian/control, debian/control.in]
1830 - Add a libxft-dev build-dep on >= 2.1.2.
1831 [debian/control, debian/control.in]
1832 - Version libgnome-menu-dev build-dep on >= 2.10.1.
1833 [debian/control, debian/control.in]
1834 - Enable about-me capplet.
1835 . Update configure flags. [debian/rules]
1836 . Add libebook1.2-dev build-dep. [debian/control, debian/control.in]
1837 - Suggest gnome-screensaver. [debian/control, debian/control.in]
1838 * Add CDBS' utils. [debian/rules]
1839 * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS and
1840 DEB_INSTALL_MANPAGES_gnome-control-center. [debian/rules]
1841
1842 [ Sjoerd Simons ]
1843 * debian/patches/12_sort_entries.patch
1844 - Updated for new upstream
1845 * debian/patches/20_gswitchit_dont_crash_when_no_xkb_config.patch
1846 - Removed. fixed upstream
1847 * debian/patches/22_bkg_capplet_follow_symlink.patch
1848 - Updated for new upstream (from the ubuntu package)
1849 * debian/patches/23_menu_files_conflict.patch
1850 - Update for new upstream
1851 * debian/patches/99_reautogenization.patch
1852 - Removed
1853 * Updated build-depends
1854 * Install gnome-about-me and the nautilus extensions
1855 * Use upstream versions of gnome-font-viewer.desktop and
1856 themus-theme-applier.desktop
1857
1858 -- Sjoerd Simons <sjoerd@debian.org> Mon, 21 Nov 2005 18:21:32 +0000
1859
1860control-center (1:2.10.2-1) unstable; urgency=low
1861
1862 [ Josselin Mouette ]
1863 * Use again --as-needed.
1864
1865 [ Marc Dequènes (Duck) ]
1866 * New upstream release.
1867 * Applied patch for gnome-font-viewer 'fonts:///' url capability from
1868 Sam Morris (Closes: #316188).
1869 * Fixed 'Apply theme' contextual entry in 'themes://' (corrected
1870 'debian/themus-theme-applier.desktop') (Closes #298360).
1871 * Regenerated and merged reautogenization patches.
1872
1873 -- Marc Dequènes (Duck) <Duck@DuckCorp.org> Fri, 30 Sep 2005 15:08:27 +0200
1874
1875control-center (1:2.10.1-6) unstable; urgency=medium
1876
1877 * Urgency medium because of FTBFS on sparc and alpha (binutils issue).
1878 * Remove --as-needed from LD_FLAGS.
1879
1880 -- Loic Minier <lool@dooz.org> Wed, 10 Aug 2005 12:48:11 +0200
1881
1882control-center (1:2.10.1-5) unstable; urgency=high
1883
1884 * Urgency high because of RC bugfix and because this holds the GNOME 2.10
1885 transition.
1886 * Add missing build-deps on libxss-dev (Closes: #319971) and
1887 libxinerama-dev.
1888
1889 -- Loic Minier <lool@dooz.org> Tue, 26 Jul 2005 09:52:43 +0200
1890
1891control-center (1:2.10.1-4) unstable; urgency=medium
1892
1893 * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely.
1894 * 24_theme_dont_require_metacity.patch: make gnome-theme-manager work
1895 without metacity being installed (closes: #315730).
1896 * Use type-handling's Provides: feature to avoid hacking the control file.
1897 * Remove the capplets package, which doesn't have a purpose anymore. Move
1898 all package contents back to gnome-control-center.
1899 * Remove most Replaces: and Conflicts:, not useful anymore.
1900 * Standards-version is 3.6.2.
1901
1902 -- Josselin Mouette <joss@debian.org> Sat, 25 Jun 2005 19:11:37 +0200
1903
1904control-center (1:2.10.1-3) unstable; urgency=low
1905
1906 * Fix menu files conflict (renaming 'preferences.menu' to 'gnome-
1907 preferences.menu') (causing control-center summary window to be
1908 empty).
1909 * Now building in 'debian/build/' directory (cleaner & avoid non-
1910 idempotency hackerie).
1911 * Updated 'debian/copyright' download URL.
1912 * 'debian/rules' spring-cleaning.
1913
1914 -- Marc Dequènes (Duck) <Duck@DuckCorp.org> Wed, 15 Jun 2005 00:47:05 +0200
1915
1916control-center (1:2.10.1-2) unstable; urgency=low
1917
1918 * Upload to unstable (GNOME Team upload) (Closes: #313217).
1919 * Fixed in 2.10 :
1920 + crashes at startup when loading settings (Closes: #251126).
1921 + installing files from ~/.themes fails (Closes: #166983).
1922 + bad icon themes install path (Closes: #257241).
1923 + installing bad theme fails silently (Closes: #166982).
1924 + incorrect position of volume dialog (Closes: #260277).
1925 + cannot turn off sound events (Closes: #216927).
1926 and probably some more...
1927 * Buildsys not idempotent breaking next build because of missing
1928 schema '.in' file worked around in clean rule (GNOME people should
1929 really learn to test before releasing...).
1930
1931 -- Marc Dequènes (Duck) <Duck@DuckCorp.org> Sun, 12 Jun 2005 19:43:28 +0200
1932
1933control-center (1:2.10.1-1) experimental; urgency=low
1934
1935 * New upstream release.
1936 * debian/control.in:
1937 - Updated build-dependencies
1938 * debian/patches:
1939 - 01_gnome-default-applications-properties-structs.c.patch: Removed as
1940 Debian's default applications are included upstream
1941 - 03_gsd_actions_makefile.am.patch: Not more needed
1942 - 05_path_xtra-2.patch: Regenerated
1943 - 06_disable_update_mime_at_install.patch:
1944 - 07_disable_update_mime_at_install-2.patch:
1945 Don't call update-desktop-database
1946 - 11_sleepkey.patch: patch taken to seb128's package to use gdm-signal
1947 - 12_sort_entries.patch: Sort entries in each categories
1948 when suspending from keyboard key
1949 - 21_show_xkb_warning_one_time.patch: should not be needed anymore
1950 - 21_show_xkb_warning_one_time.patch: updated
1951 - 17_locate_pointer.patch:
1952 - 23_infinite_loop_theme_manager.patch:
1953 This upstream version has theses patches
1954
1955 -- Arnaud Patard <arnaud.patard@rtp-net.org> Sat, 9 Apr 2005 01:00:12 +0200
1956
1957control-center (1:2.8.2-3) unstable; urgency=medium
1958
1959 * 20_gswitchit_dont_crash_when_no_xkb_config.patch:
1960 + Reverse a wrong test condition.
1961 + Don't check the "options" key (closes: #296434).
1962
1963 -- Josselin Mouette <joss@debian.org> Thu, 17 Mar 2005 22:28:32 +0100
1964
1965control-center (1:2.8.2-2) unstable; urgency=low
1966
1967 * debian/control:
1968 - fixes the Build-Depends (Closes: #299753).
1969
1970 -- Sebastien Bacher <seb128@debian.org> Wed, 16 Mar 2005 23:29:27 +0100
1971
1972control-center (1:2.8.2-1) unstable; urgency=low
1973
1974 * New upstream version:
1975 - Fix theme thumbnailing
1976 - Fix widget expansion in the keyboard preferences
1977 - Handle backspace in multilayout setups correctly
1978 - theme-thumbnailer doesn't require an absolute path
1979 * debian/patches:
1980 - 05_relibtoolised.patch : Removed as no more accurate
1981 - 06_gst-fix.patch: Merged
1982 - 14_gst-mixer-grab.patch : Merged
1983 - 16_disable_text_editor_tab.patch: Merged
1984 - 18_logout.patch: Merged
1985 - 04_path_xtra.patch: Updated to patch only the configure.in file. The
1986 configure update is now in 05_path_xtra.patch-2.patch
1987 - 23_infinite_loop_theme_manager.patch: Forgotten patch in the 2.8.2
1988 release
1989 * debian/rules:
1990 - Pass --as-needed to LDFLAGS to reduce dependencies and removes
1991 dependency upon libhowl0. (Closes: 298805)
1992 * debian/control.in:
1993 - Depends on libgnomeui >= 2.8.1-3 to be sure to remove the dependency on
1994 the libhowl0
1995
1996 -- Arnaud Patard <arnaud.patard@rtp-net.org> Wed, 9 Mar 2005 23:18:44 +0100
1997
1998control-center (1:2.8.1-4) unstable; urgency=low
1999
2000 * debian/patches:
2001 - 17_locate_pointer.patch: fix the "locate pointer" when numlock is
2002 activated.
2003 - 18_logout.patch: fix the logout shortcut (Closes: #289009).
2004 - 01_gnome-default-applications-properties-structs.c.patch: Corrected
2005 Thunderbird command (Closes: #278762)
2006 - Updated 08_pmu_fix.patch with patches from Sjoerd Simons and Sven Luther
2007 as a fix for the pmu error message
2008 - 19_extra_keybindings.patch: Add bindings for calculator and music
2009 multimedia keys (Closes: #291917)
2010 - 20_gswitchit_dont_crash_when_no_xkb_config.patch: Patch from kov to
2011 prevent crash when used remotely (Closes: #286220)
2012 - 21_show_xkb_warning_one_time.patch: Adopt a similar behaviour as for the
2013 xmodmap warning (Closes: #287965)
2014 - 22_bkg_capplet_follow_symlink.patch: Resolv symlink to generate the
2015 thumbnails (Closes: #281657)
2016
2017 -- Arnaud Patard <arnaud.patard@rtp-net.org> Sun, 6 Feb 2005 19:13:04 +0100
2018
2019control-center (1:2.8.1-3) unstable; urgency=low
2020
2021 * debian/rules:
2022 - Corrected erroneous line responsible for not including the .desktop
2023 files (Closes: #274401)
2024 * debian/patches:
2025 - Suppressed 'Text Editor' in the "preferred applications" as it's useless
2026 with the new mime type system.
2027
2028 -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 25 Nov 2004 21:16:04 +0100
2029
2030control-center (1:2.8.1-2) unstable; urgency=low
2031
2032 * debian/rules,debian/capplets.install:
2033 - Added manually a .desktop for fontilus taken from Gnome's cvs
2034 (Closes: #274401)
2035 - Added manually a .desktop for themes:///. Thanks to Dan Korostelev
2036
2037 -- Arnaud Patard <arnaud.patard@rtp-net.org> Wed, 17 Nov 2004 23:44:21 +0100
2038
2039control-center (1:2.8.1-1) experimental; urgency=low
2040
2041 * New upstream release
2042 - Some tweaking of the available default applications
2043 - Background capplet fixes
2044 - keyboard patchs
2045 - Patch leak in XKB code
2046 - update translations
2047 * Update the package with the modifications from the 2.6 package
2048 * Added Evolution 2.0 to preferred applications (Closes: 279198)
2049 * debian/patches:
2050 - Removed 13_drw_monitor.patch
2051 - Re-added an updated version of 14_gst-mixer-grab.patch as the bug
2052 isn't fixed upstream
2053
2054 -- Arnaud Patard <arnaud.patard@rtp-net.org> Tue, 9 Nov 2004 00:24:23 +0100
2055
2056control-center (1:2.8.0-1) experimental; urgency=low
2057
2058 * GNOME Team Upload with Rtp's permission.
2059 * New upstream release :
2060 + fix french typo (Closes: #238387) (or even closed in 2.6).
2061 + fix german typo (Closes: #267767)
2062 * Removed 07_acme_position.patch and 11_default_app.patch now
2063 applied upstream.
2064 * Removed part of the 12_custom_browser.patch related to the dead
2065 file-types capplet (due to mime system changes).
2066 * Corrected 'patch unexpectedly ends in middle of line' in
2067 13_drw_monitor.patch.
2068 * Removed 14_gst-mixer-grab.patch recoded upstream.
2069 * Updated URL in 'debian/copyright'.
2070 * Updated watch file.
2071 * 'debian/control.in' : using ${misc:Depends} and updated versions.
2072 * Added 'autotools-dev' to build dependencies to take advantage of the
2073 CDBS automatic 'config.*' management.
2074 * Regenerated relibtoolize patch.
2075 * As not (yet) DD i'm not listed as GNOME Team member, so adding
2076 myself to Uploaders to avoid this upload to be considered a NMU.
2077
2078 -- Marc Dequènes (Duck) <Duck@DuckCorp.org> Wed, 15 Sep 2004 04:20:24 +0200
2079
2080control-center (1:2.6.1-13) unstable; urgency=low
2081
2082 * debian/patches:
2083 - Added a sanity check on the type of gconf value before calling strcmp in
2084 gconf_property_editor (Closes: #272358)
2085 - Check that one is on a powerpc with a pmu before reporting that's
2086 there is no /dev/pmu in 08_pmu_fix.patch (Closes: #273336)
2087 - Updated 01_gnome-default-applications-properties-structs.c.patch to add
2088 FireFox and ThunderBird (Closes: #265882)
2089 - Added a check on self->priv in 14_gst-mixer-grab.patch in order to
2090 provent a crash if something went wrong during initialiastion
2091 (Closes: #269429)
2092 - Updated 09_locate_pointer.patch XUngrabKeyboard call thanks to Sjoerd
2093 Simons (Closes: #275723)
2094 * debian/control{,.in},debian/rules:
2095 - Patch from Robert Millan to build on kfreebsd-gnu (Closes: #272722)
2096
2097 -- Arnaud Patard <arnaud.patard@rtp-net.org> Tue, 12 Oct 2004 13:49:27 +0200
2098
2099control-center (1:2.6.1-12) unstable; urgency=low
2100
2101 * debian/patches:
2102 - Corrected patch 11_default_app.patch so that it checks the pointer value
2103 before calling strlen (Closes: #264288)
2104 - Added a patch that close the mixer devices after 4s of inactivity
2105 (Closes: #255793)
2106
2107 -- Arnaud Patard <arnaud.patard@rtp-net.org> Fri, 13 Aug 2004 12:47:09 +0200
2108
2109control-center (1:2.6.1-11) unstable; urgency=low
2110
2111 * debian/patches:
2112 - Added a patch for fixing the default applications properties capplet
2113 (Closes: #245237)
2114 - Added a patch from http://bugzilla.gnome.org/show_bug.cgi?id=123487 for
2115 handling http,https, unknow urls with the custom browser setting
2116 (Closes: #236297)
2117 - Backported a patch from control-center 2.7 for preventing the typing
2118 break to starts while watching a movie with totem
2119 * debian/control.in:
2120 - Updated the libgnomeui-dev build-depends to get gnutls11
2121 (Closes: #263609)
2122
2123 -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 5 Aug 2004 17:46:37 +0200
2124
2125control-center (1:2.6.1-10) unstable; urgency=low
2126
2127 * debian/patch
2128 - Added a patch so that using the 'locate cursor' mouse option doesn't
2129 disable all multimedia keybinding (Closes: #257581)
2130 - Corrected the patch for the pmu by suppressing the wrong test, as
2131 discussed with upstream (Closes: #258105)
2132 - Added a patch from http://bugzilla.gnome.org/show_bug.cgi?id=145271 to
2133 ensure that all keysims in shortcuts exists in the keymap (Closes: 254745)
2134 * debian
2135 - Corrected some errors in the man page.
2136
2137 -- Arnaud Patard <arnaud.patard@rtp-net.org> Mon, 12 Jul 2004 23:32:27 +0200
2138
2139control-center (1:2.6.1-9) unstable; urgency=low
2140
2141 * debian/patch:
2142 - Corrected the patch so that all modified files are in the diff
2143 (Closes: #257352)
2144 - Modified 06_gst-fix.patch to ensure the usage of the first soundcard on
2145 system with multiple soundcards
2146
2147 -- Arnaud Patard <arnaud.patard@rtp-net.org> Sat, 3 Jul 2004 12:50:18 +0200
2148
2149control-center (1:2.6.1-8) unstable; urgency=low
2150
2151 * debian/capplets-data.install:
2152 - Suppressed the line that was reponsible for copying Xresources two times
2153 (Closes: #252324).
2154 * debian/control.in:
2155 - Added libgstreamer-plugins0.8-dev to build-depends
2156 - Added some gstreamer sound plugin for the volume keybindings
2157 * debian/patch:
2158 - Added a patch from Sjoerd Simons to fix the gstreamer volume code
2159 (Closes: #251831,#253416)
2160 - Added a patch for setting the position of the volume window after
2161 showing it (Closes: #254822)
2162 - Added a patch for cleaning error messages for /dev/pmu from
2163 http://bugzilla.gnome.org/show_bug.cgi?id=132655. It will be merged
2164 in 2.7 (Closes: #252460)
2165
2166 -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 1 Jul 2004 22:16:30 +0200
2167
2168control-center (1:2.6.1-7) unstable; urgency=high
2169
2170 * debian/control.in:
2171 + removed libgstreamer-plugins0.8-dev from Build-Depends.
2172
2173 -- Sebastien Bacher <seb128@debian.org> Sat, 19 Jun 2004 15:10:37 +0200
2174
2175control-center (1:2.6.1-6) unstable; urgency=high
2176
2177 * Rebuilt without gstreamer to try to get control-center in testing fast
2178 to fix nautilus' breakage.
2179
2180 -- Sebastien Bacher <seb128@debian.org> Fri, 18 Jun 2004 01:26:12 +0200
2181
2182control-center (1:2.6.1-5) unstable; urgency=low
2183
2184 * Rebuilt in a pbuilder, fix the crashe due to linkage with both libxft
2185 (Closes: #254076).
2186
2187 -- Sebastien Bacher <seb128@debian.org> Sat, 12 Jun 2004 23:22:42 +0200
2188
2189control-center (1:2.6.1-4) unstable; urgency=low
2190
2191 * Gnome Team Upload.
2192 * Added a link to the gnome-settings-daemon in /usr/bin (Closes: #251953).
2193 * debian/control.in:
2194 + Depends on xlibs (Closes: #253287).
2195 + Recommends gnome2-user-guide (Closes: #251992).
2196
2197 -- Sebastien Bacher <seb128@debian.org> Thu, 10 Jun 2004 22:28:02 +0200
2198
2199control-center (1:2.6.1-3) unstable; urgency=low
2200
2201 * debian/rules :
2202 - As gstreamer 0.8 as reached unstable, reactivate the default option to use
2203 it with the keybindings.
2204 * debian/control.in :
2205 - Added build dependency on libgstreamer-plugins0.8-dev
2206 - Removes dependency on libgnome-keyring-dev since no more needed.
2207 - Added libXrandr-dev as build dependency (Closes: #251429).
2208 * debian/patch :
2209 - Added a patch for resolving conflictings ALSA_CFLAGS problems (Closes:
2210 #249357).
2211 - Added a pathc for using Debian's ac_path_xtra
2212 - Modified the patch for relibtoolizing
2213
2214 -- Arnaud Patard <arnaud.patard@rtp-net.org> Sat, 29 May 2004 18:01:45 +0200
2215
2216control-center (1:2.6.1-2) unstable; urgency=low
2217
2218 * GNOME Team Upload.
2219 * Upload in unstable.
2220
2221 -- Sebastien Bacher <seb128@debian.org> Wed, 26 May 2004 17:30:32 +0200
2222
2223control-center (1:2.6.1-1) experimental; urgency=low
2224
2225 * New upstream release.
2226 - Fix uniqueness test for binding special keys with no name
2227 - Fix theme manager selection when not running metacity
2228 - Match nautilus' interpretation of icons in desktop files
2229 - Add Evolution 1.5 and 1.6 to "Preferred Applications" (Closes: #243973).
2230 * debian/patches:
2231 - Removes patch for keyboards
2232 - Updates patch for libtool
2233 * debian.control:
2234 - Added a dependency on gconf2 for capplets-data (Closes: #243894).
2235
2236 -- Arnaud Patard <arnaud.patard@rtp-net.org> Fri, 16 Apr 2004 12:50:54 +0200
2237
2238control-center (1:2.6.0.3-2) experimental; urgency=low
2239
2240 * debian/patch:
2241 - Added a patch from gnome cvs for fixing issues with multimedia
2242 keybindings (see http://bugs.gnome.org/show_bug.cgi?id=139190).
2243 - Added a patch to regenerate libtool files.
2244
2245 -- Arnaud Patard <arnaud.patard@rtp-net.org> Wed, 7 Apr 2004 01:44:10 +0200
2246
2247control-center (1:2.6.0.3-1) experimental; urgency=low
2248
2249 * New upstream release
2250 - Fix some keyboard problems
2251 (see http://bugzilla.gnome.org/show_bug.cgi?id=138701).
2252 * control.in:
2253 - Added versionning informations on depend for capplets (needed to ensure
2254 having right version of capplets when upgrapding).
2255
2256 -- Arnaud Patard <arnaud.patard@rtp-net.org> Sun, 4 Apr 2004 15:39:57 +0200
2257
2258control-center (1:2.6.0.2-1) experimental; urgency=low
2259
2260 * New Upstream release.
2261 + Disabled GStreamer (as it now depends on it by default and the package
2262 is not yet upgraded)
2263 * control.in:
2264 + Updated dependencies to libnautilus2 2.6.0.
2265 + Added a conflict on acme, since it's now a part of control-center
2266 + Changed the build dependency on libxrender-dev to libxcursor-dev
2267 (Closes #240483)
2268
2269 -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 1 Apr 2004 00:09:52 +0200
2270
2271control-center (1:2.5.4-1) experimental; urgency=low
2272
2273 * New maintainer (Closes: #238876)
2274 * New upstream release
2275 - fix implicitly conversion (Closes: #226554).
2276 - support icon themes now (Closes: #215851).
2277 * debian/control.in, debian/rules:
2278 - now, it uses cdbs.
2279 - adapted for the gnome team packaging.
2280 * Modified patch 01_gnome-default-applications-properties-structs.c.patch to
2281 fit with new version.
2282
2283 -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 25 Mar 2004 00:07:35 +0100
2284
2285control-center (1:2.4.0-9) unstable; urgency=low
2286
2287 * Debian/control set Maintainer to Debian QA Group
2288
2289 -- Christian Marillat <marillat@debian.org> Sat, 20 Mar 2004 09:34:15 +0100
2290
2291control-center (1:2.4.0-8) unstable; urgency=low
2292
2293 * You need
2294 * Notes by Loic Minier <lool@dooz.org>: the above changelog message was
2295 meant to be some sort of joke, a message split between many source
2296 packages. No actual change besides orphaning was done in this version.
2297 You can read the full story at:
2298 <http://lists.debian.org/debian-curiosa/2004/03/msg00017.html>
2299
2300 -- Christian Marillat <marillat@debian.org> Fri, 19 Mar 2004 15:08:21 +0100
2301
2302control-center (1:2.4.0-7) unstable; urgency=low
2303
2304 * debian/control capplets package need to depends on capplets-data (Closes: #237311)
2305
2306 -- Christian Marillat <marillat@debian.org> Thu, 11 Mar 2004 09:07:06 +0100
2307
2308control-center (1:2.4.0-6) unstable; urgency=low
2309
2310 * Split the package. The gnome-control-center binary like nautilus is
2311 simply a front-end for capplets, thus move all capplets in a separate
2312 package (capplets) and add a dependency to 'gnome-control-center |
2313 nautilus | gnome-panel' for that package. Also move data files in
2314 capplets-data package.
2315 * Remove /usr/lib/libgnome-window-settings.{a,la,so},
2316 gnome-window-settings-2.0.pc and include files. These files are not
2317 needed and should not be packaged (Closes: #221283)
2318
2319 -- Christian Marillat <marillat@debian.org> Sun, 29 Feb 2004 17:40:37 +0100
2320
2321control-center (1:2.4.0-5) unstable; urgency=low
2322
2323 * debian/prerm Unregister schemas file from the database.
2324 * Patch from bugzilla to fix "symlink" in fontilus (Closes: #231639)
2325
2326 -- Christian Marillat <marillat@debian.org> Thu, 12 Feb 2004 14:35:46 +0100
2327
2328control-center (1:2.4.0-4) unstable; urgency=low
2329
2330 * Move Xresources files in /etc/gnome/config and disable all resources.
2331
2332 -- Christian Marillat <marillat@debian.org> Mon, 27 Oct 2003 15:51:37 +0100
2333
2334control-center (1:2.4.0-3) unstable; urgency=low
2335
2336 * Update gnome-desktop-data version in Replaces field (Closes: #217284)
2337
2338 -- Christian Marillat <marillat@debian.org> Fri, 24 Oct 2003 18:56:02 +0200
2339
2340control-center (1:2.4.0-2) unstable; urgency=low
2341
2342 * Suggest xbase-clients for xrdb
2343 * Rebuild to remove liblinc dependency in the -dev package (Closes: #216722)
2344 * Don't package .la files for modules (Closes: #182873)
2345 * Run libtoolize, I don't know but something is broken in the original tarball.
2346
2347 -- Christian Marillat <marillat@debian.org> Tue, 21 Oct 2003 21:56:55 +0200
2348
2349control-center (1:2.4.0-1) unstable; urgency=low
2350
2351 * New upstream release.
2352 * Conflicts with drwright and fontilus.
2353 * Need to Build-Depends on libnautilus2-dev
2354 * Add gok and gnopernicus in suggests
2355
2356 -- Christian Marillat <marillat@debian.org> Sat, 18 Oct 2003 16:54:45 +0200
2357
2358control-center (1:2.2.2-3) unstable; urgency=low
2359
2360 * debian/control Should suggests xscreensaver (Closes: #212737)
2361
2362 -- Christian Marillat <marillat@debian.org> Fri, 26 Sep 2003 14:39:18 +0200
2363
2364control-center (1:2.2.2-2) unstable; urgency=low
2365
2366 * debian/rules fix DEB_BUILD_OPTIONS=noopt (Closes: #199189)
2367 * Don't need to depends on xbase-clients
2368 * Suggests esound-clients (Closes: #205700)
2369 * Create /usr/share/themes/metacity-1 directory to remove warning (Closes: #211182)
2370 * Add hack to remove libtool rpath
2371 * Add libxrender-dev in Builde-Depends
2372
2373 -- Christian Marillat <marillat@debian.org> Sun, 21 Sep 2003 10:17:00 +0200
2374
2375control-center (1:2.2.2-1) unstable; urgency=low
2376
2377 * New upstream release.
2378 * New patches :
2379 * 02_network-preferences
2380 fix range of proxy port (Closes: #195644)
2381 * 01_gnome-default-applications-properties-structs.c:
2382 add epiphany in ww-browser list (Closes: #192241)
2383 * Add icon for Debian menu
2384 * Fix linkage bug (Closes: #187368)
2385 * debian/control Remove Suggests: xscreensaver-gnome
2386
2387 -- Christian Marillat <marillat@debian.org> Mon, 23 Jun 2003 11:18:45 +0200
2388
2389control-center (1:2.2.1-2) unstable; urgency=low
2390
2391 * Update section
2392 * Move metacity-properties package in control-center (Closes: #188077)
2393
2394 -- Christian Marillat <marillat@debian.org> Mon, 7 Apr 2003 22:42:55 +0200
2395
2396control-center (1:2.2.1-1) unstable; urgency=low
2397
2398 * New upstream release.
2399
2400 -- Christian Marillat <marillat@debian.org> Fri, 14 Mar 2003 15:17:56 +0100
2401
2402control-center (1:2.2.0.1-1) unstable; urgency=low
2403
2404 * New upstream release.
2405 * Hack the Icon tag in Advanced.directory (Closes: #179593)
2406
2407 -- Christian Marillat <marillat@debian.org> Wed, 5 Feb 2003 09:49:20 +0100
2408
2409control-center (1:2.2.0-2) unstable; urgency=low
2410
2411 * Add flex and autotools-dev in Build-Depends (Closes: #178702)
2412 * Move the metacity capplet in a new package metacity-properties
2413
2414 -- Christian Marillat <marillat@debian.org> Thu, 30 Jan 2003 18:40:33 +0100
2415
2416control-center (1:2.2.0-1) unstable; urgency=low
2417
2418 * New upstream release.
2419 * Add a default theme. Thanks to Johannes Rohr
2420 * Drag and drop for theme work (Closes: #166980)
2421 * Themes aren't sorted case-sensitively (Closes: #166981)
2422 * Should fix key gnome binding properties and metacity key bindings (Closes: #172380)
2423
2424 -- Christian Marillat <marillat@debian.org> Thu, 23 Jan 2003 16:32:09 +0100
2425
2426control-center (1:2.0.3.2-3) unstable; urgency=low
2427
2428 * Remove duplicate advanced-directory.png
2429
2430 -- Christian Marillat <marillat@debian.org> Sat, 18 Jan 2003 11:54:29 +0100
2431
2432control-center (1:2.0.3.2-2) unstable; urgency=low
2433
2434 * Use sensible-browser as default browser.
2435 * Add replaces with gnome-desktop-data (Closes: #177141, #176977)
2436
2437 -- Christian Marillat <marillat@debian.org> Fri, 17 Jan 2003 16:10:52 +0100
2438
2439control-center (1:2.0.3.2-1) unstable; urgency=low
2440
2441 * New upstream release.
2442
2443 -- Christian Marillat <marillat@debian.org> Fri, 20 Dec 2002 13:27:59 +0100
2444
2445control-center (1:2.0.3-2) unstable; urgency=low
2446
2447 * Should depends on scrollkeeper (Closes: #169850)
2448
2449 -- Christian Marillat <marillat@debian.org> Sun, 24 Nov 2002 16:11:14 +0100
2450
2451control-center (1:2.0.3-1) unstable; urgency=low
2452
2453 * New upstream release.
2454
2455 -- Christian Marillat <marillat@debian.org> Sun, 24 Nov 2002 15:27:52 +0100
2456
2457control-center (1:2.0.2.91-1) unstable; urgency=low
2458
2459 * New upstream release.
2460
2461 -- Christian Marillat <marillat@debian.org> Sun, 17 Nov 2002 00:52:21 +0100
2462
2463control-center (1:2.0.1.1-5) unstable; urgency=low
2464
2465 * Upload to unstable
2466 * Call scrollkeeper-update with -q (Closes: #166625)
2467 * New upstream release (Closes: #110004)
2468 * keyboard setup are correctly restored (Closes: #156856)
2469 * Bugs related to the old interface (Closes: #62491, #81299, #131440, #71042)
2470 * No more problem when rescaling an image (Closes: #72602)
2471 * Sould build correctly under mips (Closes: #163604)
2472 * Can center large image (Closes: #68651)
2473
2474 -- Christian Marillat <marillat@debian.org> Mon, 28 Oct 2002 11:46:53 +0100
2475
2476control-center (1:2.0.1.1-4) experimental; urgency=low
2477
2478 * Upload with the new original tarball
2479
2480 -- Christian Marillat <marillat@debian.org> Sun, 29 Sep 2002 17:22:15 +0200
2481
2482control-center2 (1:2.0.1.1-3) experimental; urgency=low
2483
2484 * Update package veriosn to 1:2.0.1.1-3 to supersedes the unstable version
2485 which is 1:1.4.0.5-6
2486
2487 -- Christian Marillat <marillat@debian.org> Sat, 28 Sep 2002 20:07:45 +0200
2488
2489control-center2 (2.0.1.1-2) experimental; urgency=low
2490
2491 * Update to standards version 3.5.7
2492 * Upload withtout the 2 suffix
2493
2494 -- Christian Marillat <marillat@debian.org> Sat, 28 Sep 2002 18:05:58 +0200
2495
2496control-center2 (2.0.1.1-1) experimental; urgency=low
2497
2498 * New upstream release.
2499 * Remove fam from recommends should be in libgnomevfs2-0 package.
2500
2501 -- Christian Marillat <marillat@debian.org> Thu, 22 Aug 2002 15:44:13 +0200
2502
2503control-center2 (2.0.1-2) experimental; urgency=low
2504
2505 * Build against the latest libgnomevfs2-dev 2.0.2-4
2506
2507 -- Christian Marillat <marillat@debian.org> Fri, 16 Aug 2002 17:44:03 +0200
2508
2509control-center2 (2.0.1-1) experimental; urgency=low
2510
2511 * New upstream release.
2512
2513 -- Christian Marillat <marillat@debian.org> Wed, 7 Aug 2002 12:33:10 +0200
2514
2515control-center2 (2.0.0-3) experimental; urgency=low
2516
2517 * Should recommends fame.
2518
2519 -- Christian Marillat <marillat@debian.org> Thu, 25 Jul 2002 15:28:22 +0200
2520
2521control-center2 (2.0.0-2) experimental; urgency=low
2522
2523 * Add x-terminal-emulator in the list of terminal.
2524 * Build against the latest libzvt
2525
2526 -- Christian Marillat <marillat@debian.org> Sun, 7 Jul 2002 20:44:23 +0200
2527
2528control-center2 (2.0.0-1) experimental; urgency=low
2529
2530 * New upstream release.
2531 * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
2532 DEB_BUILD_OPTIONS
2533
2534 -- Christian Marillat <marillat@debian.org> Tue, 18 Jun 2002 12:34:40 +0200
2535
2536control-center2 (1.99.10-2) experimental; urgency=low
2537
2538 * debian/rules Add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 in install target.
2539 * Install schemas file in postinst.
2540 * debian/postinst check if schemas files are present before calling
2541 gconftool-2
2542 * debian/postrm call scrollkeeper-update with -q
2543 * Removed old package in suggests
2544 * Update the menu file with the rigth binary name
2545
2546 -- Christian Marillat <marillat@debian.org> Sun, 9 Jun 2002 20:29:30 +0200
2547
2548control-center2 (1.99.10-1) experimental; urgency=low
2549
2550 * New upstream release.
2551
2552 -- Christian Marillat <marillat@debian.org> Sun, 12 May 2002 14:59:06 +0200
2553
2554control-center2 (1.99.9-1) experimental; urgency=low
2555
2556 * New upstream release.
2557
2558 -- Christian Marillat <marillat@debian.org> Tue, 30 Apr 2002 10:47:01 +0200
2559
2560control-center2 (1.99.7-1) experimental; urgency=low
2561
2562 * New upstream release.
2563
2564 -- Christian Marillat <marillat@debian.org> Mon, 22 Apr 2002 18:17:28 +0200
2565
2566control-center2 (1.99.6-1) experimental; urgency=low
2567
2568 * New upstream release.
2569
2570 -- Christian Marillat <marillat@debian.org> Sun, 14 Apr 2002 17:43:36 +0200
2571
2572control-center2 (1.99.4-3) experimental; urgency=low
2573
2574 * Need to Depends on gnome-desktop-data
2575
2576 -- Christian Marillat <marillat@debian.org> Wed, 13 Mar 2002 11:17:58 +0100
2577
2578control-center2 (1.99.4-2) experimental; urgency=low
2579
2580 * Need to Depends on gnome-session2 (Closes: #137961)
2581
2582 -- Christian Marillat <marillat@debian.org> Wed, 13 Mar 2002 11:05:26 +0100
2583
2584control-center2 (1.99.4-1) experimental; urgency=low
2585
2586 * New upstream release.
2587
2588 -- Christian Marillat <marillat@debian.org> Mon, 11 Mar 2002 14:49:29 +0100
2589
2590control-center2 (1.99.3-2) experimental; urgency=low
2591
2592 * Remove duplicate session.desktop file.
2593
2594 -- Christian Marillat <marillat@debian.org> Mon, 25 Feb 2002 18:14:07 +0100
2595
2596control-center2 (1.99.3-1) experimental; urgency=low
2597
2598 * New upstream release
2599
2600 -- Christian Marillat <marillat@debian.org> Fri, 15 Feb 2002 00:35:49 +0100
2601
2602control-center2 (1.99.0-1) experimental; urgency=low
2603
2604 * New upstream release.
2605
2606 -- Christian Marillat <marillat@debian.org> Sun, 20 Jan 2002 18:08:37 +0100
2607
2608control-center (1:1.5.11-1) unstable; urgency=low
2609
2610 * New upstream release.
2611
2612 -- Christian Marillat <marillat@debian.org> Mon, 17 Dec 2001 17:49:00 +0100
2613
2614control-center (1:1.5.8-1) unstable; urgency=low
2615
2616 * New upstream release.
2617
2618 -- Christian Marillat <marillat@debian.org> Sat, 6 Oct 2001 19:12:41 +0200
2619
2620control-center (1:1.5.4-1) unstable; urgency=low
2621
2622 * New upstream release.
2623 * debian/*.sgml Use docbook 4.1
2624
2625 -- Christian Marillat <marillat@debian.org> Mon, 6 Aug 2001 15:30:44 +0200
2626
2627control-center (1:1.4.0.1-11) unstable; urgency=low
2628
2629 * Update config.sub and config.guess (Closes: #103733, #103903)
2630 * Remove libtool hack.
2631
2632 -- Christian Marillat <marillat@debian.org> Sun, 8 Jul 2001 11:36:30 +0200
2633
2634control-center (1:1.4.0.1-10) unstable; urgency=low
2635
2636 * Switch to debhelper V3
2637 * Change the WPrefs location in WindowMaker.desktop (Closes: #101148)
2638 * Change libraries versionning to (>= 1:1.4.0.1-6) instead of the latest
2639 package number.
2640
2641 -- Christian Marillat <marillat@debian.org> Fri, 22 Jun 2001 16:48:15 +0200
2642
2643control-center (1:1.4.0.1-9) unstable; urgency=low
2644
2645 * Rewrote the callbacks.c patch (not complete) (Closes: #98085)
2646
2647 -- Christian Marillat <marillat@debian.org> Sun, 20 May 2001 09:36:48 +0200
2648
2649control-center (1:1.4.0.1-8) unstable; urgency=low
2650
2651 * Depends on gnome-bin (Closes: #97677)
2652 * Depends on xbase-clients
2653
2654 -- Christian Marillat <marillat@debian.org> Fri, 18 May 2001 00:06:13 +0200
2655
2656control-center (1:1.4.0.1-7) unstable; urgency=low
2657
2658 * Patch callbacks.c to reflect change in the new xscreensaver package (3.32-1)
2659 and update the suggests field. Thaks to Roderich Schupp. (Closes: #96542)
2660
2661 -- Christian Marillat <marillat@debian.org> Sun, 6 May 2001 22:34:12 +0200
2662
2663control-center (1:1.4.0.1-6) unstable; urgency=low
2664
2665 * Build against the latest gnome-libs 1.2.13-5.
2666
2667 -- Christian Marillat <marillat@debian.org> Tue, 24 Apr 2001 12:39:50 +0200
2668
2669control-center (1:1.4.0.1-5) unstable; urgency=low
2670
2671 * Typo in build depends (Closes: #93267)
2672 * Rewrote Flame.desktop
2673
2674 -- Christian Marillat <marillat@debian.org> Sat, 14 Apr 2001 15:32:28 +0200
2675
2676control-center (1:1.4.0.1-4) unstable; urgency=low
2677
2678 * Really add docbook-to-man in build-depends (Closes: #93190)
2679 * Replace libungif3g-dev by libungif4-dev in build-depends (Closes: #93197)
2680
2681 -- Christian Marillat <marillat@debian.org> Sat, 7 Apr 2001 12:18:03 +0200
2682
2683control-center (1:1.4.0.1-3) unstable; urgency=low
2684
2685 * Remove unused Flame.desktop (Closes: #92850)
2686 * Patch po/Makefile.in.in to use DESTDIR
2687 * Add scrollkeeper in depends (Closes: #93007)
2688
2689 -- Christian Marillat <marillat@debian.org> Thu, 5 Apr 2001 18:30:35 +0200
2690
2691control-center (1:1.4.0.1-2) unstable; urgency=low
2692
2693 * Add docbook-to-man in build-depends (Closes: #92421)
2694 * Don't compress control-center.sgml (Closes: #92603)
2695 * Call scrollkeeper-update in postinst and prerm for gnome-control-center
2696
2697 -- Christian Marillat <marillat@debian.org> Mon, 2 Apr 2001 21:35:15 +0200
2698
2699control-center (1:1.4.0.1-1) unstable; urgency=low
2700
2701 * New upstream release.
2702 * Write 12 manpages (Closes: #87098)
2703
2704 -- Christian Marillat <marillat@debian.org> Fri, 30 Mar 2001 19:38:51 +0200
2705
2706control-center (1:1.4.0-1) unstable; urgency=low
2707
2708 * New upstream release.
2709 * debian/control build-depends on libgnome-vfs-dev and xml-i18n-tools
2710
2711 -- Christian Marillat <marillat@debian.org> Mon, 19 Mar 2001 11:10:30 +0100
2712
2713control-center (1:1.2.4-1) unstable; urgency=low
2714
2715 * New upstream release.
2716 * Add libgdk-pixbuf-dev in build-depends (Closes: #87416)
2717 * debian/menu The session properties capplet is now on the gnome-core
2718 package, remove this menu entry.
2719
2720 -- Christian Marillat <marillat@debian.org> Thu, 8 Mar 2001 00:12:29 +0100
2721
2722control-center (1:1.2.3-1) unstable; urgency=low
2723
2724 * New upstream release.
2725 * Removed locale and callback patchs included by upstream.
2726 * No more lockup while closing desktop (Closes: #76215)
2727
2728 -- Christian Marillat <marillat@debian.org> Sun, 18 Feb 2001 15:57:25 +0100
2729
2730control-center (1:1.2.2-10) unstable; urgency=low
2731
2732 * Build against the latest gnome-libs 1.2.11
2733
2734 -- Christian Marillat <marillat@debian.org> Mon, 5 Feb 2001 14:53:58 +0100
2735
2736control-center (1:1.2.2-9) unstable; urgency=low
2737
2738 * Remove xpm4g-dev from Build-depends (Closes: #82556)
2739
2740 -- Christian Marillat <marillat@debian.org> Wed, 17 Jan 2001 10:04:01 +0100
2741
2742control-center (1:1.2.2-8) unstable; urgency=low
2743
2744 * Patch to show the right debian version (Closes: #82391)
2745
2746 -- Christian Marillat <marillat@debian.org> Mon, 15 Jan 2001 15:35:59 +0100
2747
2748control-center (1:1.2.2-7) unstable; urgency=low
2749
2750 * Remove imlib-progs from depends. Move gnome-core from depends to Suggests.
2751
2752 -- Christian Marillat <marillat@debian.org> Thu, 30 Nov 2000 11:59:04 +0100
2753
2754control-center (1:1.2.2-6) unstable; urgency=low
2755
2756 * Change fonts attribute in callback.dpatch (Closes: #75320)
2757 * Install symlinks in /usr/share/doc for -dev package.
2758
2759 -- Christian Marillat <marillat@debian.org> Thu, 2 Nov 2000 17:48:11 +0100
2760
2761control-center (1:1.2.2-5) unstable; urgency=low
2762
2763 * Patch all capplets to add a call to setlocale(LC_ALL, "").
2764
2765 -- Christian Marillat <marillat@debian.org> Fri, 20 Oct 2000 15:55:34 +0200
2766
2767control-center (1:1.2.2-4) unstable; urgency=low
2768
2769 * Add a patch to display russian and other 8 byte character correctly
2770 thanks to ChiDeok Hwang <hwang@mizi.co.kr>
2771 * New version close this old bug (Closes: #58797)
2772
2773 -- Christian Marillat <marillat@debian.org> Wed, 11 Oct 2000 17:54:29 +0200
2774
2775control-center (1:1.2.2-3) unstable; urgency=low
2776
2777 * Fix bad symlink in gnome-control-center (Closes: #74279)
2778
2779 -- Christian Marillat <marillat@debian.org> Mon, 9 Oct 2000 15:02:57 +0200
2780
2781control-center (1:1.2.2-2) unstable; urgency=low
2782
2783 * Arrange documentation for dhelp.
2784
2785 -- Christian Marillat <marillat@debian.org> Fri, 6 Oct 2000 17:09:54 +0200
2786
2787control-center (1:1.2.2-1) unstable; urgency=low
2788
2789 * Return to the 1.2 branch, because 1.3 is ...
2790 * Switch to debhelper V2.
2791 * New/old GUI (Closes: #71043, #71040, #71039, #71038)
2792
2793 -- Christian Marillat <marillat@debian.org> Mon, 25 Sep 2000 17:33:23 +0200
2794
2795control-center (1.3.0-5) unstable; urgency=low
2796
2797 * Add debhelper in Build-Depends (Closes: #70220)
2798 * Build against libungif4g (Closes: #71236)
2799
2800 -- Christian Marillat <marillat@debian.org> Sun, 10 Sep 2000 00:48:36 +0200
2801
2802control-center (1.3.0-4) unstable; urgency=low
2803
2804 * Patch configure to install session-properties-capplet.
2805
2806 -- Christian Marillat <marillat@debian.org> Thu, 24 Aug 2000 20:35:38 +0200
2807
2808control-center (1.3.0-3) unstable; urgency=low
2809
2810 * Install screensaver-properties.desktop in the right place (Closes: #69502).
2811 * Install Documents.directory and Session.directory files.
2812
2813 -- Christian Marillat <marillat@debian.org> Mon, 21 Aug 2000 00:59:43 +0200
2814
2815control-center (1.3.0-2) unstable; urgency=low
2816
2817 * debian/control Added imlib-progs in the dependencies field (Closes: #69427).
2818
2819 -- Christian Marillat <marillat@debian.org> Sat, 19 Aug 2000 22:31:37 +0200
2820
2821control-center (1.3.0-1) unstable; urgency=low
2822
2823 * New upstream release.
2824
2825 -- Christian Marillat <marillat@debian.org> Mon, 14 Aug 2000 15:32:43 +0200
2826
2827control-center (1.2.1-1) unstable; urgency=low
2828
2829 * New upstrem release.
2830 * debian/patches Added 2 patches for IceWM.desktop and WindowMaker.desktop
2831 (Closes: #47353, #48099).
2832 * New e-mail address.
2833 * Removed 2 undocumented manpages (bell-properties-capplet.1, e-conf.1).
2834 * Removed property-background patche.
2835 * debian/menu removed entry for bell-properties and put all entrys in
2836 System/Gnome.
2837
2838 -- Christian Marillat <marillat@debian.org> Wed, 2 Aug 2000 09:03:59 +0200
2839
2840control-center (1.2.0-2) unstable; urgency=low
2841
2842 * Updated the Build-depends field. (Closes: #64904)
2843
2844 -- Christian Marillat <marillat.christian@wanadoo.fr> Tue, 30 May 2000 10:15:38 +0200
2845
2846control-center (1.2.0-1) unstable; urgency=low
2847
2848 * New upstream source (Closes: #64584)
2849 * debian/control removed depends libcapplet0 provided by shlibs:Depends.
2850 * Updated Standards-Version to 3.1.1.1 added Build-depends field.
2851
2852 -- Christian Marillat <marillat.christian@wanadoo.fr> Thu, 25 May 2000 19:21:14 +0200
2853
2854control-center (1.0.53-1) unstable; urgency=low
2855
2856 * New upstream source.
2857
2858 -- Christian Marillat <marillat.christian@wanadoo.fr> Fri, 31 Mar 2000 11:32:47 +0200
2859
2860control-center (1.0.51-5) frozen unstable; urgency=low
2861
2862 * debian/copyright updated to the new directory.
2863
2864 -- Christian Marillat <marillat.christian@wanadoo.fr> Wed, 22 Mar 2000 23:17:17 +0100
2865
2866control-center (1.0.51-4) frozen unstable; urgency=low
2867
2868 * Apply a patch I wrote to fix the RCB. Closes: #51568
2869 * New maintainer. Christian Marillat is taking the package over.
2870 I'm sponsoring him for the moment ...
2871 * Changed the description. Removed the part about beta software.
2872 Closes: #54979
2873 * Applied the patch for centering the background picture.
2874 Closes: #54285
2875 * Added patch-on-the-fly support to debian/rules.
2876
2877 -- Raphael Hertzog <hertzog@debian.org> Tue, 21 Mar 2000 20:31:20 +0100
2878
2879control-center (1.0.51-3) frozen unstable; urgency=low
2880
2881 * NMU.
2882 * Fixes RC bug #56769, WindowMaker wm settings fixed.
2883
2884 -- Chris McKillop <cdm@debian.org> Thu, 3 Feb 2000 07:13:39 -0500
2885
2886control-center (1.0.51-2) frozen unstable; urgency=low
2887
2888 * Orphaned.
2889
2890 -- Michael Alan Dorman <mdorman@debian.org> Thu, 3 Feb 2000 07:13:29 -0500
2891
2892control-center (1.0.51-1) unstable; urgency=low
2893
2894 * Officially claimed as my own.
2895 * libcapplet has been stripped for a while (closes: bug#31245)
2896 * We've updated... (closes: bug#44136)
2897 * Correct xworm definition for screensaver (closes: bug#51514)
2898 * The libc/libglib issues are resolved now (closes: bug#37535)
2899 * control-center is much more stable, and should work with window-maker (closes: bug#38706)
2900 * gnomecc seems to respect current bg color better (closes: bug#38917)
2901 * Couldn't reproduce this error with current versions (closes: bug#38995)
2902 * Invoking individual capplets seems to work now (closes: bug#39135)
2903 * Screensavers seem to be more stable now (closes: bug#41992)
2904 * URL handler assignments seems to work now (closes: bug#44983)
2905 * Fudged dependency on esd to get rid of versioned depends (closes: bug#52353)
2906 * Totally revamped build process (closes: bug#33848, bug#38344)
2907 * Appears to have been fixed (closes: bug#33736, bug#33472))
2908
2909 -- Michael Alan Dorman <mdorman@debian.org> Mon, 20 Dec 1999 14:19:48 -0500
2910
2911control-center (1.0.51-0.2) unstable; urgency=low
2912
2913 * Fix from Christian Marillat <marillat@alpes-net.fr> for wm-properties
2914
2915 -- Michael Alan Dorman <mdorman@debian.org> Tue, 19 Oct 1999 14:22:43 -0400
2916
2917control-center (1.0.51-0.1) unstable; urgency=low
2918
2919 * New upstream version. NMU.
2920
2921 -- Michael Alan Dorman <mdorman@debian.org> Sun, 10 Oct 1999 16:48:39 -0400
2922
2923control-center (1.0.50-0.1) unstable; urgency=low
2924
2925 * New upstream version. NMU
2926
2927 -- Michael Alan Dorman <mdorman@debian.org> Thu, 30 Sep 1999 22:24:11 -0400
2928
2929control-center (1.0.5-2) unstable; urgency=low
2930
2931 * Actually changed maintainer address in debian/control
2932 * Fixed up WindowMaker and IceWM paths for wm-properties
2933
2934 -- Steve Haslam <araqnid@debian.org> Thu, 27 May 1999 02:05:10 +0100
2935
2936control-center (1.0.5-1) unstable; urgency=low
2937
2938 * New maintainer.
2939 * Moved "xscreensaver" to "Suggests:" field. (Bug#32724)
2940 * Called dh_strip when making libcapplet-dev
2941
2942 -- Steve Haslam <araqnid@debian.org> Thu, 20 May 1999 03:50:25 +0100
2943
2944control-center (1.0.5-0.1) unstable; urgency=low
2945
2946 * Non-maintainer upload
2947 * New upstream version
2948
2949 -- Steve Haslam <araqnid@debian.org> Mon, 19 Apr 1999 10:08:13 +0100
2950
2951control-center (1.0.1-0.1) unstable; urgency=low
2952
2953 * NMU for GNOME-1.0
2954
2955 -- Jules Bean <jules@debian.org> Fri, 5 Mar 1999 10:34:56 +0000
2956
2957control-center (0.99.3-3) unstable; urgency=low
2958
2959 * Patched to remove #define HAVE_REDHAT_SCREENSAVER_RPM.
2960 Also, added Recommends: xscreensaver
2961 Fixes: BUG#32462
2962
2963 -- Jim Pick <jim@jimpick.com> Wed, 27 Jan 1999 21:40:24 -0800
2964
2965control-center (0.99.3-2) unstable; urgency=low
2966
2967 * Recompiled due to dependencies.
2968
2969 -- Jim Pick <jim@jimpick.com> Sun, 24 Jan 1999 01:11:12 -0800
2970
2971control-center (0.99.3-1) unstable; urgency=low
2972
2973 * New upstream release.
2974
2975 -- Jim Pick <jim@jimpick.com> Thu, 21 Jan 1999 21:31:48 -0800
2976
2977gnome-core (0.30-2) frozen unstable; urgency=low
2978
2979 * Recompiled with new libs.
2980 * Fixed reference to /usr/X11R6 in README.Debian.
2981 * Added warnings (Gnome is ALPHA).
2982 * Patched dialer_applet to use pon/poff.
2983 * Patched drivemount_applet to default to /floppy.
2984
2985 -- Jim Pick <jim@jimpick.com> Tue, 24 Nov 1998 10:56:08 -0800
2986
2987gnome-core (0.30-1) unstable; urgency=low
2988
2989 * New upstream release.
2990
2991 -- Jim Pick <jim@jimpick.com> Thu, 24 Sep 1998 21:28:02 -0700
2992
2993gnome-core (0.28.1-1) unstable; urgency=low
2994
2995 * New upstream release.
2996 * Hopefully fixes panel applet bug.
2997
2998 -- Jim Pick <jim@jimpick.com> Wed, 19 Aug 1998 20:12:25 -0700
2999
3000gnome-core (0.28-1) unstable; urgency=low
3001
3002 * New upstream release.
3003
3004 -- Jim Pick <jim@jimpick.com> Mon, 17 Aug 1998 12:59:26 -0700
3005
3006gnome-core (0.27-1) unstable; urgency=low
3007
3008 * New upstream release.
3009 * Added /usr/doc/gnome
3010
3011 -- Jim Pick <jim@jimpick.com> Sat, 15 Aug 1998 14:21:06 -0700
3012
3013gnome-core (0.25-1) unstable; urgency=low
3014
3015 * New upstream release.
3016
3017 -- Jim Pick <jim@jimpick.com> Thu, 6 Aug 1998 22:51:22 -0700
3018
3019gnome-core (0.20-2) unstable; urgency=low
3020
3021 * Added Debian menu-method for gnome-panel. Fixed Bug #24025
3022 (Thanks to Ray Dassen for reporting the bug, and Riku Voipio
3023 who wrote the menu method for Gnome 0.12)
3024
3025 -- Jim Pick <jim@jimpick.com> Wed, 22 Jul 1998 20:22:00 -0700
3026
3027gnome-core (0.20-1) unstable; urgency=low
3028
3029 * New upstream release.
3030
3031 -- Jim Pick <jim@jimpick.com> Mon, 8 Jun 1998 12:00:08 -0700
3032
3033gnome-core (0.13-1) unstable; urgency=low
3034
3035 * Initial Release.
3036
3037 -- Jim Pick <jim@jimpick.com> Mon, 16 Mar 1998 15:27:43 -0800
3038
3039
03040
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2012-10-03 15:19:35 +0000
@@ -0,0 +1,1 @@
18
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2012-10-03 15:19:35 +0000
@@ -0,0 +1,153 @@
1# This file is autogenerated. DO NOT EDIT!
2#
3# Modifications should be made to debian/control.in instead.
4# This file is regenerated automatically in the clean target.
5Source: gnome-control-center
6Section: gnome
7Priority: optional
8Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
9XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@ubuntu.com>
11Standards-Version: 3.9.3
12Build-Depends: autotools-dev,
13 cdbs (>= 0.4.41),
14 debhelper (>= 8),
15 desktop-file-utils,
16 dh-autoreconf,
17 docbook-to-man,
18 docbook-xml,
19 gnome-common,
20 gnome-doc-utils (>= 0.3.2),
21 gnome-pkg-tools (>= 0.10),
22 gnome-settings-daemon-dev (>= 3.4.2-0ubuntu10),
23 gsettings-desktop-schemas-dev (>= 3.3.90-0ubuntu2),
24 hardening-wrapper,
25 intltool (>= 0.37.1),
26 libcanberra-gtk3-dev,
27# libcheese-gtk-dev (>= 2.91.91.1),
28 libcolord-dev,
29 libcups2-dev,
30 libdbus-1-dev (>= 0.32),
31 libdbus-glib-1-dev (>= 0.32),
32 libgdk-pixbuf2.0-dev (>= 2.23.0),
33 libglib2.0-dev (>= 2.29.14),
34 libgnome-bluetooth-dev (>= 3.3.4),
35 libgnome-desktop-3-dev (>= 3.5.1),
36 libgnome-menu-3-dev,
37 libgnomekbd-dev (>= 2.91.91),
38 libgoa-1.0-dev (>= 3.5),
39 libgstreamer-plugins-base0.10-dev,
40 libgtk-3-dev (>= 3.5.13),
41 libgtop2-dev,
42 libnm-glib-dev (>= 0.9) [linux-any],
43 libnm-gtk-dev (>= 0.9) [linux-any],
44 libnm-util-dev (>= 0.9) [linux-any],
45 libnotify-dev (>= 0.7.3),
46 libpolkit-gobject-1-dev (>= 0.103),
47 libpulse-dev,
48# libsocialweb-client-dev,
49 libupower-glib-dev (>= 0.9.1),
50 libwacom-dev,
51 libx11-dev,
52 libxft-dev (>= 2.1.2),
53 libxkbfile-dev,
54 libxklavier-dev (>= 5.1),
55 libxml2-dev,
56 locales,
57 network-manager-dev (>= 0.9) [linux-any],
58 shared-mime-info,
59 libclutter-1.0-dev (>= 1.11.0),
60 libclutter-gtk-1.0-dev
61Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/gnome-control-center/ubuntu
62
63Package: gnome-control-center
64Architecture: any
65Section: gnome
66Depends: ${misc:Depends},
67 ${shlibs:Depends},
68 accountsservice,
69 apg,
70 desktop-file-utils,
71 gnome-control-center-data (<< ${gnome:NextVersion}),
72 gnome-control-center-data (>= ${source:Version}),
73 gnome-desktop3-data,
74 gnome-icon-theme (>= 2.24),
75 gnome-icon-theme-symbolic,
76 gnome-menus (>= 2.12.0),
77 gnome-settings-daemon (>= 3.4.2-0ubuntu10),
78 gsettings-desktop-schemas (>= 3.3.90-0ubuntu2),
79 ubuntu-system-service (>= 0.1.10)
80Recommends: gnome-online-accounts,
81 gnome-session-bin,
82 iso-codes,
83# mesa-utils,
84 mousetweaks,
85 policykit-1-gnome,
86 ubuntu-docs,
87 indicator-sound (>= 0.8.1),
88 indicator-power (>= 1.90),
89 libcanberra-pulse
90Replaces: gnome-bluetooth (<< 3.4.0)
91Breaks: gnome-power-manager (<< 3.0),
92 gnome-session (<< 3.0),
93 libglib2.0-0 (<< 2.28.6-2),
94 gnome-bluetooth (<< 3.4.0),
95 compiz (<< 1:0.9.8+bzr330),
96 metacity (<< 1:2.34.2),
97 unity (<< 6.2-0ubuntu2~),
98Suggests: gnome-screensaver | xscreensaver,
99 gstreamer0.10-pulseaudio,
100 libcanberra-gtk-module,
101 x11-xserver-utils
102Description: utilities to configure the GNOME desktop
103 This package contains configuration applets for the GNOME desktop,
104 allowing to set accessibility configuration, desktop fonts, keyboard
105 and mouse properties, sound setup, desktop theme and background, user
106 interface properties, screen resolution, and other GNOME parameters.
107 .
108 It also contains a front end to these applets, which can also be
109 accessed with the GNOME panel or the Nautilus file manager.
110
111Package: gnome-control-center-dev
112Architecture: all
113Section: devel
114Depends: ${misc:Depends}
115Description: utilities to configure the GNOME desktop
116 This package contains the file required to get the keydirs location
117
118Package: gnome-control-center-data
119Architecture: all
120Section: gnome
121Depends: ${misc:Depends}
122Recommends: gnome-control-center (>= ${source:Version})
123Provides: capplets-data
124Conflicts: capplets-data
125Replaces: capplets-data,
126 gdm (<< 3.0),
127 gdm3 (<< 3.0),
128 gnome-media-common (<< 2.91),
129 gnome-power-manager (<< 3.2),
130 gnome-settings-daemon (<< 3.0)
131Breaks: gdm (<< 3.0),
132 gdm3 (<< 3.0),
133 gnome-power-manager (<< 3.2),
134 gnome-settings-daemon (<< 3.0)
135Description: configuration applets for GNOME - data files
136 This package contains data files (icons, pixmaps, locales files) needed by
137 the configuration applets in the gnome-control-center package.
138
139Package: libgnome-control-center-dev
140Architecture: any
141Section: libdevel
142Depends: ${misc:Depends},
143 libgnome-control-center1 (= ${binary:Version})
144Description: utilities to configure the GNOME desktop
145 This package contains the files needed to build Control Center panels
146
147Package: libgnome-control-center1
148Architecture: any
149Section: libs
150Depends: ${misc:Depends},
151 ${shlibs:Depends}
152Description: utilities to configure the GNOME desktop
153 This package contains the library used by Control Center panels
0154
=== added file 'debian/control.in'
--- debian/control.in 1970-01-01 00:00:00 +0000
+++ debian/control.in 2012-10-03 15:19:35 +0000
@@ -0,0 +1,149 @@
1Source: gnome-control-center
2Section: gnome
3Priority: optional
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6Uploaders: @GNOME_TEAM@
7Standards-Version: 3.9.3
8Build-Depends: autotools-dev,
9 cdbs (>= 0.4.41),
10 debhelper (>= 8),
11 desktop-file-utils,
12 dh-autoreconf,
13 docbook-to-man,
14 docbook-xml,
15 gnome-common,
16 gnome-doc-utils (>= 0.3.2),
17 gnome-pkg-tools (>= 0.10),
18 gnome-settings-daemon-dev (>= 3.4.2-0ubuntu10),
19 gsettings-desktop-schemas-dev (>= 3.3.90-0ubuntu2),
20 hardening-wrapper,
21 intltool (>= 0.37.1),
22 libcanberra-gtk3-dev,
23# libcheese-gtk-dev (>= 2.91.91.1),
24 libcolord-dev,
25 libcups2-dev,
26 libdbus-1-dev (>= 0.32),
27 libdbus-glib-1-dev (>= 0.32),
28 libgdk-pixbuf2.0-dev (>= 2.23.0),
29 libglib2.0-dev (>= 2.29.14),
30 libgnome-bluetooth-dev (>= 3.3.4),
31 libgnome-desktop-3-dev (>= 3.5.1),
32 libgnome-menu-3-dev,
33 libgnomekbd-dev (>= 2.91.91),
34 libgoa-1.0-dev (>= 3.5),
35 libgstreamer-plugins-base0.10-dev,
36 libgtk-3-dev (>= 3.5.13),
37 libgtop2-dev,
38 libnm-glib-dev (>= 0.9) [linux-any],
39 libnm-gtk-dev (>= 0.9) [linux-any],
40 libnm-util-dev (>= 0.9) [linux-any],
41 libnotify-dev (>= 0.7.3),
42 libpolkit-gobject-1-dev (>= 0.103),
43 libpulse-dev,
44# libsocialweb-client-dev,
45 libupower-glib-dev (>= 0.9.1),
46 libwacom-dev,
47 libx11-dev,
48 libxft-dev (>= 2.1.2),
49 libxkbfile-dev,
50 libxklavier-dev (>= 5.1),
51 libxml2-dev,
52 locales,
53 network-manager-dev (>= 0.9) [linux-any],
54 shared-mime-info,
55 libclutter-1.0-dev (>= 1.11.0),
56 libclutter-gtk-1.0-dev
57Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/gnome-control-center/ubuntu
58
59Package: gnome-control-center
60Architecture: any
61Section: gnome
62Depends: ${misc:Depends},
63 ${shlibs:Depends},
64 accountsservice,
65 apg,
66 desktop-file-utils,
67 gnome-control-center-data (<< ${gnome:NextVersion}),
68 gnome-control-center-data (>= ${source:Version}),
69 gnome-desktop3-data,
70 gnome-icon-theme (>= 2.24),
71 gnome-icon-theme-symbolic,
72 gnome-menus (>= 2.12.0),
73 gnome-settings-daemon (>= 3.4.2-0ubuntu10),
74 gsettings-desktop-schemas (>= 3.3.90-0ubuntu2),
75 ubuntu-system-service (>= 0.1.10)
76Recommends: gnome-online-accounts,
77 gnome-session-bin,
78 iso-codes,
79# mesa-utils,
80 mousetweaks,
81 policykit-1-gnome,
82 ubuntu-docs,
83 indicator-sound (>= 0.8.1),
84 indicator-power (>= 1.90),
85 libcanberra-pulse
86Replaces: gnome-bluetooth (<< 3.4.0)
87Breaks: gnome-power-manager (<< 3.0),
88 gnome-session (<< 3.0),
89 libglib2.0-0 (<< 2.28.6-2),
90 gnome-bluetooth (<< 3.4.0),
91 compiz (<< 1:0.9.8+bzr330),
92 metacity (<< 1:2.34.2),
93 unity (<< 6.2-0ubuntu2~),
94Suggests: gnome-screensaver | xscreensaver,
95 gstreamer0.10-pulseaudio,
96 libcanberra-gtk-module,
97 x11-xserver-utils
98Description: utilities to configure the GNOME desktop
99 This package contains configuration applets for the GNOME desktop,
100 allowing to set accessibility configuration, desktop fonts, keyboard
101 and mouse properties, sound setup, desktop theme and background, user
102 interface properties, screen resolution, and other GNOME parameters.
103 .
104 It also contains a front end to these applets, which can also be
105 accessed with the GNOME panel or the Nautilus file manager.
106
107Package: gnome-control-center-dev
108Architecture: all
109Section: devel
110Depends: ${misc:Depends}
111Description: utilities to configure the GNOME desktop
112 This package contains the file required to get the keydirs location
113
114Package: gnome-control-center-data
115Architecture: all
116Section: gnome
117Depends: ${misc:Depends}
118Recommends: gnome-control-center (>= ${source:Version})
119Provides: capplets-data
120Conflicts: capplets-data
121Replaces: capplets-data,
122 gdm (<< 3.0),
123 gdm3 (<< 3.0),
124 gnome-media-common (<< 2.91),
125 gnome-power-manager (<< 3.2),
126 gnome-settings-daemon (<< 3.0)
127Breaks: gdm (<< 3.0),
128 gdm3 (<< 3.0),
129 gnome-power-manager (<< 3.2),
130 gnome-settings-daemon (<< 3.0)
131Description: configuration applets for GNOME - data files
132 This package contains data files (icons, pixmaps, locales files) needed by
133 the configuration applets in the gnome-control-center package.
134
135Package: libgnome-control-center-dev
136Architecture: any
137Section: libdevel
138Depends: ${misc:Depends},
139 libgnome-control-center1 (= ${binary:Version})
140Description: utilities to configure the GNOME desktop
141 This package contains the files needed to build Control Center panels
142
143Package: libgnome-control-center1
144Architecture: any
145Section: libs
146Depends: ${misc:Depends},
147 ${shlibs:Depends}
148Description: utilities to configure the GNOME desktop
149 This package contains the library used by Control Center panels
0150
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2012-10-03 15:19:35 +0000
@@ -0,0 +1,26 @@
1This package was debianized by Jim Pick jim@jimpick.com on
2Sat, 14 Mar 1998 20:12:23 -0800.
3
4It was downloaded from:
5 http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/
6
7Copyright: 1998,99,2000 Free Software Foundation, Inc.
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this package; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
22 USA.
23
24On Debian systems, the complete text of the GNU General
25Public License can be found in `/usr/share/common-licenses/GPL'.
26
027
=== added file 'debian/gnome-control-center-data.install'
--- debian/gnome-control-center-data.install 1970-01-01 00:00:00 +0000
+++ debian/gnome-control-center-data.install 2012-10-03 15:19:35 +0000
@@ -0,0 +1,10 @@
1etc/xdg/autostart
2etc/xdg/menus
3usr/share/gnome-control-center
4usr/share/sounds
5usr/share/desktop-directories
6usr/share/locale
7usr/share/icons
8usr/share/pixmaps/faces
9debian/source_gnome-control-center.py /usr/share/apport/package-hooks
10debian/UbuntuLogo.png /usr/share/gnome-control-center/ui
011
=== added file 'debian/gnome-control-center-dev.install'
--- debian/gnome-control-center-dev.install 1970-01-01 00:00:00 +0000
+++ debian/gnome-control-center-dev.install 2012-10-03 15:19:35 +0000
@@ -0,0 +1,1 @@
1usr/share/pkgconfig
02
=== added file 'debian/gnome-control-center.install'
--- debian/gnome-control-center.install 1970-01-01 00:00:00 +0000
+++ debian/gnome-control-center.install 2012-10-03 15:19:35 +0000
@@ -0,0 +1,3 @@
1usr/bin
2usr/lib/control-center-1/panels/*.so
3usr/share/applications
04
=== added file 'debian/gnome-control-center.links'
--- debian/gnome-control-center.links 1970-01-01 00:00:00 +0000
+++ debian/gnome-control-center.links 2012-10-03 15:19:35 +0000
@@ -0,0 +1,1 @@
1/usr/share/applications/gnome-control-center.desktop /usr/share/indicators/session/applications/gnome-control-center.desktop
02
=== added file 'debian/gnome-control-center.menu'
--- debian/gnome-control-center.menu 1970-01-01 00:00:00 +0000
+++ debian/gnome-control-center.menu 2012-10-03 15:19:35 +0000
@@ -0,0 +1,4 @@
1?package(gnome-control-center):needs="X11" section="Applications/System/Administration" \
2 hints="Gnome" title="Gnome Control Center" \
3 icon="/usr/share/pixmaps/gnome-control-center.xpm" \
4 command="/usr/bin/gnome-control-center"
05
=== added file 'debian/gnome-control-center.sgml'
--- debian/gnome-control-center.sgml 1970-01-01 00:00:00 +0000
+++ debian/gnome-control-center.sgml 2012-10-03 15:19:35 +0000
@@ -0,0 +1,313 @@
1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3 <!ENTITY dhfirstname "<firstname>Arnaud</firstname>">
4 <!ENTITY dhsurname "<surname>Patard</surname>">
5 <!ENTITY dhdate "<date>Mars 22, 2004</date>">
6 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
7 <!ENTITY dhemail "<email>arnaud.patard@rtp-net.org</email>">
8 <!ENTITY dhusername "Arnaud Patard">
9 <!ENTITY dhucpackage "<refentrytitle>gnome-control-center</refentrytitle>">
10 <!ENTITY dhpackage "gnome-control-center">
11
12 <!ENTITY debian "<productname>Debian</productname>">
13 <!ENTITY gnu "<acronym>GNU</acronym>">
14 <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
15]>
16
17<refentry>
18 <refentryinfo>
19 <address>
20 &dhemail;
21 </address>
22 <author>
23 &dhfirstname;
24 &dhsurname;
25 </author>
26 <copyright>
27 <year>2004</year>
28 <holder>&dhusername;</holder>
29 </copyright>
30 &dhdate;
31 </refentryinfo>
32 <refmeta>
33 &dhucpackage;
34
35 &dhsection;
36 </refmeta>
37 <refnamediv>
38 <refname>&dhpackage;</refname>
39
40 <refpurpose>Desktop properties manager</refpurpose>
41 </refnamediv>
42 <refsynopsisdiv>
43 <cmdsynopsis>
44 <command>&dhpackage;</command>
45
46 <arg><option>-?, --help</option></arg>
47 <arg><option>--usage</option></arg>
48 <arg><option>--use-shell</option></arg>
49 <arg><option>--gdk-debug<replaceable>=FLAGS</replaceable></option></arg>
50 <arg><option>--gdk-no-debug<replaceable>=FLAGS</replaceable></option></arg>
51 <arg><option>--display<replaceable>=DISPLAY</replaceable></option></arg>
52 <arg><option>--screen<replaceable>=SCREEN</replaceable></option></arg>
53 <arg><option>--sync</option></arg>
54 <arg><option>--name<replaceable>=NAME</replaceable></option></arg>
55 <arg><option>--class<replaceable>=CLASS</replaceable></option></arg>
56 <arg><option>--gxid-host<replaceable>=HOST</replaceable></option></arg>
57 <arg><option>--gxid-port<replaceable>=PORT</replaceable></option></arg>
58 <arg><option>--gtk-debug<replaceable>=FLAGS</replaceable></option></arg>
59 <arg><option>--gtk-no-debug<replaceable>=FLAGS</replaceable></option></arg>
60 <arg><option>--g-fatal-warnings</option></arg>
61 <arg><option>--gtk-module<replaceable>=MODULE</replaceable></option></arg>
62 <arg><option>--oaf-ior-fd<replaceable>=FD</replaceable></option></arg>
63 <arg><option>--oaf-activate-iid<replaceable>=IID</replaceable></option></arg>
64 <arg><option>--oaf-private</option></arg>
65 <arg><option>--disable-sound</option></arg>
66 <arg><option>--enable-sound</option></arg>
67 <arg><option>--espeaker<replaceable>=HOSTNAME:PORT</replaceable></option></arg>
68 <arg><option>--version</option></arg>
69 <arg><option>--sm-client-id<replaceable>=ID</replaceable></option></arg>
70 <arg><option>--sm-config-prefix<replaceable>=PREFIX</replaceable></option></arg>
71 <arg><option>--sm-disable</option></arg>
72 <arg><option>--disable-crash-dialog</option></arg>
73 </cmdsynopsis>
74 </refsynopsisdiv>
75 <refsect1>
76 <title>DESCRIPTION</title>
77
78 <para>This manual page documents briefly the
79 <command>&dhpackage;</command> command.</para>
80
81 <para>This manual page was written for the &debian; distribution
82 because the original program does not have a manual page.</para>
83
84 <para><command>&dhpackage;</command> is a front-end to configuration applets (capplets)
85 that lets you configure your GNOME desktop. You may set things such as the background,
86 the fonts, or the theme</para>
87
88 </refsect1>
89 <refsect1>
90 <title>SEE ALSO</title>
91 <para>gtk-options (7).</para> </refsect1>
92 <refsect1>
93 <title>OPTIONS</title>
94
95 <para>These programs follow the usual &gnu; command line syntax,
96 with long options starting with two dashes (`-'). A summary of
97 options is included below. </para>
98 <para>Theses options are mainly the standard command line options of gtk.</para>
99
100 <variablelist>
101 <varlistentry>
102 <term><option>-?, --help</option>
103 </term>
104 <listitem>
105 <para>Show the help message.</para>
106 </listitem>
107 </varlistentry>
108 <varlistentry>
109 <term><option>--usage</option>
110 </term>
111 <listitem>
112 <para>Display brief usage message.</para>
113 </listitem>
114 </varlistentry>
115 <varlistentry>
116 <term><option>--use-shell</option>
117 </term>
118 <listitem>
119 <para>Prevent Gnome Control Center from using Nautilus</para>
120 </listitem>
121 </varlistentry>
122 <varlistentry>
123 <term><option>--gdk-debug<replaceable>=FLAGS</replaceable></option>
124 </term>
125 <listitem>
126 <para>Enable Gdk debugging flags.</para>
127 </listitem>
128 </varlistentry>
129 <varlistentry>
130 <term><option>--gdk-no-debug<replaceable>=FLAGS</replaceable></option>
131 </term>
132 <listitem>
133 <para>Disable Gdk debugging flags.</para>
134 </listitem>
135 </varlistentry>
136 <varlistentry>
137 <term><option>--display<replaceable>=DISPLAY</replaceable></option>
138 </term>
139 <listitem>
140 <para>X display to use.</para>
141 </listitem>
142 </varlistentry>
143 <varlistentry>
144 <term><option>--screen<replaceable>=SCREEN</replaceable></option>
145 </term>
146 <listitem>
147 <para>X screen to use.</para>
148 </listitem>
149 </varlistentry>
150 <varlistentry>
151 <term><option>--sync</option>
152 </term>
153 <listitem>
154 <para>Make X calls synchronous.</para>
155 </listitem>
156 </varlistentry>
157 <varlistentry>
158 <term><option>--name<replaceable>=NAME</replaceable></option>
159 </term>
160 <listitem>
161 <para>Program name as used by the window manager.</para>
162 </listitem>
163 </varlistentry>
164 <varlistentry>
165 <term><option>--class<replaceable>=CLASS</replaceable></option>
166 </term>
167 <listitem>
168 <para>Program class as used by the window manager</para>
169 </listitem>
170 </varlistentry>
171 <varlistentry>
172 <term><option>--gtk-debug<replaceable>=FLAGS</replaceable></option>
173 </term>
174 <listitem>
175 <para>Enable Gtk debugging flags.</para>
176 </listitem>
177 </varlistentry>
178 <varlistentry>
179 <term><option>--gtk-no-debug<replaceable>=FLAGS</replaceable></option>
180 </term>
181 <listitem>
182 <para>Disable Gtk debugging flags.</para>
183 </listitem>
184 </varlistentry>
185 <varlistentry>
186 <term><option>--g-fatal-warnings</option>
187 </term>
188 <listitem>
189 <para>Make all warnings fatal</para>
190 </listitem>
191 </varlistentry>
192 <varlistentry>
193 <term><option>--gtk-module<replaceable>=MODULE</replaceable></option>
194 </term>
195 <listitem>
196 <para>Load an additional Gtk module.</para>
197 </listitem>
198 </varlistentry>
199 <varlistentry>
200 <term><option>--oaf-ior-fd<replaceable>=FD</replaceable></option>
201 </term>
202 <listitem>
203 <para>File descriptor to print IOR on</para>
204 </listitem>
205 </varlistentry>
206 <varlistentry>
207 <term><option>--oaf-activate-iid<replaceable>=IID</replaceable></option>
208 </term>
209 <listitem>
210 <para>IID to activate</para>
211 </listitem>
212 </varlistentry>
213 <varlistentry>
214 <term><option>--oaf-private</option>
215 </term>
216 <listitem>
217 <para>Prevent registering of server with OAF</para>
218 </listitem>
219 </varlistentry>
220 <varlistentry>
221 <term><option>--disable-sound</option>
222 </term>
223 <listitem>
224 <para>Disable sound server usage</para>
225 </listitem>
226 </varlistentry>
227 <varlistentry>
228 <term><option>--enable-sound</option>
229 </term>
230 <listitem>
231 <para>Enable sound server usage</para>
232 </listitem>
233 </varlistentry>
234 <varlistentry>
235 <term><option>--espeaker<replaceable>=HOSTNAME:PORT</replaceable></option>
236 </term>
237 <listitem>
238 <para>Host:port on which the sound server to use is running</para>
239 </listitem>
240 </varlistentry>
241 <varlistentry>
242 <term><option>--version</option>
243 </term>
244 <listitem>
245 <para>Show version.</para>
246 </listitem>
247 </varlistentry>
248 <varlistentry>
249 <term><option>--sm-client-id<replaceable>=ID</replaceable></option>
250 </term>
251 <listitem>
252 <para>Specify session management ID</para>
253 </listitem>
254 </varlistentry>
255 <varlistentry>
256 <term><option>--sm-config-prefix<replaceable>=PREFIX</replaceable></option>
257 </term>
258 <listitem>
259 <para>Specify prefix of saved configuration</para>
260 </listitem>
261 </varlistentry>
262 <varlistentry>
263 <term><option>--sm-disable</option>
264 </term>
265 <listitem>
266 <para>Disable connection to session manager</para>
267 </listitem>
268 </varlistentry>
269 <varlistentry>
270 <term><option>--disable-crash-dialog</option>
271 </term>
272 <listitem>
273 <para>Don't show crash dialog box.</para>
274 </listitem>
275 </varlistentry>
276
277 </variablelist>
278 </refsect1>
279 <refsect1>
280 <title>AUTHOR</title>
281
282 <para>This manual page was written by &dhusername; &dhemail; for
283 the &debian; system (but may be used by others). Permission is
284 granted to copy, distribute and/or modify this document under
285 the terms of the &gnu; General Public License, Version 2 any
286 later version published by the Free Software Foundation.
287 </para>
288 <para>
289 On Debian systems, the complete text of the GNU General Public
290 License can be found in /usr/share/common-licenses/GPL.
291 </para>
292
293 </refsect1>
294</refentry>
295
296<!-- Keep this comment at the end of the file
297Local variables:
298mode: sgml
299sgml-omittag:t
300sgml-shorttag:t
301sgml-minimize-attributes:nil
302sgml-always-quote-attributes:t
303sgml-indent-step:2
304sgml-indent-data:t
305sgml-parent-document:nil
306sgml-default-dtd-file:nil
307sgml-exposed-tags:nil
308sgml-local-catalogs:nil
309sgml-local-ecat-files:nil
310End:
311-->
312
313
0314
=== added file 'debian/gnome-control-center.xpm'
--- debian/gnome-control-center.xpm 1970-01-01 00:00:00 +0000
+++ debian/gnome-control-center.xpm 2012-10-03 15:19:35 +0000
@@ -0,0 +1,361 @@
1/* XPM */
2static char * gnome_control_center_xpm[] = {
3"32 32 326 2",
4" c None",
5". c #959791",
6"+ c #C0C1BD",
7"@ c #8F908B",
8"# c #8E8F8B",
9"$ c #F1F1F0",
10"% c #F0F1F0",
11"& c #979A94",
12"* c #585A56",
13"= c #90918B",
14"- c #8D8E89",
15"; c #B3B5B0",
16"> c #F3F3F2",
17", c #EEEEED",
18"' c #898C87",
19") c #5A5C59",
20"! c #ADAFAC",
21"~ c #DDDDDC",
22"{ c #5B5D5A",
23"] c #9A9C95",
24"^ c #B3B5B1",
25"/ c #8A8C87",
26"( c #F2F2F2",
27"_ c #FAFAFA",
28": c #92948F",
29"< c #5B5D59",
30"[ c #838582",
31"} c #D0D0CE",
32"| c #D6D6D5",
33"1 c #C2C3C1",
34"2 c #979A93",
35"3 c #F9F9F9",
36"4 c #939490",
37"5 c #979894",
38"6 c #F6F7F6",
39"7 c #FCFCFB",
40"8 c #A5A7A3",
41"9 c #626460",
42"0 c #F7F7F7",
43"a c #EDEEED",
44"b c #D8D9D7",
45"c c #5F625D",
46"d c #8D8F8A",
47"e c #D2D5D0",
48"f c #868983",
49"g c #878984",
50"h c #A5A7A4",
51"i c #F1F2F0",
52"j c #F0F1EF",
53"k c #FCFCFC",
54"l c #A6A7A4",
55"m c #5A5C58",
56"n c #676964",
57"o c #CBCBC9",
58"p c #F9F9F8",
59"q c #969693",
60"r c #888985",
61"s c #E7E8E6",
62"t c #D8DAD6",
63"u c #E7E7E5",
64"v c #EAEBE9",
65"w c #ECECEA",
66"x c #E8E9E7",
67"y c #F3F4F3",
68"z c #E5E7E4",
69"A c #E1E2E0",
70"B c #858883",
71"C c #5A5E58",
72"D c #676965",
73"E c #A5A7A2",
74"F c #696C68",
75"G c #626461",
76"H c #5B5C58",
77"I c #A4A7A3",
78"J c #E7E8E5",
79"K c #CDCFCA",
80"L c #D4D6D2",
81"M c #E0E1DE",
82"N c #ECEDEB",
83"O c #E8EAE7",
84"P c #C2C4BE",
85"Q c #D0D2CD",
86"R c #C4C5C2",
87"S c #686A66",
88"T c #AAACA7",
89"U c #696A66",
90"V c #5D5F59",
91"W c #9C9D98",
92"X c #D8D9D6",
93"Y c #E5E5E4",
94"Z c #ECECEB",
95"` c #CBCFC8",
96" . c #B6B8B2",
97".. c #B2B4AE",
98"+. c #D6D7D4",
99"@. c #5B5F59",
100"#. c #6A6B67",
101"$. c #ADB0AB",
102"%. c #696C67",
103"&. c #80827D",
104"*. c #8E918B",
105"=. c #E0E1DF",
106"-. c #C6C8C3",
107";. c #ADB0AA",
108">. c #B4B6B1",
109",. c #E2E3E1",
110"'. c #AFB0AE",
111"). c #5D5E5B",
112"!. c #6B6E69",
113"~. c #B2B4B0",
114"{. c #696B68",
115"]. c #81837E",
116"^. c #D1D2CF",
117"/. c #C4C6C2",
118"(. c #BEC0BB",
119"_. c #EEEEEE",
120":. c #B0B1AE",
121"<. c #5D5F5B",
122"[. c #6E706B",
123"}. c #B6B8B5",
124"|. c #6B6C68",
125"1. c #7F807A",
126"2. c #CECFCD",
127"3. c #D9D9D7",
128"4. c #DADBD9",
129"5. c #EBEBEB",
130"6. c #EFEFEF",
131"7. c #5C5E5B",
132"8. c #6F716E",
133"9. c #BBBDB9",
134"0. c #6A6D68",
135"a. c #7C7F7A",
136"b. c #D0D0CF",
137"c. c #ECECEC",
138"d. c #E7E7E7",
139"e. c #E4E5E4",
140"f. c #717270",
141"g. c #C0C1BE",
142"h. c #6B6D69",
143"i. c #D1D1D0",
144"j. c #E1E1E0",
145"k. c #979895",
146"l. c #797B77",
147"m. c #6C6D68",
148"n. c #7C7D79",
149"o. c #9A9B99",
150"p. c #7A7B78",
151"q. c #C9CBC7",
152"r. c #70726D",
153"s. c #747572",
154"t. c #61635F",
155"u. c #7B7D79",
156"v. c #CDCFCB",
157"w. c #70726E",
158"x. c #828380",
159"y. c #B7B7B6",
160"z. c #9C9D9A",
161"A. c #204B86",
162"B. c #244E89",
163"C. c #565D62",
164"D. c #787977",
165"E. c #D2D4D0",
166"F. c #898A88",
167"G. c #A5A6A3",
168"H. c #B4B5B2",
169"I. c #DFE0DD",
170"J. c #ACADAA",
171"K. c #214B87",
172"L. c #5A7EAE",
173"M. c #92ABC6",
174"N. c #828A8E",
175"O. c #D6D7D5",
176"P. c #6E6F6B",
177"Q. c #5E5F5C",
178"R. c #9D9E9C",
179"S. c #C5C6C4",
180"T. c #C1C3BF",
181"U. c #DBDCD9",
182"V. c #ABACA9",
183"W. c #6E706C",
184"X. c #355E94",
185"Y. c #97B4D4",
186"Z. c #4574AD",
187"`. c #507DB5",
188" + c #737C80",
189".+ c #4F585D",
190"++ c #6D6F6A",
191"@+ c #C3C4C2",
192"#+ c #BABCB7",
193"$+ c #D7D8D5",
194"%+ c #6D706B",
195"&+ c #2E5790",
196"*+ c #8DA7C5",
197"=+ c #4D7AB1",
198"-+ c #4A7AB3",
199";+ c #5783B6",
200">+ c #617CA1",
201",+ c #173663",
202"'+ c #C1C1BF",
203")+ c #D2D3D0",
204"!+ c #B6B9B4",
205"~+ c #D0D1CD",
206"{+ c #CDCECC",
207"]+ c #787976",
208"^+ c #204A87",
209"/+ c #4A6FA3",
210"(+ c #91ADCD",
211"_+ c #507CB3",
212":+ c #4B7BB4",
213"<+ c #5881B3",
214"[+ c #5978A2",
215"}+ c #2C4A78",
216"|+ c #173560",
217"1+ c #6F716C",
218"2+ c #BEC0BD",
219"3+ c #CED0CD",
220"4+ c #B0B2AC",
221"5+ c #ADB0A9",
222"6+ c #CECFCB",
223"7+ c #E3E4E2",
224"8+ c #BCBDBB",
225"9+ c #A2A5A0",
226"0+ c #90928F",
227"a+ c #727571",
228"b+ c #29508C",
229"c+ c #7294BE",
230"d+ c #89AAD1",
231"e+ c #4372AC",
232"f+ c #4D7CB5",
233"g+ c #5780B3",
234"h+ c #506B91",
235"i+ c #1C3B69",
236"j+ c #6B6D6A",
237"k+ c #C4C5C3",
238"l+ c #C3C6C1",
239"m+ c #B7B9B4",
240"n+ c #DFE1DD",
241"o+ c #F4F5F3",
242"p+ c #E5E6E4",
243"q+ c #E6E7E5",
244"r+ c #385F96",
245"s+ c #8EAED2",
246"t+ c #749BC7",
247"u+ c #3D6DA9",
248"v+ c #4D7DB5",
249"w+ c #527DB2",
250"x+ c #4D6B97",
251"y+ c #1A3867",
252"z+ c #DBDCDA",
253"A+ c #D9DBD6",
254"B+ c #F8F8F8",
255"C+ c #DEDFDC",
256"D+ c #E2E3E0",
257"E+ c #CFD1CC",
258"F+ c #E8E8E7",
259"G+ c #2A518C",
260"H+ c #87A7CC",
261"I+ c #648EBF",
262"J+ c #3A6AA7",
263"K+ c #4E7DB6",
264"L+ c #537FB5",
265"M+ c #466899",
266"N+ c #203F6C",
267"O+ c #818380",
268"P+ c #F8F8F7",
269"Q+ c #EBECEA",
270"R+ c #E6E8E4",
271"S+ c #E4E4E3",
272"T+ c #9B9D9A",
273"U+ c #7A7C77",
274"V+ c #DFDFDD",
275"W+ c #757873",
276"X+ c #224B89",
277"Y+ c #7093BE",
278"Z+ c #6B92C1",
279"`+ c #5684B9",
280" @ c #385D94",
281".@ c #294977",
282"+@ c #183462",
283"@@ c #7E7F7B",
284"#@ c #CCCCCA",
285"$@ c #797A77",
286"%@ c #FAFBFA",
287"&@ c #9C9D99",
288"*@ c #204987",
289"=@ c #577CAB",
290"-@ c #7095C3",
291";@ c #5481B6",
292">@ c #325A91",
293",@ c #305284",
294"'@ c #173462",
295")@ c #767874",
296"!@ c #F1F2F1",
297"~@ c #ECEDEC",
298"{@ c #6A6C68",
299"]@ c #C5C6C3",
300"^@ c #29528B",
301"/@ c #7596C1",
302"(@ c #3B6BA7",
303"_@ c #4E7AAF",
304":@ c #335A90",
305"<@ c #294C7D",
306"[@ c #183762",
307"}@ c #60625D",
308"|@ c #E1E2DF",
309"1@ c #8D8E8B",
310"2@ c #656663",
311"3@ c #244980",
312"4@ c #5779A2",
313"5@ c #4773AA",
314"6@ c #34588E",
315"7@ c #214271",
316"8@ c #16335E",
317"9@ c #81827E",
318"0@ c #5E605D",
319"a@ c #264779",
320"b@ c #496487",
321"c@ c #345585",
322"d@ c #1B3B68",
323"e@ c #132C51",
324"f@ c #7D7F7B",
325"g@ c #80837D",
326"h@ c #17345E",
327"i@ c #15335B",
328"j@ c #575855",
329"k@ c #5E605C",
330" ",
331" . + @ ",
332" # $ % & * ",
333" = - ; > , ' ) ! ~ { ",
334" ] ^ / ( _ : < [ } | 1 ) ",
335" 2 3 4 5 6 7 8 9 0 a b c ",
336" d % e f g h i j k l m n o p q ",
337" r s t u v w x y z A B C D E F G H ",
338" I J K L M N O P Q R { S T U V ",
339" W X Y Z v ` ...+.! @.#.$.%.) ",
340" &.*.=.-.;.>.,.'. ).!.~.{.m ",
341" ].^./.(.^._.:. <.[.}.|.< ",
342" 1.2.3.4.5.6.'. 7.8.9.0.). ",
343" a.b.c.d.e.c.].f.g.h.{ ",
344" a.i.c.j.k.l./.m.< ",
345" n.2.o.p.q.r.s.t. ",
346" n u.v.w.x.y.z. ",
347" A.B.C.D.E.8.F.G.H.I.J.w. ",
348" K.L.M.N.O.P.Q.R.S./.T.U.V.W. ",
349" X.Y.Z.`. +.+ ++@++.(.#+$+V.%+ ",
350" &+*+=+-+;+>+,+ 8.'+)+!+; ~+{+]+ ",
351" ^+/+(+_+:+<+[+}+|+ 1+2+3+4+5+6+7+8+9+0+a+ ",
352" b+c+d+e+f+g+h+i+ j+k+l+m+n+o+% v p+q+l. ",
353" r+s+t+u+v+w+x+y+ 1+z+A+B+v C+n+D+E+F+#. ",
354" G+H+I+J+K+L+M+N+ O+P+Q+R+S+T+U+V+v W+ ",
355" X+Y+Z+J+K+`+ @.@+@ @@P+q+#@F $@%@&@ ",
356" *@=@-@J+K+;@>@,@'@ )@!@~@{@ ]@5 ",
357" ^@/@(@K+_@:@<@[@ }@s |@1@ 2@{@ ",
358" 3@4@f+5@6@7@8@ 9@x s 0@ ",
359" a@b@c@d@e@ f@e.g@ ",
360" h@i@ j@k@ ",
361" "};
0362
=== added file 'debian/libgnome-control-center-dev.install'
--- debian/libgnome-control-center-dev.install 1970-01-01 00:00:00 +0000
+++ debian/libgnome-control-center-dev.install 2012-10-03 15:19:35 +0000
@@ -0,0 +1,3 @@
1debian/tmp/usr/lib/pkgconfig
2debian/tmp/usr/include/gnome-control-center-1
3debian/tmp/usr/lib/libgnome-control-center.so
04
=== added file 'debian/libgnome-control-center1.install'
--- debian/libgnome-control-center1.install 1970-01-01 00:00:00 +0000
+++ debian/libgnome-control-center1.install 2012-10-03 15:19:35 +0000
@@ -0,0 +1,1 @@
1usr/lib/libgnome-control-center.so.*
02
=== added file 'debian/libgnome-control-center1.symbols'
--- debian/libgnome-control-center1.symbols 1970-01-01 00:00:00 +0000
+++ debian/libgnome-control-center1.symbols 2012-10-03 15:19:35 +0000
@@ -0,0 +1,23 @@
1libgnome-control-center.so.1 libgnome-control-center1 #MINVER#
2* Build-Depends-Package: libgnome-control-center-dev
3 cc_editable_entry_get_editable@Base 1:3.1.3
4 cc_editable_entry_get_scale@Base 1:3.1.3
5 cc_editable_entry_get_selectable@Base 1:3.1.4
6 cc_editable_entry_get_text@Base 1:3.1.3
7 cc_editable_entry_get_type@Base 1:3.1.3
8 cc_editable_entry_get_weight@Base 1:3.1.3
9 cc_editable_entry_new@Base 1:3.1.3
10 cc_editable_entry_set_editable@Base 1:3.1.3
11 cc_editable_entry_set_scale@Base 1:3.1.3
12 cc_editable_entry_set_selectable@Base 1:3.1.4
13 cc_editable_entry_set_text@Base 1:3.1.3
14 cc_editable_entry_set_weight@Base 1:3.1.3
15 cc_panel_get_permission@Base 1:3.1.3
16 cc_panel_get_shell@Base 1:2.91.2
17 cc_panel_get_type@Base 1:2.91.2
18 cc_shell_embed_widget_in_header@Base 1:3.3.5
19 cc_shell_get_active_panel@Base 1:2.91.2
20 cc_shell_get_toplevel@Base 1:2.91.2
21 cc_shell_get_type@Base 1:2.91.2
22 cc_shell_set_active_panel@Base 1:2.91.2
23 cc_shell_set_active_panel_from_id@Base 1:2.91.2
024
=== added directory 'debian/patches'
=== added file 'debian/patches/00git_online_accounts_gtkgrid.patch'
--- debian/patches/00git_online_accounts_gtkgrid.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/00git_online_accounts_gtkgrid.patch 2012-10-03 15:19:35 +0000
@@ -0,0 +1,66 @@
1From 3ae795ea6ec09c8a1d49533510904dec9425f617 Mon Sep 17 00:00:00 2001
2From: Debarshi Ray <debarshir@gnome.org>
3Date: Sat, 14 Apr 2012 21:10:37 +0000
4Subject: online-accounts: goa_provider_show_account now expects GtkGrids, not GtkTable
5
6Fixes: https://bugzilla.gnome.org/669625
7---
8diff --git a/panels/online-accounts/cc-online-accounts-panel.c b/panels/online-accounts/cc-online-accounts-panel.c
9index 7891203..94d1bea 100644
10--- a/panels/online-accounts/cc-online-accounts-panel.c
11+++ b/panels/online-accounts/cc-online-accounts-panel.c
12@@ -323,8 +323,9 @@ show_page_account (GoaPanel *panel,
13 {
14 GList *children;
15 GList *l;
16- GtkWidget *alignment;
17- GtkWidget *table;
18+ GtkWidget *grid;
19+ GtkWidget *left_grid;
20+ GtkWidget *right_grid;
21 GtkWidget *bar;
22 GtkWidget *label;
23 GoaProvider *provider;
24@@ -357,9 +358,16 @@ show_page_account (GoaPanel *panel,
25 g_signal_connect (bar, "response", G_CALLBACK (on_info_bar_response), panel);
26 }
27
28- table = gtk_table_new (3, 2, FALSE);
29- gtk_table_set_row_spacings (GTK_TABLE (table), 0);
30- gtk_table_set_col_spacings (GTK_TABLE (table), 12);
31+ left_grid = gtk_grid_new ();
32+ gtk_widget_set_halign (left_grid, GTK_ALIGN_END);
33+ gtk_widget_set_hexpand (left_grid, TRUE);
34+ gtk_orientable_set_orientation (GTK_ORIENTABLE (left_grid), GTK_ORIENTATION_VERTICAL);
35+ gtk_grid_set_row_spacing (GTK_GRID (left_grid), 0);
36+
37+ right_grid = gtk_grid_new ();
38+ gtk_widget_set_hexpand (right_grid, TRUE);
39+ gtk_orientable_set_orientation (GTK_ORIENTABLE (right_grid), GTK_ORIENTATION_VERTICAL);
40+ gtk_grid_set_row_spacing (GTK_GRID (right_grid), 0);
41
42 if (provider != NULL)
43 {
44@@ -367,12 +375,16 @@ show_page_account (GoaPanel *panel,
45 panel->client,
46 object,
47 GTK_BOX (panel->accounts_vbox),
48- GTK_TABLE (table));
49+ GTK_GRID (left_grid),
50+ GTK_GRID (right_grid));
51 }
52
53- alignment = gtk_alignment_new (0.5, 0.0, 0.0, 0.0);
54- gtk_container_add (GTK_CONTAINER (alignment), table);
55- gtk_box_pack_start (GTK_BOX (panel->accounts_vbox), alignment, FALSE, TRUE, 0);
56+ grid = gtk_grid_new ();
57+ gtk_orientable_set_orientation (GTK_ORIENTABLE (grid), GTK_ORIENTATION_HORIZONTAL);
58+ gtk_grid_set_column_spacing (GTK_GRID (grid), 12);
59+ gtk_container_add (GTK_CONTAINER (grid), left_grid);
60+ gtk_container_add (GTK_CONTAINER (grid), right_grid);
61+ gtk_box_pack_start (GTK_BOX (panel->accounts_vbox), grid, FALSE, TRUE, 0);
62
63 gtk_widget_show_all (panel->accounts_vbox);
64
65--
66cgit v0.9.0.2
067
=== added file 'debian/patches/00git_online_accounts_layout.part'
--- debian/patches/00git_online_accounts_layout.part 1970-01-01 00:00:00 +0000
+++ debian/patches/00git_online_accounts_layout.part 2012-10-03 15:19:35 +0000
@@ -0,0 +1,46 @@
1From d6092763436100b22dcba7dbd9d90b8f4680b405 Mon Sep 17 00:00:00 2001
2From: Debarshi Ray <debarshir@gnome.org>
3Date: Mon, 12 Mar 2012 19:28:11 +0000
4Subject: online-accounts: Fix spacing and alignment when showing accounts
5
6Implemented design:
7http://ur1.ca/8m05c
8https://live.gnome.org/Design/SystemSettings/OnlineAccounts
9
10Fixes: https://bugzilla.gnome.org/671980
11---
12diff --git a/panels/online-accounts/cc-online-accounts-panel.c b/panels/online-accounts/cc-online-accounts-panel.c
13index 7539880..7891203 100644
14--- a/panels/online-accounts/cc-online-accounts-panel.c
15+++ b/panels/online-accounts/cc-online-accounts-panel.c
16@@ -323,6 +323,7 @@ show_page_account (GoaPanel *panel,
17 {
18 GList *children;
19 GList *l;
20+ GtkWidget *alignment;
21 GtkWidget *table;
22 GtkWidget *bar;
23 GtkWidget *label;
24@@ -358,8 +359,7 @@ show_page_account (GoaPanel *panel,
25
26 table = gtk_table_new (3, 2, FALSE);
27 gtk_table_set_row_spacings (GTK_TABLE (table), 0);
28- gtk_table_set_col_spacings (GTK_TABLE (table), 4);
29- gtk_box_pack_start (GTK_BOX (panel->accounts_vbox), table, FALSE, TRUE, 0);
30+ gtk_table_set_col_spacings (GTK_TABLE (table), 12);
31
32 if (provider != NULL)
33 {
34@@ -370,6 +370,10 @@ show_page_account (GoaPanel *panel,
35 GTK_TABLE (table));
36 }
37
38+ alignment = gtk_alignment_new (0.5, 0.0, 0.0, 0.0);
39+ gtk_container_add (GTK_CONTAINER (alignment), table);
40+ gtk_box_pack_start (GTK_BOX (panel->accounts_vbox), alignment, FALSE, TRUE, 0);
41+
42 gtk_widget_show_all (panel->accounts_vbox);
43
44 if (provider != NULL)
45--
46cgit v0.9.0.2
047
=== added file 'debian/patches/02_no_assert_on_null_streams.patch'
--- debian/patches/02_no_assert_on_null_streams.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/02_no_assert_on_null_streams.patch 2012-10-03 15:19:35 +0000
@@ -0,0 +1,17 @@
1Author: Rodrigo Moya <rodrigo.moya@canonical.com>
2Description: Temporary patch to not assert on NULL streams (LP: #741155)
3
4Index: gnome-control-center-3.3.91/panels/sound/gvc-speaker-test.c
5===================================================================
6--- gnome-control-center-3.3.91.orig/panels/sound/gvc-speaker-test.c 2012-03-05 15:04:55.000000000 +0100
7+++ gnome-control-center-3.3.91/panels/sound/gvc-speaker-test.c 2012-03-06 17:52:14.175082968 +0100
8@@ -393,7 +393,8 @@
9 }
10 g_slist_free (sinks);
11
12- g_assert (stream);
13+ if (stream == NULL)
14+ return NULL;
15
16 g_debug ("Found stream '%s' for card '%s'",
17 gvc_mixer_stream_get_name (stream),
018
=== added file 'debian/patches/04_new_appearance_settings.patch'
--- debian/patches/04_new_appearance_settings.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/04_new_appearance_settings.patch 2012-10-03 15:19:35 +0000
@@ -0,0 +1,1850 @@
1Index: gnome-control-center-3.4.2/panels/background/background.ui
2===================================================================
3--- gnome-control-center-3.4.2.orig/panels/background/background.ui 2012-03-05 15:04:55.000000000 +0100
4+++ gnome-control-center-3.4.2/panels/background/background.ui 2012-10-02 18:44:29.464859121 +0200
5@@ -1,7 +1,6 @@
6-<?xml version="1.0"?>
7+<?xml version="1.0" encoding="UTF-8"?>
8 <interface>
9 <requires lib="gtk+" version="2.16"/>
10- <!-- interface-naming-policy project-wide -->
11 <object class="GtkListStore" id="sources-liststore">
12 <columns>
13 <!-- column-name source-name -->
14@@ -12,321 +11,921 @@
15 <column type="gpointer"/>
16 </columns>
17 </object>
18- <object class="GtkHBox" id="background-panel">
19- <property name="visible">True</property>
20- <property name="border_width">10</property>
21- <property name="spacing">12</property>
22+ <object class="GtkListStore" id="style-liststore">
23+ <columns>
24+ <!-- column-name name -->
25+ <column type="gchararray"/>
26+ <!-- column-name value -->
27+ <column type="gint"/>
28+ </columns>
29+ <data>
30+ <row>
31+ <col id="0" translatable="yes">Tile</col>
32+ <col id="1">1</col>
33+ </row>
34+ <row>
35+ <col id="0" translatable="yes">Zoom</col>
36+ <col id="1">5</col>
37+ </row>
38+ <row>
39+ <col id="0" translatable="yes">Center</col>
40+ <col id="1">2</col>
41+ </row>
42+ <row>
43+ <col id="0" translatable="yes">Scale</col>
44+ <col id="1">3</col>
45+ </row>
46+ <row>
47+ <col id="0" translatable="yes">Fill</col>
48+ <col id="1">4</col>
49+ </row>
50+ <row>
51+ <col id="0" translatable="yes">Span</col>
52+ <col id="1">6</col>
53+ </row>
54+ </data>
55+ </object>
56+ <object class="GtkListStore" id="theme-list-store">
57+ <columns>
58+ <!-- column-name THEME_ID -->
59+ <column type="gchararray"/>
60+ <!-- column-name THEME_NAME -->
61+ <column type="gchararray"/>
62+ </columns>
63+ </object>
64+ <object class="GtkWindow" id="window1">
65+ <property name="can_focus">False</property>
66 <child>
67- <object class="GtkVBox" id="vbox2">
68+ <object class="GtkNotebook" id="main-notebook">
69 <property name="visible">True</property>
70- <property name="orientation">vertical</property>
71- <property name="spacing">0</property>
72- <child>
73- <object class="GtkComboBox" id="sources-combobox">
74- <property name="visible">True</property>
75- <property name="model">sources-liststore</property>
76- <child>
77- <object class="GtkCellRendererText" id="cellrenderertext2"/>
78- <attributes>
79- <attribute name="text">0</attribute>
80- </attributes>
81- </child>
82- </object>
83- <packing>
84- <property name="expand">False</property>
85- <property name="position">0</property>
86- <property name="padding">6</property>
87- </packing>
88- </child>
89+ <property name="can_focus">True</property>
90+ <property name="border_width">12</property>
91 <child>
92- <object class="GtkScrolledWindow" id="scrolledwindow1">
93- <property name="width_request">220</property>
94- <property name="height_request">380</property>
95+ <object class="GtkBox" id="background-panel">
96 <property name="visible">True</property>
97- <property name="can_focus">True</property>
98- <property name="hscrollbar_policy">automatic</property>
99- <property name="vscrollbar_policy">automatic</property>
100- <property name="shadow_type">in</property>
101+ <property name="can_focus">False</property>
102+ <property name="margin_top">3</property>
103+ <property name="margin_bottom">3</property>
104+ <property name="orientation">vertical</property>
105+ <property name="spacing">3</property>
106 <child>
107- <object class="GtkIconView" id="backgrounds-iconview">
108+ <object class="GtkHBox" id="background-container">
109 <property name="visible">True</property>
110- <property name="can_focus">True</property>
111- <property name="row_spacing">0</property>
112- <property name="column_spacing">0</property>
113- <property name="margin">0</property>
114+ <property name="can_focus">False</property>
115+ <property name="margin_right">4</property>
116+ <property name="border_width">10</property>
117+ <property name="spacing">12</property>
118 <child>
119- <object class="GtkCellRendererPixbuf" id="pixbuf-renderer">
120- <property name="stock_size">6</property>
121+ <object class="GtkVBox" id="vbox3">
122+ <property name="visible">True</property>
123+ <property name="can_focus">False</property>
124+ <child>
125+ <object class="GtkLabel" id="label1">
126+ <property name="visible">True</property>
127+ <property name="can_focus">False</property>
128+ <property name="xalign">0</property>
129+ <property name="label" translatable="yes">&lt;b&gt;Background&lt;/b&gt;</property>
130+ <property name="use_markup">True</property>
131+ </object>
132+ <packing>
133+ <property name="expand">False</property>
134+ <property name="fill">True</property>
135+ <property name="position">0</property>
136+ </packing>
137+ </child>
138+ <child>
139+ <object class="GtkDrawingArea" id="preview-area">
140+ <property name="visible">True</property>
141+ <property name="can_focus">False</property>
142+ </object>
143+ <packing>
144+ <property name="expand">True</property>
145+ <property name="fill">True</property>
146+ <property name="position">1</property>
147+ </packing>
148+ </child>
149+ <child>
150+ <object class="GtkHBox" id="heading-hbox">
151+ <property name="visible">True</property>
152+ <property name="can_focus">False</property>
153+ <property name="halign">center</property>
154+ <property name="valign">end</property>
155+ <property name="spacing">4</property>
156+ <child>
157+ <object class="GtkLabel" id="background-label">
158+ <property name="visible">True</property>
159+ <property name="can_focus">False</property>
160+ <property name="halign">center</property>
161+ <property name="label">Current background</property>
162+ <attributes>
163+ <attribute name="style" value="italic"/>
164+ </attributes>
165+ </object>
166+ <packing>
167+ <property name="expand">False</property>
168+ <property name="fill">True</property>
169+ <property name="position">0</property>
170+ </packing>
171+ </child>
172+ <child>
173+ <object class="GtkLabel" id="size_label">
174+ <property name="width_request">15</property>
175+ <property name="visible">True</property>
176+ <property name="can_focus">False</property>
177+ <property name="label">(2560 x 2560)</property>
178+ <attributes>
179+ <attribute name="style" value="italic"/>
180+ </attributes>
181+ </object>
182+ <packing>
183+ <property name="expand">False</property>
184+ <property name="fill">True</property>
185+ <property name="position">1</property>
186+ </packing>
187+ </child>
188+ </object>
189+ <packing>
190+ <property name="expand">False</property>
191+ <property name="fill">True</property>
192+ <property name="padding">6</property>
193+ <property name="position">2</property>
194+ </packing>
195+ </child>
196+ <child>
197+ <object class="GtkHBox" id="bottom-hbox">
198+ <property name="visible">True</property>
199+ <property name="can_focus">False</property>
200+ <property name="spacing">12</property>
201+ <child>
202+ <object class="GtkHBox" id="hbox2">
203+ <property name="visible">True</property>
204+ <property name="can_focus">False</property>
205+ <property name="spacing">2</property>
206+ <child>
207+ <object class="GtkImage" id="slide_image">
208+ <property name="visible">True</property>
209+ <property name="can_focus">False</property>
210+ <property name="icon_name">slideshow-symbolic</property>
211+ </object>
212+ <packing>
213+ <property name="expand">False</property>
214+ <property name="fill">True</property>
215+ <property name="position">0</property>
216+ </packing>
217+ </child>
218+ <child>
219+ <object class="GtkLabel" id="slide-label">
220+ <property name="visible">True</property>
221+ <property name="can_focus">False</property>
222+ <property name="xalign">0</property>
223+ <property name="label" translatable="yes" comments="This refers to a slideshow background">Changes throughout the day</property>
224+ </object>
225+ <packing>
226+ <property name="expand">False</property>
227+ <property name="fill">True</property>
228+ <property name="position">1</property>
229+ </packing>
230+ </child>
231+ <child>
232+ <object class="GtkLabel" id="strut">
233+ <property name="visible">True</property>
234+ <property name="can_focus">False</property>
235+ <property name="label"> </property>
236+ </object>
237+ <packing>
238+ <property name="expand">False</property>
239+ <property name="fill">True</property>
240+ <property name="position">1</property>
241+ </packing>
242+ </child>
243+ </object>
244+ <packing>
245+ <property name="expand">True</property>
246+ <property name="fill">True</property>
247+ <property name="position">0</property>
248+ </packing>
249+ </child>
250+ <child>
251+ <object class="GtkHBox" id="edit-hbox">
252+ <property name="visible">True</property>
253+ <property name="can_focus">False</property>
254+ <property name="spacing">6</property>
255+ <child>
256+ <object class="GtkColorButton" id="style-pcolor">
257+ <property name="use_action_appearance">False</property>
258+ <property name="visible">True</property>
259+ <property name="can_focus">True</property>
260+ <property name="receives_default">True</property>
261+ <property name="use_action_appearance">False</property>
262+ <property name="color">#000000000000</property>
263+ <child internal-child="accessible">
264+ <object class="AtkObject" id="style-pcolor-a11y">
265+ <property name="accessible-name" translatable="yes">Primary Color</property>
266+ </object>
267+ </child>
268+ </object>
269+ <packing>
270+ <property name="expand">False</property>
271+ <property name="fill">False</property>
272+ <property name="position">0</property>
273+ </packing>
274+ </child>
275+ <child>
276+ <object class="GtkButton" id="swap-color-button">
277+ <property name="use_action_appearance">False</property>
278+ <property name="visible">True</property>
279+ <property name="can_focus">True</property>
280+ <property name="receives_default">True</property>
281+ <property name="use_action_appearance">False</property>
282+ <child internal-child="accessible">
283+ <object class="AtkObject" id="swap-color-a11y">
284+ <property name="accessible-name" translatable="yes">Swap colors</property>
285+ </object>
286+ </child>
287+ <child>
288+ <object class="GtkImage" id="image1">
289+ <property name="visible">True</property>
290+ <property name="can_focus">False</property>
291+ <property name="icon_name">object-flip-horizontal-symbolic</property>
292+ </object>
293+ </child>
294+ </object>
295+ <packing>
296+ <property name="expand">False</property>
297+ <property name="fill">False</property>
298+ <property name="position">1</property>
299+ </packing>
300+ </child>
301+ <child>
302+ <object class="GtkColorButton" id="style-scolor">
303+ <property name="use_action_appearance">False</property>
304+ <property name="visible">True</property>
305+ <property name="can_focus">True</property>
306+ <property name="receives_default">True</property>
307+ <property name="use_action_appearance">False</property>
308+ <property name="color">#000000000000</property>
309+ <child internal-child="accessible">
310+ <object class="AtkObject" id="style-scolor-a11y">
311+ <property name="accessible-name" translatable="yes">Secondary color</property>
312+ </object>
313+ </child>
314+ </object>
315+ <packing>
316+ <property name="expand">False</property>
317+ <property name="fill">False</property>
318+ <property name="position">2</property>
319+ </packing>
320+ </child>
321+ <child>
322+ <object class="GtkComboBox" id="style-combobox">
323+ <property name="visible">True</property>
324+ <property name="can_focus">False</property>
325+ <property name="model">style-liststore</property>
326+ <property name="active">0</property>
327+ <child>
328+ <object class="GtkCellRendererText" id="cellrenderertext1"/>
329+ <attributes>
330+ <attribute name="text">0</attribute>
331+ </attributes>
332+ </child>
333+ </object>
334+ <packing>
335+ <property name="expand">False</property>
336+ <property name="fill">False</property>
337+ <property name="pack_type">end</property>
338+ <property name="position">3</property>
339+ </packing>
340+ </child>
341+ </object>
342+ <packing>
343+ <property name="expand">False</property>
344+ <property name="fill">False</property>
345+ <property name="pack_type">end</property>
346+ <property name="position">1</property>
347+ </packing>
348+ </child>
349+ </object>
350+ <packing>
351+ <property name="expand">False</property>
352+ <property name="fill">True</property>
353+ <property name="position">3</property>
354+ </packing>
355+ </child>
356 </object>
357- <attributes>
358- <attribute name="gicon">0</attribute>
359- </attributes>
360+ <packing>
361+ <property name="expand">True</property>
362+ <property name="fill">True</property>
363+ <property name="position">0</property>
364+ </packing>
365 </child>
366 <child>
367- <!-- this cell renderer is here just to have
368- the text spoken in orca -->
369- <object class="GtkCellRendererText" id="text-renderer">
370- <property name="visible">False</property>
371+ <object class="GtkVBox" id="vbox2">
372+ <property name="visible">True</property>
373+ <property name="can_focus">False</property>
374+ <child>
375+ <object class="GtkComboBox" id="sources-combobox">
376+ <property name="visible">True</property>
377+ <property name="can_focus">False</property>
378+ <property name="model">sources-liststore</property>
379+ <child>
380+ <object class="GtkCellRendererText" id="cellrenderertext2"/>
381+ <attributes>
382+ <attribute name="text">0</attribute>
383+ </attributes>
384+ </child>
385+ </object>
386+ <packing>
387+ <property name="expand">False</property>
388+ <property name="fill">True</property>
389+ <property name="position">0</property>
390+ </packing>
391+ </child>
392+ <child>
393+ <object class="GtkScrolledWindow" id="scrolledwindow1">
394+ <property name="width_request">262</property>
395+ <property name="height_request">260</property>
396+ <property name="visible">True</property>
397+ <property name="can_focus">True</property>
398+ <property name="shadow_type">in</property>
399+ <child>
400+ <object class="GtkIconView" id="backgrounds-iconview">
401+ <property name="visible">True</property>
402+ <property name="can_focus">True</property>
403+ <property name="row_spacing">0</property>
404+ <property name="column_spacing">0</property>
405+ <child>
406+ <object class="GtkCellRendererPixbuf" id="pixbuf-renderer">
407+ <property name="stock_size">6</property>
408+ </object>
409+ <attributes>
410+ <attribute name="gicon">0</attribute>
411+ </attributes>
412+ </child>
413+ <child>
414+ <object class="GtkCellRendererText" id="text-renderer">
415+ <property name="visible">False</property>
416+ </object>
417+ <attributes>
418+ <attribute name="text">2</attribute>
419+ </attributes>
420+ </child>
421+ </object>
422+ </child>
423+ </object>
424+ <packing>
425+ <property name="expand">True</property>
426+ <property name="fill">True</property>
427+ <property name="position">1</property>
428+ </packing>
429+ </child>
430+ <child>
431+ <object class="GtkToolbar" id="toolbar1">
432+ <property name="visible">True</property>
433+ <property name="can_focus">False</property>
434+ <property name="icon_size">1</property>
435+ <property name="toolbar-style">icons</property>
436+ <style>
437+ <class name="inline-toolbar"/>
438+ </style>
439+ <child>
440+ <object class="GtkToolButton" id="add_button">
441+ <property name="use_action_appearance">False</property>
442+ <property name="visible">True</property>
443+ <property name="can_focus">False</property>
444+ <property name="use_action_appearance">False</property>
445+ <property name="label" translatable="yes">Add wallpaper</property>
446+ <property name="use_underline">True</property>
447+ <property name="icon_name">list-add-symbolic</property>
448+ </object>
449+ <packing>
450+ <property name="expand">False</property>
451+ <property name="homogeneous">True</property>
452+ </packing>
453+ </child>
454+ <child>
455+ <object class="GtkToolButton" id="remove_button">
456+ <property name="use_action_appearance">False</property>
457+ <property name="visible">True</property>
458+ <property name="sensitive">False</property>
459+ <property name="can_focus">False</property>
460+ <property name="use_action_appearance">False</property>
461+ <property name="label" translatable="yes">Remove wallpaper</property>
462+ <property name="use_underline">True</property>
463+ <property name="icon_name">list-remove-symbolic</property>
464+ </object>
465+ <packing>
466+ <property name="expand">False</property>
467+ <property name="homogeneous">True</property>
468+ </packing>
469+ </child>
470+ </object>
471+ <packing>
472+ <property name="expand">False</property>
473+ <property name="fill">True</property>
474+ <property name="position">2</property>
475+ </packing>
476+ </child>
477+ <child>
478+ <object class="GtkCheckButton" id="add_wallpaper_dots">
479+ <property name="label" translatable="yes">Add dots</property>
480+ <property name="use_action_appearance">False</property>
481+ <property name="no_show_all">True</property>
482+ <property name="can_focus">True</property>
483+ <property name="receives_default">False</property>
484+ <property name="use_action_appearance">False</property>
485+ <property name="xalign">0</property>
486+ <property name="draw_indicator">True</property>
487+ </object>
488+ <packing>
489+ <property name="expand">True</property>
490+ <property name="fill">True</property>
491+ <property name="position">3</property>
492+ </packing>
493+ </child>
494 </object>
495- <attributes>
496- <attribute name="text">2</attribute>
497- </attributes>
498+ <packing>
499+ <property name="expand">False</property>
500+ <property name="fill">True</property>
501+ <property name="position">1</property>
502+ </packing>
503 </child>
504 </object>
505- </child>
506- </object>
507- <packing>
508- <property name="expand">True</property>
509- <property name="fill">True</property>
510- <property name="position">1</property>
511- </packing>
512- </child>
513- <child>
514- <object class="GtkToolbar" id="toolbar1">
515- <property name="visible">True</property>
516- <property name="can_focus">False</property>
517- <property name="icon_size">1</property>
518- <property name="toolbar-style">icons</property>
519- <style>
520- <class name="inline-toolbar"/>
521- </style>
522- <child>
523- <object class="GtkToolButton" id="add_button">
524- <property name="visible">True</property>
525- <property name="label" translatable="yes">Add wallpaper</property>
526- <property name="use_action_appearance">False</property>
527- <property name="use_underline">True</property>
528- <property name="icon_name">list-add-symbolic</property>
529- </object>
530 <packing>
531 <property name="expand">False</property>
532- <property name="homogeneous">True</property>
533+ <property name="fill">True</property>
534+ <property name="position">0</property>
535 </packing>
536 </child>
537 <child>
538- <object class="GtkToolButton" id="remove_button">
539+ <object class="GtkSeparator" id="separator1">
540 <property name="visible">True</property>
541- <property name="label" translatable="yes">Remove wallpaper</property>
542- <property name="use_action_appearance">False</property>
543- <property name="use_underline">True</property>
544- <property name="icon_name">list-remove-symbolic</property>
545- <property name="sensitive">False</property>
546+ <property name="can_focus">False</property>
547+ <property name="margin_left">5</property>
548+ <property name="margin_right">13</property>
549 </object>
550 <packing>
551 <property name="expand">False</property>
552- <property name="homogeneous">True</property>
553+ <property name="fill">True</property>
554+ <property name="position">1</property>
555 </packing>
556 </child>
557- </object>
558- <packing>
559- <property name="expand">False</property>
560- <property name="fill">True</property>
561- <property name="position">2</property>
562- </packing>
563- </child>
564- </object>
565- <packing>
566- <property name="expand">False</property>
567- <property name="fill">True</property>
568- <property name="position">0</property>
569- </packing>
570- </child>
571- <child>
572- <object class="GtkVBox" id="vbox3">
573- <property name="visible">True</property>
574- <property name="can_focus">False</property>
575- <property name="spacing">6</property>
576- <child>
577- <object class="GtkHBox" id="heading-hbox">
578- <property name="visible">True</property>
579- <property name="can_focus">False</property>
580- <property name="spacing">24</property>
581 <child>
582- <object class="GtkLabel" id="background-label">
583+ <object class="GtkBox" id="theme-box">
584 <property name="visible">True</property>
585 <property name="can_focus">False</property>
586- <property name="xalign">0</property>
587- <property name="label">Current background</property>
588- <attributes>
589- <attribute name="weight" value="bold"/>
590- </attributes>
591+ <property name="margin_bottom">8</property>
592+ <property name="spacing">12</property>
593+ <child>
594+ <object class="GtkLabel" id="theme-label">
595+ <property name="visible">True</property>
596+ <property name="can_focus">False</property>
597+ <property name="xalign">0</property>
598+ <property name="xpad">6</property>
599+ <property name="label" translatable="yes">&lt;b&gt;Theme&lt;/b&gt;</property>
600+ <property name="use_markup">True</property>
601+ </object>
602+ <packing>
603+ <property name="expand">False</property>
604+ <property name="fill">True</property>
605+ <property name="padding">6</property>
606+ <property name="position">0</property>
607+ </packing>
608+ </child>
609+ <child>
610+ <object class="GtkComboBox" id="theme-selector">
611+ <property name="width_request">268</property>
612+ <property name="visible">True</property>
613+ <property name="can_focus">False</property>
614+ <property name="margin_right">1</property>
615+ <property name="model">theme-list-store</property>
616+ <property name="id_column">0</property>
617+ <child>
618+ <object class="GtkCellRendererText" id="theme-name-renderer"/>
619+ <attributes>
620+ <attribute name="markup">1</attribute>
621+ </attributes>
622+ </child>
623+ </object>
624+ <packing>
625+ <property name="expand">False</property>
626+ <property name="fill">True</property>
627+ <property name="padding">9</property>
628+ <property name="pack_type">end</property>
629+ <property name="position">1</property>
630+ </packing>
631+ </child>
632 </object>
633 <packing>
634 <property name="expand">False</property>
635- <property name="position">0</property>
636+ <property name="fill">True</property>
637+ <property name="position">2</property>
638 </packing>
639 </child>
640 <child>
641- <object class="GtkLabel" id="size_label">
642+ <object class="GtkSeparator" id="unity-separator1">
643 <property name="visible">True</property>
644- <property name="xalign">1</property>
645- <property name="label">1280x700px</property>
646+ <property name="can_focus">False</property>
647+ <property name="margin_left">5</property>
648+ <property name="margin_right">13</property>
649 </object>
650 <packing>
651- <property name="position">1</property>
652+ <property name="expand">False</property>
653+ <property name="fill">True</property>
654+ <property name="position">3</property>
655 </packing>
656 </child>
657- </object>
658- <packing>
659- <property name="expand">False</property>
660- <property name="position">0</property>
661- </packing>
662- </child>
663- <child>
664- <object class="GtkDrawingArea" id="preview-area">
665- <property name="visible">True</property>
666- </object>
667- <packing>
668- <property name="position">1</property>
669- </packing>
670- </child>
671- <child>
672- <object class="GtkHBox" id="bottom-hbox">
673- <property name="visible">True</property>
674- <property name="spacing">12</property>
675 <child>
676- <object class="GtkHBox" id="hbox2">
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: