From 5636657915a19fb7eb861ef3a44a0df4d35e6965 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Thu, 5 Feb 2015 18:44:41 +0000 Subject: [PATCH 1/1] Import gnome-control-center_3.14.2-3.debian.tar.xz [dgit import tarball gnome-control-center 1:3.14.2-3 gnome-control-center_3.14.2-3.debian.tar.xz] --- changelog | 2597 ++++++++++++++++++++++ compat | 1 + control | 144 ++ control.in | 140 ++ copyright | 26 + gnome-control-center-data.install | 7 + gnome-control-center-data.maintscript | 2 + gnome-control-center-data.postinst | 8 + gnome-control-center-dev.install | 1 + gnome-control-center.install | 8 + gnome-control-center.menu | 4 + gnome-control-center.pkla | 4 + gnome-control-center.postinst | 7 + gnome-control-center.postrm | 12 + gnome-control-center.xpm | 361 +++ patches/01_menu_category.patch | 13 + patches/06_handle_passwd_with_ldap.patch | 19 + patches/07_polkit_wheel_sudo_group.patch | 16 + patches/30_stack_overflow.patch | 30 + patches/31_printers_border.patch | 25 + patches/series | 5 + rules | 19 + source/format | 1 + watch | 2 + 24 files changed, 3452 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 control.in create mode 100644 copyright create mode 100644 gnome-control-center-data.install create mode 100644 gnome-control-center-data.maintscript create mode 100644 gnome-control-center-data.postinst create mode 100644 gnome-control-center-dev.install create mode 100644 gnome-control-center.install create mode 100644 gnome-control-center.menu create mode 100644 gnome-control-center.pkla create mode 100644 gnome-control-center.postinst create mode 100644 gnome-control-center.postrm create mode 100644 gnome-control-center.xpm create mode 100644 patches/01_menu_category.patch create mode 100644 patches/06_handle_passwd_with_ldap.patch create mode 100644 patches/07_polkit_wheel_sudo_group.patch create mode 100644 patches/30_stack_overflow.patch create mode 100644 patches/31_printers_border.patch create mode 100644 patches/series create mode 100755 rules create mode 100644 source/format create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..2674986 --- /dev/null +++ b/changelog @@ -0,0 +1,2597 @@ +gnome-control-center (1:3.14.2-3) unstable; urgency=medium + + * Re-add system-config-printer recommendation. (Closes: #774257) + - it's still needed to be able to add new printers. + + -- Andreas Henriksson Thu, 05 Feb 2015 19:44:41 +0100 + +gnome-control-center (1:3.14.2-2) unstable; urgency=medium + + * Remove system-config-printer recommendation. + + -- Josselin Mouette Sun, 30 Nov 2014 14:38:52 +0100 + +gnome-control-center (1:3.14.2-1) unstable; urgency=medium + + * New upstream translation and bugfix release. + + Disables SSLv3 because POODLE. + * 30_stack_overflow.patch: patch from upstream git. Prevents stack + overflow in sharing panel. + * 31_printers_border.patch: patch from upstream git. Removes unwanted + border around printer model name. + + -- Josselin Mouette Sun, 30 Nov 2014 11:08:12 +0100 + +gnome-control-center (1:3.14.1-1) unstable; urgency=medium + + * New upstream release. + * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes) + + -- Laurent Bigonville Sat, 18 Oct 2014 01:35:32 +0200 + +gnome-control-center (1:3.14.0-1) unstable; urgency=medium + + * Bump gnome-settings-daemon dependency + - 'org.gnome.settings-daemon.plugins.media-keys' key 'control-center' + added during 3.13 and needed by gnome-control-center keyboard panel. + * Drop Recommends on ntp since we now rely on systemd-timesyncd for + automatic time (and AIUI ntp integration in gnome never really worked + anyway because of the default configuration the debian package shipped). + * New upstream release. + * Upload to unstable. + + -- Andreas Henriksson Mon, 22 Sep 2014 19:49:03 +0200 + +gnome-control-center (1:3.13.91-1) experimental; urgency=medium + + [ Jordi Mallach ] + * Add cracklib-runtime to Recommends, it's needed for password changing. + + [ Andreas Henriksson ] + * New upstream development release. + * Update build-dependencies according to configure.ac changes: + - Bump gsettings-desktop-schemas-dev to (>= 3.13.91) + - Drop libgnome-menu-3-dev + - Bump libgtk-3-dev to (>= 3.13.0) + * Update dependencies: + - Drop gnome-menus + - Bump gsettings-desktop-schemas to (>= 3.13.91) + + [ Laurent Bigonville ] + * Add debian/patches/07_polkit_wheel_sudo_group.patch: The "wheel" group is + not existing on debian, check if the user is member of the "sudo" group + instead (Closes: #760722) + + [ Andreas Henriksson ] + * Update debian/gnome-control-center.pkla with what is currently listed + in upstreams panels/common/gnome-control-center.rules since we don't yet + have/depend-on policykit-1 >= 0.106 which means the rules file is still + unused. This fixes automatic time/timezone, etc. + + -- Andreas Henriksson Sun, 07 Sep 2014 11:34:18 +0200 + +gnome-control-center (1:3.12.1-4) unstable; urgency=medium + + [ Laurent Bigonville ] + * debian/control.in: Recommends realmd package + + [ Emilio Pozuelo Monfort ] + * debian/control.in: + + Drop duplicate libgnome-bluetooth-dev build dependency. + + [ Andreas Henriksson ] + * Bump dependency on gsettings-desktop-schemas to >= 3.9.91 + - build-dependency already set to this version. + - needed for newly added datetime schema + (Closes: #752569) + * Upload to unstable. + + -- Andreas Henriksson Mon, 14 Jul 2014 23:49:42 +0200 + +gnome-control-center (1:3.12.1-3) experimental; urgency=medium + + * debian/control.in: + Add recommends to libnss-myhostname (Closes: #705319) + + -- Sjoerd Simons Sun, 27 Apr 2014 18:20:29 +0200 + +gnome-control-center (1:3.12.1-2) experimental; urgency=medium + + [ Josselin Mouette ] + * Remove Suggests on screensavers. + + -- Sjoerd Simons Sun, 27 Apr 2014 10:14:45 +0200 + +gnome-control-center (1:3.12.1-1) experimental; urgency=medium + + [ Laurent Bigonville] + * New upstream release. + - Add libkrb5-dev to the build-dependencies + - Re-add libgnome-bluetooth-dev build-dependency + * debian/control.in: Bump Standards-Version to 3.9.5 (no further changes) + + [ Sjoerd Simons ] + * Re-add gnome-bluetooth support + + -- Sjoerd Simons Sat, 26 Apr 2014 18:41:34 +0200 + +gnome-control-center (1:3.12.0-1) experimental; urgency=medium + + * New upstream release. + + -- Andreas Henriksson Mon, 24 Mar 2014 19:58:34 +0100 + +gnome-control-center (1:3.11.91-1) experimental; urgency=medium + + [ Jordi Mallach ] + * Bumb Build-Depends for libgnome-bluetooth-dev to >= 3.9.3. + + [ Andreas Henriksson ] + * New upstream release. + * Update build-dependencies according to configure.ac changes: + - Bump libgnome-desktop-3-dev to >= 3.11.3 + - Bump libgtk-3-dev to >= 3.11.1 + - Bump libupower-glib-dev to >= 0.99.0 + - Add libgrilo-0.2-dev (>= 0.2.6) + - Drop libsocialweb-client-dev + * Drop debian/patches/background-Fix-compilation-with-libsocialweb.patch + - socialweb integration dropped upstream. + * debian/rules: remove --with-libsocialweb configure flag + * Drop d/p/background-Fix-test-chooser-dialog-build-with-some-l.patch + - merged upstream. + * Have quilt refresh remaining patches + * Drop build-dependency on libgnome-bluetooth-dev [linux-any] + - Looks like we won't get bluez 5.x in unstable until some time + after hell freezes over, so just disable the bluetooth panel + for now to not let this hold us back. + + -- Andreas Henriksson Tue, 11 Mar 2014 23:44:49 +0100 + +gnome-control-center (1:3.10.1-1) experimental; urgency=low + + * New upstream release + * debian/patches/background-Fix-compilation-with-libsocialweb.patch + + Fix compilation with libsocialweb + * debian/patches/background-Fix-test-chooser-dialog-build-with-some-l.patch + + Fix compilation with more strictl linkers + * debian/control: Recommend network-manager instead of depending + (Closes: #726395) + + -- Sjoerd Simons Fri, 01 Nov 2013 23:11:23 +0100 + +gnome-control-center (1:3.8.3-3) unstable; urgency=low + + * Drop recommends on gnome-session, it doesn't seem to be needed anymore + and brings in all of gnome when installing network-manager-gnome which + is also used in non-gnome environments. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Sun, 13 Oct 2013 18:04:36 +0200 + +gnome-control-center (1:3.8.3-2) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * debian/control.in: + + Recommend gkbd-capplet, used by the Region & Language panel to + display the selected keyboard layout. + + Recommend ntp for the Date & Time panel. + + [ Laurent Bigonville ] + * debian/control.in: + - Use canonical URL for Vcs-Svn field + - Drop duplicate Section to please lintian + - Also Suggests libcanberra-gtk3-module + * debian/rules: + - Use DEB_LDFLAGS_MAINT_APPEND instead of LDFLAGS so we are + sure we are not overrinding the hardening flags + - Pass -Wl,-z,defs to DEB_LDFLAGS_MAINT_APPEND so we can detect undefined + symbols during build + * gnome-control-center-data.maintscript: Remove /etc/xdg/menus/gnomecc.menu + and /etc/xdg/autostart/gnome-sound-applet.desktop on upgrade, the files + are no longer shipped (Closes: #712831) + * debian/control.in, debian/rules: Re-enable ibus support (Closes: #720585) + + [ Jeremy Bicha ] + * Build-depend on gtk-doc-tools instead of docbook directly + * Don't build-depend on gnome-doc-utils + + -- Laurent Bigonville Sat, 24 Aug 2013 14:05:49 +0200 + +gnome-control-center (1:3.8.3-1) experimental; urgency=low + + [ Andreas Henriksson ] + * Recommend both gnome-user-share and rygel | rygel-tracker + - Needs to be of recent version, but we don't have versioned recommends. + - This Makes Bluetooth Sharing, Personal File Sharing and Media Sharing + visible under the Sharing panel. + (Also, Remote Login will not show up until we ship a sshd.service + in Debian.) + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + -- Emilio Pozuelo Monfort Sat, 08 Jun 2013 18:32:00 +0200 + +gnome-control-center (1:3.8.2-1) experimental; urgency=low + + [ Thomas Bechtold ] + * New upstream release 3.8.1. + * debian/control: + - Build-Depends on libgoa-1.0-dev (>= 3.8.1) according to + configure.ac. + - Bump Standards-Version to 3.9.4. + + [ Emilio Pozuelo Monfort ] + * debian/control.in: + + Bump minimum gnome-menus dependency to fix loading desktop + files from the shell. Thanks to Luca Bruno for pointing it + out. + + Recommend system-config-printer for the printers panel. + * New upstream release 3.8.2. + + Doesn't crash if the printing dbus service is missing. + Closes: #709451. + + -- Emilio Pozuelo Monfort Sat, 25 May 2013 13:00:07 +0200 + +gnome-control-center (1:3.8.0-2) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * debian/control.in: + + Remove obsolete libgconf2-dev build dependency. + + [ Sjoerd Simons ] + * debian/control.in: Add libsmbclient-dev for the printer panel + * debian/control.in: Add libnm*-dev (>= 0.9.8) for the network panel + * debian/control.in: Add run-time depend on network-manager-gnome (>= 0.9.8) + + -- Sjoerd Simons Wed, 10 Apr 2013 09:22:02 +0100 + +gnome-control-center (1:3.8.0-1) experimental; urgency=low + + [ Jeremy Bicha ] + * debian/gnome-control-center-data.install, gnome-control-center.install: + - Move the new polkit rules to gnome-control-center-data + like the existing rule + * debian/control.in: + - Add temporary breaks/replaces for the previous change + * Add gnome-control-center.pkla to allow admins to change the hostname + without needing policykit from experimental (Closes: #693071) + + [ Thomas Bechtold ] + * New upstream release + + -- Thomas Bechtold Wed, 27 Mar 2013 19:02:54 +0100 + +gnome-control-center (1:3.7.92-1) experimental; urgency=low + + [ Sjoerd Simons ] + * New upstream release + * debian/patches/90_force_fallback.patch + + Dropped, no longer applicable + * debian/patches/revert_git_datetime_port.patch + + Follow upstream in the systemd datetime usage + * debian/control.in: Bump build-deps + * debian/control.in: Add run-time depend on colord + * debian/gnome-control-center.install: Don't install panel .so files, all + plugins are now static + * debian/gnome-control-center-data.install: Remove installation of fallback + files, no longer shipped with g-c-c + + [ Jean Schurger ] + * debian/control.in: Dropped valac build-dependency (not longer needed). + + [ Sjoerd Simons ] + * New upstream release (3.7.92) + * debian/gnome-control-center.install: Install policykit rules & search + provider + * debian/control.in: Depend on gnome-icon-theme >= 3.7 + + -- Sjoerd Simons Sat, 23 Mar 2013 20:19:50 +0100 + +gnome-control-center (1:3.6.3-1) experimental; urgency=low + + [ Sjoerd Simons ] + * debian/control.in: Bump libgnome-bluetooth-dev to >= 3.5.5 + * debian/control.in: Bump libcheese-gtk-dev to >= 3.5.91 + + [ Jeremy Bicha ] + * New upstream version. + * debian/gnome-control-center.sgml, debian/gnome-control-center.install + debian/rules + - Ship improved man page from GNOME + + [ Aron Xu ] + * debian/control.in debian/rules: disable ibus integration. + (Closes: #694301, #691656) + + -- Sjoerd Simons Sun, 10 Feb 2013 13:17:20 +0100 + +gnome-control-center (1:3.6.2-1) experimental; urgency=low + + * Team upload + + [ Andreas Henriksson ] + * Fix typo in gsettings-desktop-schemas-dev build dependency version + (3.3.91 should be 3.5.91). (Closes: #693027) + + [ Simon McVittie ] + * Bump build-dependency to libgnome-desktop-3-dev (>= 3.5.91) as well, + otherwise it'll continue to FTBFS + * New upstream release + * Install org.gnome.controlcenter.user-accounts.policy PolicyKit rule, + which means that authenticating for + org.gnome.controlcenter.user-accounts.administration is sufficient + to administer accountsservice and (if later added to Debian) realmd + * Do not install gnome-control-center.rules for now; it won't work in Debian + since we don't have a wheel group. Patching it to use group sudo is + a possibility for a future upload. + + -- Simon McVittie Mon, 12 Nov 2012 17:14:50 +0000 + +gnome-control-center (1:3.6.1-1) experimental; urgency=low + + [ Josselin Mouette ] + * Add missing epoch on libxi build-dependency. + + [ Michael Biebl ] + * Rebuild with xz compression. Closes: #687279 + + [ Sjoerd Simons ] + * New upstream release (3.6.1) + * debian/control.in: Updated dependencies + * debian/patches/02_no_assert_on_null_streams.patch + + Removed, was supposed to be a temporary patch + * debian/patches/10_optional_wacom_support.patch + + Removed, fixed upstream + * debian/patches/90_force_fallback.patch: Refreshed + + -- Sjoerd Simons Sun, 14 Oct 2012 21:42:26 +0200 + +gnome-control-center (1:3.4.2-2) unstable; urgency=low + + * Upload to unstable. + + -- Michael Biebl Wed, 30 May 2012 12:54:24 +0200 + +gnome-control-center (1:3.4.2-1) experimental; urgency=low + + [ Sjoerd Simons ] + * New upstream release + * Sync with Ubuntu: + + debian/control.in: Update build-depends + + debian/patches/02_no_assert_on_null_streams.patch: + - Don't crash on null streams (bgo: #633728, LP: #741155) + + debian/patches/90_force_fallback.patch: + - Refreshed + + debian/patches/06_handle_passwd_with_ldap.patch: + - Refreshed + + debian/patches/revert_git_datetime_port.patch: + - Added, don't switch to systemd for datetime functionality just yet. + * Drop libgnome-control-center1 package, gnome-control-center no longer + builds a library. + * debian/patches/00git_handle_media_dialog_close.patch, + debian/patches/91_configure_cheese.patch, + debian/patches/08_dont_crash_on_null_territories.patch, + debian/patches/92_link_language_chooser_against_fontconfig.patch: + + All removed, fixed upstream + * debian/rules: Don't use -Wl,-z,defs as it cause the panel plugins to fail + to build + * debian/gnome-control-center-data.install: gnome-control-center no longer + ships a manual. + + [ Michael Biebl ] + * Add Build-Depends on libwacom-dev and libxi-dev for the Wacom panel and + libgnome-bluetooth-dev for the Bluetooth panel. + * Mark libwacom-dev and libgnome-bluetooth-dev as linux-any. + * Update Build-Depends according to configure.ac. + * Add Breaks/Replaces: gnome-bluetooth (<< 3.4) as the Bluetooth panel moved + into gnome-control-center. + * debian/patches/10_optional_wacom_support.patch: Build the Wacom panel + conditionally to support plattforms where libwacom-dev is not available. + * Bump Standards-Version to 3.9.3. + * Add Breaks against libgnome-bluetooth8 since loading booth + libgnome-bluetooth8 and libgnome-bluetooth10 will lead to crashes when + using the Bluetooth panel. Eventually we should use versioned directories + for the gnome-bluetooth plugins but for now the Breaks will do. + + -- Michael Biebl Sat, 19 May 2012 23:57:55 +0200 + +gnome-control-center (1:3.2.2-3) unstable; urgency=low + + * debian/patches/92_link_language_chooser_against_fontconfig.patch: Link + language chooser panel against fontconfig. Patch cherry-picked from + upstream Git. + + -- Michael Biebl Thu, 29 Mar 2012 23:36:02 +0200 + +gnome-control-center (1:3.2.2-2) unstable; urgency=low + + [ Josselin Mouette ] + * Recommend cups-pk-helper. Closes: #622688. + + [ Michael Biebl ] + * Add Recommends on mesa-utils. The glxinfo utilitity is required to show + details about the graphics card. + * Upload to unstable. + + -- Michael Biebl Fri, 16 Dec 2011 23:55:34 +0100 + +gnome-control-center (1:3.2.2-1) experimental; urgency=low + + [ Laurent Bigonville ] + * debian/control.in: Bump libgnome-desktop-3-dev build-dependency + (Closes: #647954) + + [ Josselin Mouette ] + * Breaks/Replaces g-p-m < 3.2. Closes: #648410. + + [ Michael Biebl ] + * New upstream release. + * Refresh debian/patches/91_configure_cheese.patch. + * debian/control.in: + - Mark Build-Depends on libnm-gtk-dev as linux-any. + - Bump Build-Depends on libnotify-dev to (>= 0.7.3). + - Bump Depends on gsettings-desktop-schemas to (>= 3.0.2). + * Remove debian/libgnome-control-center-dev.install, obsolete. + * Remove debian/libgnome-control-center1.symbols and instead add a strict + dependency between gnome-control-center and libgnome-control-center1. + + -- Michael Biebl Wed, 16 Nov 2011 00:45:49 +0100 + +gnome-control-center (1:3.2.1-1) experimental; urgency=low + + * New upstream release + * Sync with Ubuntu + + debian/libgnome-control-center1.symbols: Update symbols + + debian/patches/90_force_fallback.patch: Updated + + debian/patches/06_handle_passwd_with_ldap.patch: Added + + debian/patches/08_dont_crash_on_null_territories.patch: Added + * debian/patches/02_https.patch: Removed, fixed upstream + * debian/patches/03_ppd_h.patch: Removed, fixed upstream + * debian/patches/91_configure_cheese.patch: Include cheese pkg-config flags + as symbols of it are being used + * debian/control.in: Remove libgnome-control-center-dev package + * debian/control.in: Add build-dependency on libgoa-1.0-dev, libcolord-dev, + and libnotify-dev + * debian/control.in: Tighten libgtk-3-dev build-dependency + * debian/control.in: Add libnm-gtk-dev b-d for network panel + * debian/control.in: Add libcheese-gtk-dev b-d to take account pictures + * debian/control.in: Add libsocialweb-client-dev b-d to use flickr background + service + + -- Sjoerd Simons Sat, 05 Nov 2011 00:46:41 +0000 + +gnome-control-center (1:3.0.2-3) unstable; urgency=low + + * debian/control.in: + - Also add Breaks/Replaces against gdm (<< 3.0). Closes: #645400 + - Update Depends on gnome-desktop-data to gnome-desktop3-data. + * Rename control-center2.xpm to gnome-control-center.xpm and refresh the + icon based on what's currently shipped in gnome-icon-theme. + Update the menu file accordingly. + + -- Michael Biebl Sat, 15 Oct 2011 20:49:56 +0200 + +gnome-control-center (1:3.0.2-2) unstable; urgency=low + + [ Josselin Mouette ] + * Drop useless gst-alsa | gst-audiosink suggstion; suggest + gst-pulseaudio instead. + + [ Michael Biebl ] + * Upload to unstable. + * debian/watch: + - Switch to .xz tarballs. + - Track stable releases. + * Bump debhelper compatibility level to 8. + - Update Build-Depends on debhelper. + - Strip debian/tmp/ from .install files. + * debian/control.in: + - Update Vcs-* URLs. + - Bump Standards-Version to 3.9.2. No further changes. + - Change network-manager build-dependencies to linux-any. + - Add Breaks/Replaces against gdm3 (<< 3.0) which shipped the faces + in previous versions. + - Add Breaks/Replaces against gnome-settings-daemon (<< 3.0). + Closes: #625783 + * Refresh patches. + * debian/gnome-control-center-data.install + - Install face pictures. + + -- Michael Biebl Fri, 14 Oct 2011 16:13:54 +0200 + +gnome-control-center (1:3.0.2-1) experimental; urgency=low + + [ Josselin Mouette ] + * Break glib < 2.28.6-2 for x-scheme-handler support. + + [ Sjoerd Simons ] + * New upstream release + + [ Josselin Mouette ] + * Break gnome-session < 3.0 because of the sound-applet startup. + * 01_menu_category.patch: new patch. Put g-c-c.desktop in the Settings + menu instead of the System one. + * 90_force_fallback.patch: new patch. Disable the “forced fallback + mode” switch, since we already provide a xsession file for it in + gnome-session-fallback. + * Break gnome-power-manager < 3.0 because of the power panel. + * 02_https.patch: patch from upstream git. Correctly register https + scheme together with http. + * 03_ppd_h.patch: patch from upstream git. Include ppd.h explicitly. + * Use dh-autoreconf to go with this patch. + + -- Josselin Mouette Sun, 04 Sep 2011 19:15:55 +0200 + +gnome-control-center (1:3.0.1.1-1) experimental; urgency=low + + * New upstream release. + * gnome-control-center-data.install: drop GConf schemas. + * gnome-control-center-data.gconf-defaults: dropped, obsolete. + + -- Josselin Mouette Fri, 29 Apr 2011 02:24:28 +0200 + +gnome-control-center (1:3.0.0.1-1) experimental; urgency=low + + * New upstream release. + * debian/control.in: + + add build dependency on new libnm-glib-dev, libnm-util-dev, and + network-manager-dev. + + bump build dependency on gnome-settings-daemon-dev. + + add dependency on gnome-icon-theme-symbolic. + + bump dependency on gnome-settings-daemon, required for new gsettings + schema. + * debian/patches/00_disable-nm.patch: removed as NM 0.9 is now available. + * debian/patches/99_autoreconf.patch: removed. + * debian/libgnome-control-center-dev.install: do not install gtk-doc as it + was incomplete and got removed. + + -- Frederic Peters Thu, 31 Mar 2011 01:01:31 +0530 + +gnome-control-center (1:2.91.93-1) experimental; urgency=low + + * New upstream release. + + [ Emilio Pozuelo Monfort ] + * debian/control.in: + + Build depend on a new enough version of gdk-pixbuf. Closes: #619282. + + Drop Breaks on gnome-media-common. + + [ Frederic Peters ] + * debian/patches/00_disable-nm.patch: updated. + * debian/patches/99_autoreconf.patch: refreshed. + + -- Frederic Peters Wed, 30 Mar 2011 23:44:16 +0530 + +gnome-control-center (1:2.91.92-1) experimental; urgency=low + + * New upstream release. + + [ Emilio Pozuelo Monfort ] + * debian/control.in: + + gnome-control-center-dev belongs in the devel section. + + [ Laurent Bigonville ] + * debian/control.in + - Add Vcs-* fields + - Bump libglib2.0-dev and gnome-settings-daemon-dev Build-dependencies + - Bump gnome-control-center Dependency against gnome-settings-daemon + - gnome-control-center-data Breaks gnome-media-common (<< 2.91) + + [ Frederic Peters ] + * debian/patches/00_disable-nm.patch: updated. + * debian/images/, debian/patches/12_timezones.patch: merged upstream. + * debian/patches/10_libshortcuts-link.patch: merged upstream. + * debian/control.in: update build-deps. + * debian/control.in: add dependency on gsettings-desktop-schemas. + + -- Frederic Peters Mon, 21 Mar 2011 22:30:04 +0100 + +gnome-control-center (1:2.91.91-3) experimental; urgency=low + + * debian/control.in: add build-dep on locales, required for the datetime + test-endianess check. + + -- Frederic Peters Sun, 13 Mar 2011 20:05:56 +0100 + +gnome-control-center (1:2.91.91-2) experimental; urgency=low + + * debian/rules, debian/images/*, debian/patches/12_timezones.patch: ship + and install missing timezone graphics. + * debian/libgnome-control-center1.symbols: updated with three new symbols. + + -- Frederic Peters Sat, 12 Mar 2011 21:38:35 +0100 + +gnome-control-center (1:2.91.91-1) experimental; urgency=low + + * New upstream release. + + debian/patches/00_disable-nm.patch: updated. + + debian/patches/10_mouse-panel-link.patch: fixed upstream. + + debian/patches/11_keyboard-panel-link.patch: ditto. + + debian/patches/10_libshortcuts-link.patch: fix linking of the shortcut + code. + + debian/patches/99_autoreconf.patch: refreshed. + + debian/control.in: build build-dep on libgnomekbd-dev + + -- Frederic Peters Thu, 10 Mar 2011 17:35:21 +0100 + +gnome-control-center (1:2.91.90-1) experimental; urgency=low + + * New upstream release. + + debian/patches/00_disable-nm.patch: disable Network Manager 0.9 bits. + + debian/patches/10_mouse-panel-link.patch: fix linking of the mouse + panel. + + debian/patches/11_keyboard-panel-link.patch: fix linking of the keyboard + panel. + + debian/libgnome-control-center1.symbols: updated with a new symbol. + + -- Frederic Peters Fri, 25 Feb 2011 10:44:34 +0100 + +gnome-control-center (1:2.91.6-1) experimental; urgency=low + + * debian/control.in: + + Depend on accountsservice and apg for the User Accounts panel. + + Update for the new gtk+ package names. + * New upstream release. + + debian/patches/01_printers_link.patch: + - Fix linking for the printers capplet. + + debian/control.in: + - Update build dependencies. + + -- Emilio Pozuelo Monfort Sat, 19 Feb 2011 14:40:15 +0000 + +gnome-control-center (1:2.91.5-2) experimental; urgency=low + + * debian/control.in: + - Drop gnome-control-center breaks/replaces against gnome-media(-common), + they seem unneeded. + - capplets-data replaces gnome-media-common. + - Build depend on docbook-xml, needed to build the docs. + - capplets-data: stop breaking g-c-c, it already depends on a new + enough version of the former so this is not needed. + - gnome-control-center: no need to manually depend on + libgnome-control-center1. The shlibs does that for us. + - Don't use tabs for padding. + - Drop obsolete dpkg-dev b-d. + * debian/control.in, + debian/rules, + debian/source/format: + - Switch to source format 3.0 (quilt). + * debian/control.in, + debian/{capplets,gnome-control-center}-data.*, + debian/rules: + - Rename capplets-data to gnome-control-center-data. + * debian/index.theme: + - Removed, unused. + * debian/libgnome-control-center1.symbols: + - Add a Build-Depends-Package field. + * debian/gnome-keyboard-properties.1, + debian/gnome-control-center.manpages: + - gnome-keyboard-properties is gone, drop the manpage. + + -- Emilio Pozuelo Monfort Sun, 16 Jan 2011 23:01:37 +0000 + +gnome-control-center (1:2.91.5-1) experimental; urgency=low + + * New upstream release + * Based on ubuntu 1:2.91.3.1-0ubuntu1~build2, by Robert Ancell and others + * debian/patches/01_ml_po.patch + - Removed + * patches/25_window_manager_settings.patch + - Removed, no longer applicable + + -- Sjoerd Simons Sat, 15 Jan 2011 12:18:29 +0000 + +control-center (1:2.30.1-2) unstable; urgency=low + + * debian/control.in: + - Let gnome-control-center depend on evolution-data-server, instead of + only recommending it. It's needed by gnome-about-me. Closes: #592525. + + -- Emilio Pozuelo Monfort Wed, 11 Aug 2010 01:37:07 +0200 + +control-center (1:2.30.1-1) unstable; urgency=low + + * New upstream release. + * Update build-dependencies. + * Require g-s-d 2.30. + * 01_fix_libslab_build.patch, 02_xrandr_assert.patch: dropped, merged + upstream. + * 70_relibtoolize.patch: updated for the new version. + * 01_ml_po.patch: new patch. Fix Malayalam translation that causes + GConf errors. + + -- Josselin Mouette Tue, 27 Apr 2010 20:22:38 +0200 + +control-center (1:2.28.1-2) unstable; urgency=low + + * Drop libxxf86misc-dev build-dependency, it is not used. + Closes: #559694. + * 02_xrandr_assert.patch: stolen upstream. Fix assertion when using + mirroring. Closes: #563094. + + -- Josselin Mouette Mon, 04 Jan 2010 18:26:06 +0100 + +control-center (1:2.28.1-1) unstable; urgency=low + + * New upstream release. + - debian/patches/70_relibtoolize.patch: + + Updated. + - debian/control.in: + + Stop build depending on libhal-dev, it's not needed anymore. + * debian/rules: Remove check-dist.mk include to upload to unstable. + + -- Emilio Pozuelo Monfort Thu, 22 Oct 2009 05:11:23 +0200 + +control-center (1:2.28.0-2) experimental; urgency=low + + * Build depend on a recent libslab-dev to build against one that doesn't + use libgnomeui, making gnome-control-center start again. Closes: #550461. + + -- Emilio Pozuelo Monfort Mon, 12 Oct 2009 01:58:10 +0200 + +control-center (1:2.28.0-1) experimental; urgency=low + + [ Loic Minier ] + * Drop --disable-mime-cache configure flag which was introduced in a Debian + specific patch which was dropped in 1:2.18.1-1. + + [ Emilio Pozuelo Monfort ] + * debian/patches/05_ta_po.patch: forwarded, add header. + + [ Josselin Mouette ] + * Require gnome-settings-daemon 2.26. Closes: #540418. + + [ Emilio Pozuelo Monfort ] + * New upstream release. + - debian/control.in: + + Bump libgtk2.0-dev and libgnomekbd-dev build dependencies. + + Build depend on libxklavier-dev >= 4.0 rather than libxklavier12-dev. + + Remove libglade2-dev, libpanel-applet2-dev and libgnomeui-dev build + dependencies. + + Add libunique-dev and libxi-dev build dependencies. + + Remove libpolkit-gnome-dev from build depends, recommend + policykit-1-gnome for PolicyKit 1 support. + - debian/patches/05_ta_po.patch: + + Removed, the issue is no longer present in the po file. + - debian/patches/01_fix_libslab_build.patch: + + Updated from https://bugzilla.gnome.org/show_bug.cgi?id=591428. + - debian/patches/25_window_manager_settings.patch, + debian/patches/70_relibtoolize.patch: + + Updated. + - debian/patches/04_path_xtra.patch: + + Removed, Debian's autoconf patch doesn't patch AC_PATH_XTRA to check + for its arguments anymore, so it's useless. + * debian/rules: + - Stop touching every file, it was done to workaround a broken tarball. + - Include check-dist.mk to avoid uploads to experimental. + * debian/control.in: + - Tighten libgnome-window-settings-dev dependency on the shared library. + - Standards-Version is 3.8.3, no changes needed. + - Remove old conflicts/replaces. + + -- Emilio Pozuelo Monfort Fri, 09 Oct 2009 20:54:05 +0200 + +control-center (1:2.26.0-1) unstable; urgency=low + + * Stop mentioning GNOME 2. + * Remove scrollkeeper dependency. + * New upstream release. + * Update build-dependencies. + * Remove build-deps unneeded thanks to the external libslab: librsvg, + pango. + * 02_build_libgnome.patch, 06_gnomedesktop_api.patch: removed, fixed + upstream. + * 03_a11y_logout.patch: removed, now uses the gnome-session dbus + interface. + * 05_ta_po.patch, 70_relibtoolize.patch: updated for the new version. + * Install the autostart file in /usr/share/gnome/autostart. + * capplets-data.postinst: remove the one in the old location. + + -- Josselin Mouette Fri, 29 May 2009 13:28:19 +0200 + +control-center (1:2.24.0.1-5) unstable; urgency=low + + * Remove useless build-dependency on libeel2-dev. + + -- Josselin Mouette Sat, 25 Apr 2009 13:18:24 +0200 + +control-center (1:2.24.0.1-4) unstable; urgency=low + + * Set the team as primary maintainer. Closes: #523535. + * 02_build_libgnome.patch: new patch. Fix build failure by linking + explicitly to libgnomeui for stuff incorrectly listing gnome-desktop + only as a requirement. Closes: #524308. + * 06_gnomedesktop_api.patch: patch to cope with the API changes in + GnomeRR 2.26. + * 70_relibtoolize.patch: regenerated. + * Bump build-dependency on gnome-desktop to 2.26. + + -- Josselin Mouette Thu, 16 Apr 2009 10:34:54 +0200 + +control-center (1:2.24.0.1-3) unstable; urgency=low + + * capplets-data.gconf-defaults: remove the keybinding settings. Now + that X.org returns correctly the XF86* keys, they must be used + instead. + * Add missing shortcuts for Home and Help. + + -- Josselin Mouette Fri, 10 Apr 2009 20:51:39 +0200 + +control-center (1:2.24.0.1-2) unstable; urgency=low + + [ Josselin Mouette ] + * Depend on gnome-settings-daemon >= 2.24. Closes: #510172. + * Standards version is 3.8.1. + * Upload to unstable. + + [ Emilio Pozuelo Monfort ] + * debian/rules, debian/shlibs.local: Call dh_makeshlibs for libgnome- + window-settings1 instead of using shlibs.local. It was likely + there to workaround dpkg-dev setting ignoring the dependency from + the Depends line and using that of dpkg-shlibdeps, but it's no + longer the case. As a side effect, this makes the shlibs + file be versioned as it should be. + + [ Loic Minier ] + * Demote the scrollkeeper dep of capplets-data to a Suggest on rarian-compat + | scrollkeeper; the scrollkeeper dep seems to have been added around 2002 + due to use of scrollkeeper-update in the postinst. + + -- Josselin Mouette Tue, 07 Apr 2009 09:11:09 +0200 + +control-center (1:2.24.0.1-1) experimental; urgency=low + + * 03_a11y_logout.patch: use gnome-panel-logout for logout when + available. + * New upstream release. + + Correctly sets background without nautilus. Closes: #472902. + + The about-me capplet correctly saves emails. Closes: #350651. + + Resolutions are sorted in the display capplet. Closes: #509899. + * Update build-dependencies. + * Build-depend on libeel 2.24 to build against the experimental + version. + * Suggest libcanberra-gtk-module instead of esound-clients. + * Remove obsolete files: libgnome-settings-daemon-dev.install, + gnome-control-center.dirs. + * Switch to quilt for managing patches; build-depend on quilt. + * 01_fix_libslab_build.patch: updated for the new version. + * 02_xklavier_utf8.patch: dropped, merged upstream + * 25_window_manager_settings.patch: don’t patch the Makefile.in’s. + * 70_relibtoolize.patch: regenerated. + * capplets-data.gconf-defaults: the /music key is renamed to /media. + * Don’t remove the GConf schemas in the installation target. + * *.install: simplify a lot the installation files. + + Remove the pkg-config files in capplets-data. + * Remove -1 suffix in build-deps. + * 99_ltmain_as-needed.patch: make --as-needed work for the library as + well. + * debian/gnome-control-center.postinst: remove gnome-vfs conffiles. + * 05_ta_po.patch: new patch. Fix Tamil translation of the GConf + defaults. + + -- Josselin Mouette Sun, 28 Dec 2008 12:38:50 +0100 + +control-center (1:2.22.2.1-2) unstable; urgency=low + + * 02_xklavier_utf8.patch: patch from upstream to accommodate the UTF8 + changes in libxklavier 3.5-2. + * Standards version is 3.8.0, no changes. + * Suggest x11-xserver-utils for xrdb instead of xbase-clients. + + -- Josselin Mouette Wed, 10 Sep 2008 12:34:52 +0200 + +control-center (1:2.22.2.1-1) unstable; urgency=low + + [ Josselin Mouette ] + * Suggest gstreamer0.10-alsa | gstreamer0.10-audiosink. + Closes: #482794. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/patches/70_relibtoolize.patch: + - Updated to apply cleanly again. + + debian/rules: + - Run touch on every file to fix up timestamps. + + -- Sebastian Dröge Thu, 29 May 2008 10:32:54 +0200 + +control-center (1:2.22.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/70_relibtoolize.patch: + - Updated for the new version. + + -- Sebastian Dröge Wed, 16 Apr 2008 11:03:33 +0200 + +control-center (1:2.22.0-2) unstable; urgency=low + + * Upload to unstable. + * debian/control.in, + debian/gnome-control-center.install: + + Use nautilus 2.20 for now. + + -- Sebastian Dröge Wed, 19 Mar 2008 02:14:49 +0100 + +control-center (1:2.22.0-1) experimental; urgency=low + + * New upstream stable release: + + Upload to experimental first because of intrusive changes. + + gnome-settings-daemon moved to it's own source package. + + Update build dependencies and dependencies. + + -- Sebastian Dröge Sat, 15 Mar 2008 19:06:48 +0100 + +control-center (1:2.20.3-3) unstable; urgency=low + + [ Josselin Mouette ] + * Conflict against gnome-session << 2.20.3-2 because earlier versions + require the dbus service file. + + [ Sebastian Dröge ] + * debian/control.in: + + Build depend on libxklavier12-dev | libxklavier-dev and rebuild against + the new soname. + + -- Sebastian Dröge Thu, 28 Feb 2008 10:03:20 +0100 + +control-center (1:2.20.3-2) unstable; urgency=low + + * capplets-data.install: don’t install the dbus service file, as g-s-d + should not be started through dbus. + * gnome-keyboard-properties.1: + + Fix missing space. + + Fix whatis entry. + * gnome-control-center.dirs: removed. + * Don’t run dh_makeshlibs for g-c-c. + * Update menu entry to the latest menu layout. + + -- Josselin Mouette Sat, 16 Feb 2008 14:58:03 +0100 + +control-center (1:2.20.3-1) unstable; urgency=low + + * New upstream bugfix release. + * debian/control.in: + + Update Standards-Version to 3.7.3, no additional changes needed. + * debian/patches/70_relibtoolize.patch: + + Updated for the new version. + + -- Sebastian Dröge Sat, 12 Jan 2008 07:34:06 +0100 + +control-center (1:2.20.1-2) unstable; urgency=high + + [ Josselin Mouette ] + * 30_pkgconfig-path.patch: provide the path to the + gnome-settings-daemon binary in the pkgconfig file. + + [ Loic Minier ] + * Upload with urgency high as we need this minor change for next + gnome-session. + + -- Loic Minier Tue, 27 Nov 2007 13:57:27 +0100 + +control-center (1:2.20.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/70_relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Thu, 25 Oct 2007 19:45:06 +0200 + +control-center (1:2.20.0.1-1) unstable; urgency=low + + [ Loic Minier ] + * gnome-settings-daemon is in /usr/lib/control-center, not + gnome-control-center; closes: #443997. + * Drop the version of the scrollkeeper dependency. + + [ Josselin Mouette ] + * Run dh_installmime for capplets-data, otherwise cdbs runs it before + dh_install. + + [ Sven Arvidsson ] + * Add man page for gnome-keyboard-properties (Closes: #345818) + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/patches/70_relibtoolize.patch: + - Updated for the new version. + + -- Sebastian Dröge Fri, 05 Oct 2007 08:45:45 +0200 + +control-center (1:2.20.0-1) unstable; urgency=low + + [ Loic Minier ] + * Bump up gnome-icon-theme dep to >= 2.16 for applications-internet etc. + * Bump up libpango1.0-dev b-dep to >= 1.17 to help experimental's sbuild to + install libgtk2.0-dev >= 2.11. + + [ Sebastian Dröge ] + * New upstream release: + + debian/patches/27_nobashizms.patch: + - Dropped, merged upstream. + + 70_relibtoolize.patch: + - Updated for the new version. + * Upload to unstable, drop check-dist include. + + -- Sebastian Dröge Sat, 22 Sep 2007 11:06:14 +0200 + +control-center (1:2.19.6-1) experimental; urgency=low + + * New upstream development release; no API change. + - Bump up libgtk2.0-dev build-dep to >= 2.11.6. + - Relibtoolize. + - Drop 99_ltmain_as-needed; fails to apply and not easy to update for me. + + -- Loic Minier Fri, 03 Aug 2007 10:28:44 +0200 + +control-center (1:2.19.5-2) experimental; urgency=low + + * Update defaults to string type by explicitely quoting them; + closes: #432933. + + -- Loic Minier Fri, 13 Jul 2007 11:14:52 +0200 + +control-center (1:2.19.5-1) experimental; urgency=low + + [ Josselin Mouette ] + * capplets-data.gconf-defaults: set the default keybindings, formerly + in patches/07_default_keys.patch. + * patches/07_default_keys.patch: removed. + * 99_ltmain_as-needed.patch: get --as-needed back to work. + + [ Loic Minier ] + * Drop DEB_CONFIGURE_LOCALSTATEDIR which seems to be useless since forever. + * Drop Marc Dequènes (Duck) from Uploaders; thanks! + * Cleanups. + * New upstream release series; these are development releases, the API may + still change incompatibly; no API change in this release though. + - Target at experimental; include check-dist. + - Set GNOME_MODULE and update watch and copyright files as the upstream + module was renamed to gnome-control-center; update debian/*.install and + *.links files for new pathnames. + - Update patch 01_fix_libslab_build. + - Update patch 02_xrdb to only patch + gnome-settings-daemon/gnome-settings-xrdb.c (same as Ubuntu package). + - Update patch 09_locate_pointer (from Ubuntu package). + - Drop patch 10_eggaccelerators, merged upstream. + - Drop patch 15_gconf_peditor which has no documentation and seems + completely obsolete. + - Update patch 19_extra_keybindings (from the Ubuntu package). + - Drop patch 24_theme_dont_require_metacity, deprecated with the new + version (from the Ubuntu package). + - Drop patch 36-compiz-keybindings-support, deprecated with the new + version (from the Ubuntu package). + - Update relibtoolizing patch, 70_relibtoolize. + - Drop patch 90_workaround_gnome_doc_utils_bug, workaround not required + anymore. + - Bump up libglib2.0-dev build-dep to >> 2.13. + - Drop private icon dir and png pixmaps from capplets-data.install. + - Drop gnome-font-properties, gnome-background-properties, + gnome-theme-manager, and gnome-ui-properties from + gnome-control-center.install. + - Add a (libxklavier11-dev >= 3.2) build-dep. + - Update GConf defaults for the music and calculator keybindings and bind + the rhythmbox command to the default media player. + - Install gnome-keybindings.pc in libgnome-settings-daemon-dev. + - Misc updates to *.install files. + - New patch, 27_nobashizms, fixes a bashism in gnome-at-commandline; found + in the Ubuntu package. + - Install all files under usr/bin to gnome-control-center to ease handling + of its install file. + + -- Loic Minier Tue, 10 Jul 2007 18:55:45 +0200 + +control-center (1:2.18.1-1) unstable; urgency=low + + [ Marco Cabizza ] + * New upstream release: + - gswitchit should be working as most of the keyboard-releated stuff + has been moved to libgnomekbd ( therefore depending on it ). + - dropping 12_sort_entries.patch, 22_bkg_capplet_follow_symlink.patch, + and 23_menu_files_conflict.patch due to code reorganisation. + - dropping 28_thunderbird-no-compose-flag.patch and + 29_iceweasel-icedove-preferred-apps.patch as they're merged upstream. + - fixing 02_xrdb.patch for the new upstream. + - don't create the libslab* packages, depend on gnome-main-menu's + libslab-dev. + - don't install the control-center schema as it's provided by slab. + * Fixing the .install files. + + [ Riccardo Setti ] + * Built with the libslab-dev package provided by gnome-main-menu + instead of the libslab shipped in the source + - 01_fix_libslab_build.patch + * Removed 06_disable_update_mime_at_install.patch. Use + --disable-update-mimedb directly from the configure switch. + * Updated 04_path_xtra.patch, 02_xrdb.patch + * Added 05_autotools.patch + * Dropped 30_pulseaudio.patch, merged upstream. + * Added 07_default_keys.patch (patch taken from the ubuntu package) + * Added 91_from_svn_fix_gstreamer_warning.patch: + patch from SVN, "Initialise threads early, and fix option context + translation". (patch taken from the ubuntu package) + + [ Loic Minier ] + * Drop commented out DEB_BUILDDIR completely; seems useless; cleanups. + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on + cdbs >= 0.4.41. + * New upstream release has API additions in gnome-settings-client.h, bump up + shlibs to >= 2.17.5. + * Suggest xrdb. + * Bump up intltool build-dep to 0.35.5. + * Build-depend on libpango1.0-dev, libgnomekbdui-dev. + * Drop build-dep on liborbit2-dev, libxklavier11-dev. + * Bump up dep on gnome-menus to >= 2.12.0. + * Version the libgnomekbd and libgnomekbdui build-deps to >= 0.1. + * New upstream release; no API change in libgnome-window-settings. + - Apply update to patch 07_default_keys, found in the Ubuntu package. + - Drop patch 91_from_svn_fix_gstreamer_warning, merged upstream. + - Rename patch 05_autotools to 70_relibtoolize and update it. + - New patch, 90_workaround_gnome_doc_utils_bug, works around a build + failure with newer gnome-doc-utils; from the Ubuntu package. + * New patch, 36-compiz-keybindings-support, permits configuring keybindings + when using compiz as window manager; from the Ubuntu package. + * Upload to unstable; drop check-dist include. + * Wrap build-deps and deps. + * Fix URL in copyright. + * Build-depend on scrollkeeper. + + -- Loic Minier Sun, 22 Apr 2007 13:48:12 +0200 + +control-center (1:2.16.3-1) experimental; urgency=low + + [ Sven Arvidsson ] + * New patch, 30_pulseaudio.patch, Polypaudio is now PulseAudio; + thanks Mike Hommey. + + [ Loic Minier ] + * Merge 1:2.14.2-6 and 1:2.14.2-7; SVN r7995:8671. + * New upstream stable release; bug fixes and translations. + - Update patch 25_window_manager_settings. + - Drop patch 30_null-terminate-font-list, merged upstream. + - Update patch 30_pulseaudio. + - Build-depend on scrollkeeper. + + -- Loic Minier Sat, 17 Mar 2007 15:49:26 +0100 + +control-center (1:2.16.2-3) experimental; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + * Build-depend on libgtk2.0-dev >= 2.10 for multihead support and to build + typing-break which uses GtkStatusIcon, par of the 2.10 API. + * Bump up libgnomeui-dev build-dep to >= 2.16.0-2 to get a Gtk 2.10 + transitionned version. + + -- Loic Minier Sun, 4 Feb 2007 13:22:54 +0100 + +control-center (1:2.16.2-2) experimental; urgency=low + + * Conflict with gnome-session < 2.16. + + -- Josselin Mouette Mon, 27 Nov 2006 20:55:48 +0100 + +control-center (1:2.16.2-1) experimental; urgency=low + + [ Marco Cabizza ] + * New upstream release: + - gnome-settings-daemon doesn't crash anymore, hooray! (Closes: #372873) + - dropping merged patches 26_ignore_pmu_permissions.patch and 27_bzip2.patch + - adapting 19_extra_keybindings.patch + * Bumping dependencies: libgtk2.0-dev, libxklavier11-dev, libebook-dev + * Build-Depends on hal and dbus + * Splitting off some stuff (gnome-window-settings.pc and its headers) into + libgnome-window-settings-dev, and thus including the dbus .service in + capplets-data + * Updated the watch file + + [ Loic Minier ] + * Fix watch file to track stable releases and use HTTP. + + [ Josselin Mouette ] + * Merge 2.14.2-5. + * rules: call clean-la.mk. + * Build-depend on gnome-pkg-tools 0.7. + * 29_iceweasel-icedove-preferred-apps.patch: remove the tons of + useless translations of iceweasel and icedove by themselves. + + -- Josselin Mouette Sun, 26 Nov 2006 21:38:20 +0100 + +control-center (1:2.14.2-7) unstable; urgency=medium + + * Add a get-orig-source target to retrieve the upstream tarball. + * New patch, 30_null-terminate-font-list, fixes crash triggerred by missing + NULL terminator in name list; GNOME #356435. + + -- Loic Minier Mon, 26 Feb 2007 11:00:38 +0100 + +control-center (1:2.14.2-6) unstable; urgency=low + + * Update patch 29_iceweasel-icedove-preferred-apps to drop the -compose + flag, as in 28_thunderbird-no-compose-flag. + + -- Loic Minier Mon, 27 Nov 2006 16:52:30 +0100 + +control-center (1:2.14.2-5) unstable; urgency=low + + * Update patch 29_iceweasel-icedove-preferred-apps to change the mixed case + IceWeasel in Iceweasel. + + -- Loic Minier Sat, 25 Nov 2006 13:34:41 +0100 + +control-center (1:2.14.2-4) unstable; urgency=low + + * New patch, 29_iceweasel-icedove-preferred-apps, to offer IceWeasel and + Icedove in the list of preferred applications; thanks Sven Arvidsson; + closes: #393549. + + -- Loic Minier Sat, 25 Nov 2006 11:41:26 +0100 + +control-center (1:2.14.2-3) unstable; urgency=low + + [ Loic Minier ] + * New patch, 28_thunderbird-no-compose-flag, to fix the way browsers invoke + Thunderbird (drop the -compose flag which is added automatically for + mailto: URLs); thanks Manuel Bilderbeek. (Closes: #380284) + * Recommend gnome-user-guide instead of gnome2-user-guide; thanks Luk Claes. + (Closes: #378718) + + [ Marco Cabizza ] + * Set the correct path for bzip2 adding patches/27_bzip2.patch, and + Recommends: bzip2, (Closes: #378141) + + [ Josselin Mouette ] + * Suggest gnome-screensaver first, xscreensaver second. + * Make libgnome-window-settings-dev tolerate binNMUs. + * Depend on gnome-pkg-tools 0.6. + * Use ${gnome:Version} and ${gnome:NextVersion}. + * Call gnome-version.mk in rules. + + -- Josselin Mouette Fri, 1 Sep 2006 21:24:32 +0200 + +control-center (1:2.14.2-2) unstable; urgency=high + + [ Marco Cabizza ] + * debian/control, debian/control.in: + - libgnome-window-settings1 replaces capplets (Closes: #372804) + + [ Sjoerd Simons ] + * debian/patches/26_ignore_pmu_permissions.patch + - Added. Ignore errors when we can't open or use the pmu device for + brightness settings. A better fix would be to use hal instead. + (Closes: #373146) + + [ Loic Minier ] + * Fix versioned dependency of capplets-data on gnome-control-center. + * Let libgnome-window-settings1 conflict with capplets too. + * Drop capplets Provides. + + -- Loic Minier Fri, 7 Jul 2006 22:28:58 +0200 + +control-center (1:2.14.2-1) unstable; urgency=low + + * New upstream release + * debian/control, debian/control.in: + - libgnome-window-settings1, libgnome-window-settings-dev Replaces + gnome-control-center << 1:2.14.0-1 (Closes: #370211) + - New maintainer + * compat, libgnome-window-settings1.install, gnome-control-center.install: + - Debhelper compatibility is 5 + - Fixed some missing files errors + + -- Marco Cabizza Sun, 28 May 2006 18:53:48 +0200 + +control-center (1:2.14.1-1) unstable; urgency=low + + [ Marco Cabizza ] + * New upstream release. + - fixed the xkb releated bugs (Closes: #348809, #349399, #351798) + - evdev doesn't crash gnome-settings-daemon any more + (Closes: #362107, #362563) + - fixed the gnome-settings-daemon crash at startup (Closes: #347796) + * debian/control, debian/control.in: + - dropped the dependency on xlibs due to its deprecation and since + libxklavier depends on xkb-data (Closes: 342536, #365977) + - standards version is 3.7.2 + - Build-depend on libgtk2.0-dev (>= 2.8.12) and + libgstreamer-plugins-base0.10-dev + * debian/rules: + - append --enable-gstreamer=0.10 to configure + * debian/capplets-data.install: + - added usr/share/desktop-directories to the list + * debian/patches/02_xrdb.patch: + - updated to fit upstream + * debian/patches/08_pmu_fix.patch: + - dropped; already merged upstream + * New packages: + - Move libgnome-window-settings.so.1 in the newly created + libgnome-window-settings1 and add libgnome-window-settings1.shlibs + - Move the libwindow-settings' header files in the newly created + libgnome-window-settings-dev + * debian/patches/25_window_manager_settings.patch: + - rename /usr/lib/window-manager-settings to + /usr/lib/libgnome-window-settings1. + + [ Josselin Mouette ] + * Make the package binNMU-safe. + + Build-depend on dpkg-dev 1.13.19. + + Use ${source:Version}. + + -- Marco Cabizza Sat, 6 May 2006 17:01:39 +0200 + +control-center (1:2.12.3-2) unstable; urgency=medium + + * Build-depend on libxrender-dev, libx11-dev, and libxt-dev explicitely as + these are used in configure.in, fixes FTBFS. + [debian/control, debian/control.in] + * Add missing build-deps on libgconf2-dev, libbonoboui2-dev, libesd0-dev, + libgnomevfs2-dev, libfontconfig1-dev, libfreetype6-dev, libglib2.0-dev. + [debian/control, debian/control.in] + * Fix old changelog entries: + - Fix the bug number closed in 1:2.12.1-2. + - Explain Marillat's joke in 1:2.4.0-8. (Closes: #244288) + + -- Loic Minier Tue, 21 Feb 2006 11:38:12 +0100 + +control-center (1:2.12.3-1) unstable; urgency=low + + * New upstream release. + * Recommend evolution-data-server since gnome-about-me seems to require it. + (Closes: #340419) + [debian/control, debian/control.in] + + -- Loic Minier Mon, 20 Feb 2006 18:27:00 +0100 + +control-center (1:2.12.2-2) unstable; urgency=low + + [ Gustavo Noronha Silva ] + * debian/control.in: + - increased debhelper b-dep to >= 4.1.0, because of cdbs + + [ Josselin Mouette ] + * Rebuild to get rid of libgamin0 dependency (closes: #348347). + + -- Josselin Mouette Mon, 16 Jan 2006 20:47:30 +0100 + +control-center (1:2.12.2-1) unstable; urgency=low + + * New upstream release + * debian/control.in: + - removed duplicated build-dep on libgnome-menu-dev, leaving + the bigger one (>= 2.12), thanks to Kurt Roeckx + for pointing out + + -- Gustavo Noronha Silva Sun, 8 Jan 2006 12:02:37 -0200 + +control-center (1:2.12.1-2) UNRELEASED; urgency=low + + * Only install /usr/share/applications/*.desktop, not + /usr/share/applications in capplets-data, and rm -rf + /usr/share/applications/mimeinfo.cache in + binary-post-install/capplets-data:: to be completely safe (the + update-desktop-database can't be deactivated via configure). + (Closes: #346062) + [debian/capplets-data.install, debian/rules] + + -- Loic Minier Sat, 7 Jan 2006 15:30:16 +0100 + +control-center (1:2.12.1-1) experimental; urgency=low + + [ Loic Minier ] + * New upstream releases. + - Update watch file. [debian/watch] + - Don't run scrollkeeper. [debian/rules] + - Bump libgtk2.0-dev build-dep to >= 2.6.0. + [debian/control, debian/control.in] + - Add a libxft-dev build-dep on >= 2.1.2. + [debian/control, debian/control.in] + - Version libgnome-menu-dev build-dep on >= 2.10.1. + [debian/control, debian/control.in] + - Enable about-me capplet. + . Update configure flags. [debian/rules] + . Add libebook1.2-dev build-dep. [debian/control, debian/control.in] + - Suggest gnome-screensaver. [debian/control, debian/control.in] + * Add CDBS' utils. [debian/rules] + * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS and + DEB_INSTALL_MANPAGES_gnome-control-center. [debian/rules] + + [ Sjoerd Simons ] + * debian/patches/12_sort_entries.patch + - Updated for new upstream + * debian/patches/20_gswitchit_dont_crash_when_no_xkb_config.patch + - Removed. fixed upstream + * debian/patches/22_bkg_capplet_follow_symlink.patch + - Updated for new upstream (from the ubuntu package) + * debian/patches/23_menu_files_conflict.patch + - Update for new upstream + * debian/patches/99_reautogenization.patch + - Removed + * Updated build-depends + * Install gnome-about-me and the nautilus extensions + * Use upstream versions of gnome-font-viewer.desktop and + themus-theme-applier.desktop + + -- Sjoerd Simons Mon, 21 Nov 2005 18:21:32 +0000 + +control-center (1:2.10.2-1) unstable; urgency=low + + [ Josselin Mouette ] + * Use again --as-needed. + + [ Marc Dequènes (Duck) ] + * New upstream release. + * Applied patch for gnome-font-viewer 'fonts:///' url capability from + Sam Morris (Closes: #316188). + * Fixed 'Apply theme' contextual entry in 'themes://' (corrected + 'debian/themus-theme-applier.desktop') (Closes #298360). + * Regenerated and merged reautogenization patches. + + -- Marc Dequènes (Duck) Fri, 30 Sep 2005 15:08:27 +0200 + +control-center (1:2.10.1-6) unstable; urgency=medium + + * Urgency medium because of FTBFS on sparc and alpha (binutils issue). + * Remove --as-needed from LD_FLAGS. + + -- Loic Minier Wed, 10 Aug 2005 12:48:11 +0200 + +control-center (1:2.10.1-5) unstable; urgency=high + + * Urgency high because of RC bugfix and because this holds the GNOME 2.10 + transition. + * Add missing build-deps on libxss-dev (Closes: #319971) and + libxinerama-dev. + + -- Loic Minier Tue, 26 Jul 2005 09:52:43 +0200 + +control-center (1:2.10.1-4) unstable; urgency=medium + + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + * 24_theme_dont_require_metacity.patch: make gnome-theme-manager work + without metacity being installed (closes: #315730). + * Use type-handling's Provides: feature to avoid hacking the control file. + * Remove the capplets package, which doesn't have a purpose anymore. Move + all package contents back to gnome-control-center. + * Remove most Replaces: and Conflicts:, not useful anymore. + * Standards-version is 3.6.2. + + -- Josselin Mouette Sat, 25 Jun 2005 19:11:37 +0200 + +control-center (1:2.10.1-3) unstable; urgency=low + + * Fix menu files conflict (renaming 'preferences.menu' to 'gnome- + preferences.menu') (causing control-center summary window to be + empty). + * Now building in 'debian/build/' directory (cleaner & avoid non- + idempotency hackerie). + * Updated 'debian/copyright' download URL. + * 'debian/rules' spring-cleaning. + + -- Marc Dequènes (Duck) Wed, 15 Jun 2005 00:47:05 +0200 + +control-center (1:2.10.1-2) unstable; urgency=low + + * Upload to unstable (GNOME Team upload) (Closes: #313217). + * Fixed in 2.10 : + + crashes at startup when loading settings (Closes: #251126). + + installing files from ~/.themes fails (Closes: #166983). + + bad icon themes install path (Closes: #257241). + + installing bad theme fails silently (Closes: #166982). + + incorrect position of volume dialog (Closes: #260277). + + cannot turn off sound events (Closes: #216927). + and probably some more... + * Buildsys not idempotent breaking next build because of missing + schema '.in' file worked around in clean rule (GNOME people should + really learn to test before releasing...). + + -- Marc Dequènes (Duck) Sun, 12 Jun 2005 19:43:28 +0200 + +control-center (1:2.10.1-1) experimental; urgency=low + + * New upstream release. + * debian/control.in: + - Updated build-dependencies + * debian/patches: + - 01_gnome-default-applications-properties-structs.c.patch: Removed as + Debian's default applications are included upstream + - 03_gsd_actions_makefile.am.patch: Not more needed + - 05_path_xtra-2.patch: Regenerated + - 06_disable_update_mime_at_install.patch: + - 07_disable_update_mime_at_install-2.patch: + Don't call update-desktop-database + - 11_sleepkey.patch: patch taken to seb128's package to use gdm-signal + - 12_sort_entries.patch: Sort entries in each categories + when suspending from keyboard key + - 21_show_xkb_warning_one_time.patch: should not be needed anymore + - 21_show_xkb_warning_one_time.patch: updated + - 17_locate_pointer.patch: + - 23_infinite_loop_theme_manager.patch: + This upstream version has theses patches + + -- Arnaud Patard Sat, 9 Apr 2005 01:00:12 +0200 + +control-center (1:2.8.2-3) unstable; urgency=medium + + * 20_gswitchit_dont_crash_when_no_xkb_config.patch: + + Reverse a wrong test condition. + + Don't check the "options" key (closes: #296434). + + -- Josselin Mouette Thu, 17 Mar 2005 22:28:32 +0100 + +control-center (1:2.8.2-2) unstable; urgency=low + + * debian/control: + - fixes the Build-Depends (Closes: #299753). + + -- Sebastien Bacher Wed, 16 Mar 2005 23:29:27 +0100 + +control-center (1:2.8.2-1) unstable; urgency=low + + * New upstream version: + - Fix theme thumbnailing + - Fix widget expansion in the keyboard preferences + - Handle backspace in multilayout setups correctly + - theme-thumbnailer doesn't require an absolute path + * debian/patches: + - 05_relibtoolised.patch : Removed as no more accurate + - 06_gst-fix.patch: Merged + - 14_gst-mixer-grab.patch : Merged + - 16_disable_text_editor_tab.patch: Merged + - 18_logout.patch: Merged + - 04_path_xtra.patch: Updated to patch only the configure.in file. The + configure update is now in 05_path_xtra.patch-2.patch + - 23_infinite_loop_theme_manager.patch: Forgotten patch in the 2.8.2 + release + * debian/rules: + - Pass --as-needed to LDFLAGS to reduce dependencies and removes + dependency upon libhowl0. (Closes: 298805) + * debian/control.in: + - Depends on libgnomeui >= 2.8.1-3 to be sure to remove the dependency on + the libhowl0 + + -- Arnaud Patard Wed, 9 Mar 2005 23:18:44 +0100 + +control-center (1:2.8.1-4) unstable; urgency=low + + * debian/patches: + - 17_locate_pointer.patch: fix the "locate pointer" when numlock is + activated. + - 18_logout.patch: fix the logout shortcut (Closes: #289009). + - 01_gnome-default-applications-properties-structs.c.patch: Corrected + Thunderbird command (Closes: #278762) + - Updated 08_pmu_fix.patch with patches from Sjoerd Simons and Sven Luther + as a fix for the pmu error message + - 19_extra_keybindings.patch: Add bindings for calculator and music + multimedia keys (Closes: #291917) + - 20_gswitchit_dont_crash_when_no_xkb_config.patch: Patch from kov to + prevent crash when used remotely (Closes: #286220) + - 21_show_xkb_warning_one_time.patch: Adopt a similar behaviour as for the + xmodmap warning (Closes: #287965) + - 22_bkg_capplet_follow_symlink.patch: Resolv symlink to generate the + thumbnails (Closes: #281657) + + -- Arnaud Patard Sun, 6 Feb 2005 19:13:04 +0100 + +control-center (1:2.8.1-3) unstable; urgency=low + + * debian/rules: + - Corrected erroneous line responsible for not including the .desktop + files (Closes: #274401) + * debian/patches: + - Suppressed 'Text Editor' in the "preferred applications" as it's useless + with the new mime type system. + + -- Arnaud Patard Thu, 25 Nov 2004 21:16:04 +0100 + +control-center (1:2.8.1-2) unstable; urgency=low + + * debian/rules,debian/capplets.install: + - Added manually a .desktop for fontilus taken from Gnome's cvs + (Closes: #274401) + - Added manually a .desktop for themes:///. Thanks to Dan Korostelev + + -- Arnaud Patard Wed, 17 Nov 2004 23:44:21 +0100 + +control-center (1:2.8.1-1) experimental; urgency=low + + * New upstream release + - Some tweaking of the available default applications + - Background capplet fixes + - keyboard patchs + - Patch leak in XKB code + - update translations + * Update the package with the modifications from the 2.6 package + * Added Evolution 2.0 to preferred applications (Closes: 279198) + * debian/patches: + - Removed 13_drw_monitor.patch + - Re-added an updated version of 14_gst-mixer-grab.patch as the bug + isn't fixed upstream + + -- Arnaud Patard Tue, 9 Nov 2004 00:24:23 +0100 + +control-center (1:2.8.0-1) experimental; urgency=low + + * GNOME Team Upload with Rtp's permission. + * New upstream release : + + fix french typo (Closes: #238387) (or even closed in 2.6). + + fix german typo (Closes: #267767) + * Removed 07_acme_position.patch and 11_default_app.patch now + applied upstream. + * Removed part of the 12_custom_browser.patch related to the dead + file-types capplet (due to mime system changes). + * Corrected 'patch unexpectedly ends in middle of line' in + 13_drw_monitor.patch. + * Removed 14_gst-mixer-grab.patch recoded upstream. + * Updated URL in 'debian/copyright'. + * Updated watch file. + * 'debian/control.in' : using ${misc:Depends} and updated versions. + * Added 'autotools-dev' to build dependencies to take advantage of the + CDBS automatic 'config.*' management. + * Regenerated relibtoolize patch. + * As not (yet) DD i'm not listed as GNOME Team member, so adding + myself to Uploaders to avoid this upload to be considered a NMU. + + -- Marc Dequènes (Duck) Wed, 15 Sep 2004 04:20:24 +0200 + +control-center (1:2.6.1-13) unstable; urgency=low + + * debian/patches: + - Added a sanity check on the type of gconf value before calling strcmp in + gconf_property_editor (Closes: #272358) + - Check that one is on a powerpc with a pmu before reporting that's + there is no /dev/pmu in 08_pmu_fix.patch (Closes: #273336) + - Updated 01_gnome-default-applications-properties-structs.c.patch to add + FireFox and ThunderBird (Closes: #265882) + - Added a check on self->priv in 14_gst-mixer-grab.patch in order to + provent a crash if something went wrong during initialiastion + (Closes: #269429) + - Updated 09_locate_pointer.patch XUngrabKeyboard call thanks to Sjoerd + Simons (Closes: #275723) + * debian/control{,.in},debian/rules: + - Patch from Robert Millan to build on kfreebsd-gnu (Closes: #272722) + + -- Arnaud Patard Tue, 12 Oct 2004 13:49:27 +0200 + +control-center (1:2.6.1-12) unstable; urgency=low + + * debian/patches: + - Corrected patch 11_default_app.patch so that it checks the pointer value + before calling strlen (Closes: #264288) + - Added a patch that close the mixer devices after 4s of inactivity + (Closes: #255793) + + -- Arnaud Patard Fri, 13 Aug 2004 12:47:09 +0200 + +control-center (1:2.6.1-11) unstable; urgency=low + + * debian/patches: + - Added a patch for fixing the default applications properties capplet + (Closes: #245237) + - Added a patch from http://bugzilla.gnome.org/show_bug.cgi?id=123487 for + handling http,https, unknow urls with the custom browser setting + (Closes: #236297) + - Backported a patch from control-center 2.7 for preventing the typing + break to starts while watching a movie with totem + * debian/control.in: + - Updated the libgnomeui-dev build-depends to get gnutls11 + (Closes: #263609) + + -- Arnaud Patard Thu, 5 Aug 2004 17:46:37 +0200 + +control-center (1:2.6.1-10) unstable; urgency=low + + * debian/patch + - Added a patch so that using the 'locate cursor' mouse option doesn't + disable all multimedia keybinding (Closes: #257581) + - Corrected the patch for the pmu by suppressing the wrong test, as + discussed with upstream (Closes: #258105) + - Added a patch from http://bugzilla.gnome.org/show_bug.cgi?id=145271 to + ensure that all keysims in shortcuts exists in the keymap (Closes: 254745) + * debian + - Corrected some errors in the man page. + + -- Arnaud Patard Mon, 12 Jul 2004 23:32:27 +0200 + +control-center (1:2.6.1-9) unstable; urgency=low + + * debian/patch: + - Corrected the patch so that all modified files are in the diff + (Closes: #257352) + - Modified 06_gst-fix.patch to ensure the usage of the first soundcard on + system with multiple soundcards + + -- Arnaud Patard Sat, 3 Jul 2004 12:50:18 +0200 + +control-center (1:2.6.1-8) unstable; urgency=low + + * debian/capplets-data.install: + - Suppressed the line that was reponsible for copying Xresources two times + (Closes: #252324). + * debian/control.in: + - Added libgstreamer-plugins0.8-dev to build-depends + - Added some gstreamer sound plugin for the volume keybindings + * debian/patch: + - Added a patch from Sjoerd Simons to fix the gstreamer volume code + (Closes: #251831,#253416) + - Added a patch for setting the position of the volume window after + showing it (Closes: #254822) + - Added a patch for cleaning error messages for /dev/pmu from + http://bugzilla.gnome.org/show_bug.cgi?id=132655. It will be merged + in 2.7 (Closes: #252460) + + -- Arnaud Patard Thu, 1 Jul 2004 22:16:30 +0200 + +control-center (1:2.6.1-7) unstable; urgency=high + + * debian/control.in: + + removed libgstreamer-plugins0.8-dev from Build-Depends. + + -- Sebastien Bacher Sat, 19 Jun 2004 15:10:37 +0200 + +control-center (1:2.6.1-6) unstable; urgency=high + + * Rebuilt without gstreamer to try to get control-center in testing fast + to fix nautilus' breakage. + + -- Sebastien Bacher Fri, 18 Jun 2004 01:26:12 +0200 + +control-center (1:2.6.1-5) unstable; urgency=low + + * Rebuilt in a pbuilder, fix the crashe due to linkage with both libxft + (Closes: #254076). + + -- Sebastien Bacher Sat, 12 Jun 2004 23:22:42 +0200 + +control-center (1:2.6.1-4) unstable; urgency=low + + * Gnome Team Upload. + * Added a link to the gnome-settings-daemon in /usr/bin (Closes: #251953). + * debian/control.in: + + Depends on xlibs (Closes: #253287). + + Recommends gnome2-user-guide (Closes: #251992). + + -- Sebastien Bacher Thu, 10 Jun 2004 22:28:02 +0200 + +control-center (1:2.6.1-3) unstable; urgency=low + + * debian/rules : + - As gstreamer 0.8 as reached unstable, reactivate the default option to use + it with the keybindings. + * debian/control.in : + - Added build dependency on libgstreamer-plugins0.8-dev + - Removes dependency on libgnome-keyring-dev since no more needed. + - Added libXrandr-dev as build dependency (Closes: #251429). + * debian/patch : + - Added a patch for resolving conflictings ALSA_CFLAGS problems (Closes: + #249357). + - Added a pathc for using Debian's ac_path_xtra + - Modified the patch for relibtoolizing + + -- Arnaud Patard Sat, 29 May 2004 18:01:45 +0200 + +control-center (1:2.6.1-2) unstable; urgency=low + + * GNOME Team Upload. + * Upload in unstable. + + -- Sebastien Bacher Wed, 26 May 2004 17:30:32 +0200 + +control-center (1:2.6.1-1) experimental; urgency=low + + * New upstream release. + - Fix uniqueness test for binding special keys with no name + - Fix theme manager selection when not running metacity + - Match nautilus' interpretation of icons in desktop files + - Add Evolution 1.5 and 1.6 to "Preferred Applications" (Closes: #243973). + * debian/patches: + - Removes patch for keyboards + - Updates patch for libtool + * debian.control: + - Added a dependency on gconf2 for capplets-data (Closes: #243894). + + -- Arnaud Patard Fri, 16 Apr 2004 12:50:54 +0200 + +control-center (1:2.6.0.3-2) experimental; urgency=low + + * debian/patch: + - Added a patch from gnome cvs for fixing issues with multimedia + keybindings (see http://bugs.gnome.org/show_bug.cgi?id=139190). + - Added a patch to regenerate libtool files. + + -- Arnaud Patard Wed, 7 Apr 2004 01:44:10 +0200 + +control-center (1:2.6.0.3-1) experimental; urgency=low + + * New upstream release + - Fix some keyboard problems + (see http://bugzilla.gnome.org/show_bug.cgi?id=138701). + * control.in: + - Added versionning informations on depend for capplets (needed to ensure + having right version of capplets when upgrapding). + + -- Arnaud Patard Sun, 4 Apr 2004 15:39:57 +0200 + +control-center (1:2.6.0.2-1) experimental; urgency=low + + * New Upstream release. + + Disabled GStreamer (as it now depends on it by default and the package + is not yet upgraded) + * control.in: + + Updated dependencies to libnautilus2 2.6.0. + + Added a conflict on acme, since it's now a part of control-center + + Changed the build dependency on libxrender-dev to libxcursor-dev + (Closes #240483) + + -- Arnaud Patard Thu, 1 Apr 2004 00:09:52 +0200 + +control-center (1:2.5.4-1) experimental; urgency=low + + * New maintainer (Closes: #238876) + * New upstream release + - fix implicitly conversion (Closes: #226554). + - support icon themes now (Closes: #215851). + * debian/control.in, debian/rules: + - now, it uses cdbs. + - adapted for the gnome team packaging. + * Modified patch 01_gnome-default-applications-properties-structs.c.patch to + fit with new version. + + -- Arnaud Patard Thu, 25 Mar 2004 00:07:35 +0100 + +control-center (1:2.4.0-9) unstable; urgency=low + + * Debian/control set Maintainer to Debian QA Group + + -- Christian Marillat Sat, 20 Mar 2004 09:34:15 +0100 + +control-center (1:2.4.0-8) unstable; urgency=low + + * You need + * Notes by Loic Minier : the above changelog message was + meant to be some sort of joke, a message split between many source + packages. No actual change besides orphaning was done in this version. + You can read the full story at: + + + -- Christian Marillat Fri, 19 Mar 2004 15:08:21 +0100 + +control-center (1:2.4.0-7) unstable; urgency=low + + * debian/control capplets package need to depends on capplets-data (Closes: #237311) + + -- Christian Marillat Thu, 11 Mar 2004 09:07:06 +0100 + +control-center (1:2.4.0-6) unstable; urgency=low + + * Split the package. The gnome-control-center binary like nautilus is + simply a front-end for capplets, thus move all capplets in a separate + package (capplets) and add a dependency to 'gnome-control-center | + nautilus | gnome-panel' for that package. Also move data files in + capplets-data package. + * Remove /usr/lib/libgnome-window-settings.{a,la,so}, + gnome-window-settings-2.0.pc and include files. These files are not + needed and should not be packaged (Closes: #221283) + + -- Christian Marillat Sun, 29 Feb 2004 17:40:37 +0100 + +control-center (1:2.4.0-5) unstable; urgency=low + + * debian/prerm Unregister schemas file from the database. + * Patch from bugzilla to fix "symlink" in fontilus (Closes: #231639) + + -- Christian Marillat Thu, 12 Feb 2004 14:35:46 +0100 + +control-center (1:2.4.0-4) unstable; urgency=low + + * Move Xresources files in /etc/gnome/config and disable all resources. + + -- Christian Marillat Mon, 27 Oct 2003 15:51:37 +0100 + +control-center (1:2.4.0-3) unstable; urgency=low + + * Update gnome-desktop-data version in Replaces field (Closes: #217284) + + -- Christian Marillat Fri, 24 Oct 2003 18:56:02 +0200 + +control-center (1:2.4.0-2) unstable; urgency=low + + * Suggest xbase-clients for xrdb + * Rebuild to remove liblinc dependency in the -dev package (Closes: #216722) + * Don't package .la files for modules (Closes: #182873) + * Run libtoolize, I don't know but something is broken in the original tarball. + + -- Christian Marillat Tue, 21 Oct 2003 21:56:55 +0200 + +control-center (1:2.4.0-1) unstable; urgency=low + + * New upstream release. + * Conflicts with drwright and fontilus. + * Need to Build-Depends on libnautilus2-dev + * Add gok and gnopernicus in suggests + + -- Christian Marillat Sat, 18 Oct 2003 16:54:45 +0200 + +control-center (1:2.2.2-3) unstable; urgency=low + + * debian/control Should suggests xscreensaver (Closes: #212737) + + -- Christian Marillat Fri, 26 Sep 2003 14:39:18 +0200 + +control-center (1:2.2.2-2) unstable; urgency=low + + * debian/rules fix DEB_BUILD_OPTIONS=noopt (Closes: #199189) + * Don't need to depends on xbase-clients + * Suggests esound-clients (Closes: #205700) + * Create /usr/share/themes/metacity-1 directory to remove warning (Closes: #211182) + * Add hack to remove libtool rpath + * Add libxrender-dev in Builde-Depends + + -- Christian Marillat Sun, 21 Sep 2003 10:17:00 +0200 + +control-center (1:2.2.2-1) unstable; urgency=low + + * New upstream release. + * New patches : + * 02_network-preferences + fix range of proxy port (Closes: #195644) + * 01_gnome-default-applications-properties-structs.c: + add epiphany in ww-browser list (Closes: #192241) + * Add icon for Debian menu + * Fix linkage bug (Closes: #187368) + * debian/control Remove Suggests: xscreensaver-gnome + + -- Christian Marillat Mon, 23 Jun 2003 11:18:45 +0200 + +control-center (1:2.2.1-2) unstable; urgency=low + + * Update section + * Move metacity-properties package in control-center (Closes: #188077) + + -- Christian Marillat Mon, 7 Apr 2003 22:42:55 +0200 + +control-center (1:2.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 14 Mar 2003 15:17:56 +0100 + +control-center (1:2.2.0.1-1) unstable; urgency=low + + * New upstream release. + * Hack the Icon tag in Advanced.directory (Closes: #179593) + + -- Christian Marillat Wed, 5 Feb 2003 09:49:20 +0100 + +control-center (1:2.2.0-2) unstable; urgency=low + + * Add flex and autotools-dev in Build-Depends (Closes: #178702) + * Move the metacity capplet in a new package metacity-properties + + -- Christian Marillat Thu, 30 Jan 2003 18:40:33 +0100 + +control-center (1:2.2.0-1) unstable; urgency=low + + * New upstream release. + * Add a default theme. Thanks to Johannes Rohr + * Drag and drop for theme work (Closes: #166980) + * Themes aren't sorted case-sensitively (Closes: #166981) + * Should fix key gnome binding properties and metacity key bindings (Closes: #172380) + + -- Christian Marillat Thu, 23 Jan 2003 16:32:09 +0100 + +control-center (1:2.0.3.2-3) unstable; urgency=low + + * Remove duplicate advanced-directory.png + + -- Christian Marillat Sat, 18 Jan 2003 11:54:29 +0100 + +control-center (1:2.0.3.2-2) unstable; urgency=low + + * Use sensible-browser as default browser. + * Add replaces with gnome-desktop-data (Closes: #177141, #176977) + + -- Christian Marillat Fri, 17 Jan 2003 16:10:52 +0100 + +control-center (1:2.0.3.2-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 20 Dec 2002 13:27:59 +0100 + +control-center (1:2.0.3-2) unstable; urgency=low + + * Should depends on scrollkeeper (Closes: #169850) + + -- Christian Marillat Sun, 24 Nov 2002 16:11:14 +0100 + +control-center (1:2.0.3-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 24 Nov 2002 15:27:52 +0100 + +control-center (1:2.0.2.91-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 17 Nov 2002 00:52:21 +0100 + +control-center (1:2.0.1.1-5) unstable; urgency=low + + * Upload to unstable + * Call scrollkeeper-update with -q (Closes: #166625) + * New upstream release (Closes: #110004) + * keyboard setup are correctly restored (Closes: #156856) + * Bugs related to the old interface (Closes: #62491, #81299, #131440, #71042) + * No more problem when rescaling an image (Closes: #72602) + * Sould build correctly under mips (Closes: #163604) + * Can center large image (Closes: #68651) + + -- Christian Marillat Mon, 28 Oct 2002 11:46:53 +0100 + +control-center (1:2.0.1.1-4) experimental; urgency=low + + * Upload with the new original tarball + + -- Christian Marillat Sun, 29 Sep 2002 17:22:15 +0200 + +control-center2 (1:2.0.1.1-3) experimental; urgency=low + + * Update package veriosn to 1:2.0.1.1-3 to supersedes the unstable version + which is 1:1.4.0.5-6 + + -- Christian Marillat Sat, 28 Sep 2002 20:07:45 +0200 + +control-center2 (2.0.1.1-2) experimental; urgency=low + + * Update to standards version 3.5.7 + * Upload withtout the 2 suffix + + -- Christian Marillat Sat, 28 Sep 2002 18:05:58 +0200 + +control-center2 (2.0.1.1-1) experimental; urgency=low + + * New upstream release. + * Remove fam from recommends should be in libgnomevfs2-0 package. + + -- Christian Marillat Thu, 22 Aug 2002 15:44:13 +0200 + +control-center2 (2.0.1-2) experimental; urgency=low + + * Build against the latest libgnomevfs2-dev 2.0.2-4 + + -- Christian Marillat Fri, 16 Aug 2002 17:44:03 +0200 + +control-center2 (2.0.1-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 7 Aug 2002 12:33:10 +0200 + +control-center2 (2.0.0-3) experimental; urgency=low + + * Should recommends fame. + + -- Christian Marillat Thu, 25 Jul 2002 15:28:22 +0200 + +control-center2 (2.0.0-2) experimental; urgency=low + + * Add x-terminal-emulator in the list of terminal. + * Build against the latest libzvt + + -- Christian Marillat Sun, 7 Jul 2002 20:44:23 +0200 + +control-center2 (2.0.0-1) experimental; urgency=low + + * New upstream release. + * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and + DEB_BUILD_OPTIONS + + -- Christian Marillat Tue, 18 Jun 2002 12:34:40 +0200 + +control-center2 (1.99.10-2) experimental; urgency=low + + * debian/rules Add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 in install target. + * Install schemas file in postinst. + * debian/postinst check if schemas files are present before calling + gconftool-2 + * debian/postrm call scrollkeeper-update with -q + * Removed old package in suggests + * Update the menu file with the rigth binary name + + -- Christian Marillat Sun, 9 Jun 2002 20:29:30 +0200 + +control-center2 (1.99.10-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 12 May 2002 14:59:06 +0200 + +control-center2 (1.99.9-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 30 Apr 2002 10:47:01 +0200 + +control-center2 (1.99.7-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 22 Apr 2002 18:17:28 +0200 + +control-center2 (1.99.6-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 14 Apr 2002 17:43:36 +0200 + +control-center2 (1.99.4-3) experimental; urgency=low + + * Need to Depends on gnome-desktop-data + + -- Christian Marillat Wed, 13 Mar 2002 11:17:58 +0100 + +control-center2 (1.99.4-2) experimental; urgency=low + + * Need to Depends on gnome-session2 (Closes: #137961) + + -- Christian Marillat Wed, 13 Mar 2002 11:05:26 +0100 + +control-center2 (1.99.4-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 11 Mar 2002 14:49:29 +0100 + +control-center2 (1.99.3-2) experimental; urgency=low + + * Remove duplicate session.desktop file. + + -- Christian Marillat Mon, 25 Feb 2002 18:14:07 +0100 + +control-center2 (1.99.3-1) experimental; urgency=low + + * New upstream release + + -- Christian Marillat Fri, 15 Feb 2002 00:35:49 +0100 + +control-center2 (1.99.0-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 20 Jan 2002 18:08:37 +0100 + +control-center (1:1.5.11-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 17 Dec 2001 17:49:00 +0100 + +control-center (1:1.5.8-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 6 Oct 2001 19:12:41 +0200 + +control-center (1:1.5.4-1) unstable; urgency=low + + * New upstream release. + * debian/*.sgml Use docbook 4.1 + + -- Christian Marillat Mon, 6 Aug 2001 15:30:44 +0200 + +control-center (1:1.4.0.1-11) unstable; urgency=low + + * Update config.sub and config.guess (Closes: #103733, #103903) + * Remove libtool hack. + + -- Christian Marillat Sun, 8 Jul 2001 11:36:30 +0200 + +control-center (1:1.4.0.1-10) unstable; urgency=low + + * Switch to debhelper V3 + * Change the WPrefs location in WindowMaker.desktop (Closes: #101148) + * Change libraries versionning to (>= 1:1.4.0.1-6) instead of the latest + package number. + + -- Christian Marillat Fri, 22 Jun 2001 16:48:15 +0200 + +control-center (1:1.4.0.1-9) unstable; urgency=low + + * Rewrote the callbacks.c patch (not complete) (Closes: #98085) + + -- Christian Marillat Sun, 20 May 2001 09:36:48 +0200 + +control-center (1:1.4.0.1-8) unstable; urgency=low + + * Depends on gnome-bin (Closes: #97677) + * Depends on xbase-clients + + -- Christian Marillat Fri, 18 May 2001 00:06:13 +0200 + +control-center (1:1.4.0.1-7) unstable; urgency=low + + * Patch callbacks.c to reflect change in the new xscreensaver package (3.32-1) + and update the suggests field. Thaks to Roderich Schupp. (Closes: #96542) + + -- Christian Marillat Sun, 6 May 2001 22:34:12 +0200 + +control-center (1:1.4.0.1-6) unstable; urgency=low + + * Build against the latest gnome-libs 1.2.13-5. + + -- Christian Marillat Tue, 24 Apr 2001 12:39:50 +0200 + +control-center (1:1.4.0.1-5) unstable; urgency=low + + * Typo in build depends (Closes: #93267) + * Rewrote Flame.desktop + + -- Christian Marillat Sat, 14 Apr 2001 15:32:28 +0200 + +control-center (1:1.4.0.1-4) unstable; urgency=low + + * Really add docbook-to-man in build-depends (Closes: #93190) + * Replace libungif3g-dev by libungif4-dev in build-depends (Closes: #93197) + + -- Christian Marillat Sat, 7 Apr 2001 12:18:03 +0200 + +control-center (1:1.4.0.1-3) unstable; urgency=low + + * Remove unused Flame.desktop (Closes: #92850) + * Patch po/Makefile.in.in to use DESTDIR + * Add scrollkeeper in depends (Closes: #93007) + + -- Christian Marillat Thu, 5 Apr 2001 18:30:35 +0200 + +control-center (1:1.4.0.1-2) unstable; urgency=low + + * Add docbook-to-man in build-depends (Closes: #92421) + * Don't compress control-center.sgml (Closes: #92603) + * Call scrollkeeper-update in postinst and prerm for gnome-control-center + + -- Christian Marillat Mon, 2 Apr 2001 21:35:15 +0200 + +control-center (1:1.4.0.1-1) unstable; urgency=low + + * New upstream release. + * Write 12 manpages (Closes: #87098) + + -- Christian Marillat Fri, 30 Mar 2001 19:38:51 +0200 + +control-center (1:1.4.0-1) unstable; urgency=low + + * New upstream release. + * debian/control build-depends on libgnome-vfs-dev and xml-i18n-tools + + -- Christian Marillat Mon, 19 Mar 2001 11:10:30 +0100 + +control-center (1:1.2.4-1) unstable; urgency=low + + * New upstream release. + * Add libgdk-pixbuf-dev in build-depends (Closes: #87416) + * debian/menu The session properties capplet is now on the gnome-core + package, remove this menu entry. + + -- Christian Marillat Thu, 8 Mar 2001 00:12:29 +0100 + +control-center (1:1.2.3-1) unstable; urgency=low + + * New upstream release. + * Removed locale and callback patchs included by upstream. + * No more lockup while closing desktop (Closes: #76215) + + -- Christian Marillat Sun, 18 Feb 2001 15:57:25 +0100 + +control-center (1:1.2.2-10) unstable; urgency=low + + * Build against the latest gnome-libs 1.2.11 + + -- Christian Marillat Mon, 5 Feb 2001 14:53:58 +0100 + +control-center (1:1.2.2-9) unstable; urgency=low + + * Remove xpm4g-dev from Build-depends (Closes: #82556) + + -- Christian Marillat Wed, 17 Jan 2001 10:04:01 +0100 + +control-center (1:1.2.2-8) unstable; urgency=low + + * Patch to show the right debian version (Closes: #82391) + + -- Christian Marillat Mon, 15 Jan 2001 15:35:59 +0100 + +control-center (1:1.2.2-7) unstable; urgency=low + + * Remove imlib-progs from depends. Move gnome-core from depends to Suggests. + + -- Christian Marillat Thu, 30 Nov 2000 11:59:04 +0100 + +control-center (1:1.2.2-6) unstable; urgency=low + + * Change fonts attribute in callback.dpatch (Closes: #75320) + * Install symlinks in /usr/share/doc for -dev package. + + -- Christian Marillat Thu, 2 Nov 2000 17:48:11 +0100 + +control-center (1:1.2.2-5) unstable; urgency=low + + * Patch all capplets to add a call to setlocale(LC_ALL, ""). + + -- Christian Marillat Fri, 20 Oct 2000 15:55:34 +0200 + +control-center (1:1.2.2-4) unstable; urgency=low + + * Add a patch to display russian and other 8 byte character correctly + thanks to ChiDeok Hwang + * New version close this old bug (Closes: #58797) + + -- Christian Marillat Wed, 11 Oct 2000 17:54:29 +0200 + +control-center (1:1.2.2-3) unstable; urgency=low + + * Fix bad symlink in gnome-control-center (Closes: #74279) + + -- Christian Marillat Mon, 9 Oct 2000 15:02:57 +0200 + +control-center (1:1.2.2-2) unstable; urgency=low + + * Arrange documentation for dhelp. + + -- Christian Marillat Fri, 6 Oct 2000 17:09:54 +0200 + +control-center (1:1.2.2-1) unstable; urgency=low + + * Return to the 1.2 branch, because 1.3 is ... + * Switch to debhelper V2. + * New/old GUI (Closes: #71043, #71040, #71039, #71038) + + -- Christian Marillat Mon, 25 Sep 2000 17:33:23 +0200 + +control-center (1.3.0-5) unstable; urgency=low + + * Add debhelper in Build-Depends (Closes: #70220) + * Build against libungif4g (Closes: #71236) + + -- Christian Marillat Sun, 10 Sep 2000 00:48:36 +0200 + +control-center (1.3.0-4) unstable; urgency=low + + * Patch configure to install session-properties-capplet. + + -- Christian Marillat Thu, 24 Aug 2000 20:35:38 +0200 + +control-center (1.3.0-3) unstable; urgency=low + + * Install screensaver-properties.desktop in the right place (Closes: #69502). + * Install Documents.directory and Session.directory files. + + -- Christian Marillat Mon, 21 Aug 2000 00:59:43 +0200 + +control-center (1.3.0-2) unstable; urgency=low + + * debian/control Added imlib-progs in the dependencies field (Closes: #69427). + + -- Christian Marillat Sat, 19 Aug 2000 22:31:37 +0200 + +control-center (1.3.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 14 Aug 2000 15:32:43 +0200 + +control-center (1.2.1-1) unstable; urgency=low + + * New upstrem release. + * debian/patches Added 2 patches for IceWM.desktop and WindowMaker.desktop + (Closes: #47353, #48099). + * New e-mail address. + * Removed 2 undocumented manpages (bell-properties-capplet.1, e-conf.1). + * Removed property-background patche. + * debian/menu removed entry for bell-properties and put all entrys in + System/Gnome. + + -- Christian Marillat Wed, 2 Aug 2000 09:03:59 +0200 + +control-center (1.2.0-2) unstable; urgency=low + + * Updated the Build-depends field. (Closes: #64904) + + -- Christian Marillat Tue, 30 May 2000 10:15:38 +0200 + +control-center (1.2.0-1) unstable; urgency=low + + * New upstream source (Closes: #64584) + * debian/control removed depends libcapplet0 provided by shlibs:Depends. + * Updated Standards-Version to 3.1.1.1 added Build-depends field. + + -- Christian Marillat Thu, 25 May 2000 19:21:14 +0200 + +control-center (1.0.53-1) unstable; urgency=low + + * New upstream source. + + -- Christian Marillat Fri, 31 Mar 2000 11:32:47 +0200 + +control-center (1.0.51-5) frozen unstable; urgency=low + + * debian/copyright updated to the new directory. + + -- Christian Marillat Wed, 22 Mar 2000 23:17:17 +0100 + +control-center (1.0.51-4) frozen unstable; urgency=low + + * Apply a patch I wrote to fix the RCB. Closes: #51568 + * New maintainer. Christian Marillat is taking the package over. + I'm sponsoring him for the moment ... + * Changed the description. Removed the part about beta software. + Closes: #54979 + * Applied the patch for centering the background picture. + Closes: #54285 + * Added patch-on-the-fly support to debian/rules. + + -- Raphael Hertzog Tue, 21 Mar 2000 20:31:20 +0100 + +control-center (1.0.51-3) frozen unstable; urgency=low + + * NMU. + * Fixes RC bug #56769, WindowMaker wm settings fixed. + + -- Chris McKillop Thu, 3 Feb 2000 07:13:39 -0500 + +control-center (1.0.51-2) frozen unstable; urgency=low + + * Orphaned. + + -- Michael Alan Dorman Thu, 3 Feb 2000 07:13:29 -0500 + +control-center (1.0.51-1) unstable; urgency=low + + * Officially claimed as my own. + * libcapplet has been stripped for a while (closes: bug#31245) + * We've updated... (closes: bug#44136) + * Correct xworm definition for screensaver (closes: bug#51514) + * The libc/libglib issues are resolved now (closes: bug#37535) + * control-center is much more stable, and should work with window-maker (closes: bug#38706) + * gnomecc seems to respect current bg color better (closes: bug#38917) + * Couldn't reproduce this error with current versions (closes: bug#38995) + * Invoking individual capplets seems to work now (closes: bug#39135) + * Screensavers seem to be more stable now (closes: bug#41992) + * URL handler assignments seems to work now (closes: bug#44983) + * Fudged dependency on esd to get rid of versioned depends (closes: bug#52353) + * Totally revamped build process (closes: bug#33848, bug#38344) + * Appears to have been fixed (closes: bug#33736, bug#33472)) + + -- Michael Alan Dorman Mon, 20 Dec 1999 14:19:48 -0500 + +control-center (1.0.51-0.2) unstable; urgency=low + + * Fix from Christian Marillat for wm-properties + + -- Michael Alan Dorman Tue, 19 Oct 1999 14:22:43 -0400 + +control-center (1.0.51-0.1) unstable; urgency=low + + * New upstream version. NMU. + + -- Michael Alan Dorman Sun, 10 Oct 1999 16:48:39 -0400 + +control-center (1.0.50-0.1) unstable; urgency=low + + * New upstream version. NMU + + -- Michael Alan Dorman Thu, 30 Sep 1999 22:24:11 -0400 + +control-center (1.0.5-2) unstable; urgency=low + + * Actually changed maintainer address in debian/control + * Fixed up WindowMaker and IceWM paths for wm-properties + + -- Steve Haslam Thu, 27 May 1999 02:05:10 +0100 + +control-center (1.0.5-1) unstable; urgency=low + + * New maintainer. + * Moved "xscreensaver" to "Suggests:" field. (Bug#32724) + * Called dh_strip when making libcapplet-dev + + -- Steve Haslam Thu, 20 May 1999 03:50:25 +0100 + +control-center (1.0.5-0.1) unstable; urgency=low + + * Non-maintainer upload + * New upstream version + + -- Steve Haslam Mon, 19 Apr 1999 10:08:13 +0100 + +control-center (1.0.1-0.1) unstable; urgency=low + + * NMU for GNOME-1.0 + + -- Jules Bean Fri, 5 Mar 1999 10:34:56 +0000 + +control-center (0.99.3-3) unstable; urgency=low + + * Patched to remove #define HAVE_REDHAT_SCREENSAVER_RPM. + Also, added Recommends: xscreensaver + Fixes: BUG#32462 + + -- Jim Pick Wed, 27 Jan 1999 21:40:24 -0800 + +control-center (0.99.3-2) unstable; urgency=low + + * Recompiled due to dependencies. + + -- Jim Pick Sun, 24 Jan 1999 01:11:12 -0800 + +control-center (0.99.3-1) unstable; urgency=low + + * New upstream release. + + -- Jim Pick Thu, 21 Jan 1999 21:31:48 -0800 + +gnome-core (0.30-2) frozen unstable; urgency=low + + * Recompiled with new libs. + * Fixed reference to /usr/X11R6 in README.Debian. + * Added warnings (Gnome is ALPHA). + * Patched dialer_applet to use pon/poff. + * Patched drivemount_applet to default to /floppy. + + -- Jim Pick Tue, 24 Nov 1998 10:56:08 -0800 + +gnome-core (0.30-1) unstable; urgency=low + + * New upstream release. + + -- Jim Pick Thu, 24 Sep 1998 21:28:02 -0700 + +gnome-core (0.28.1-1) unstable; urgency=low + + * New upstream release. + * Hopefully fixes panel applet bug. + + -- Jim Pick Wed, 19 Aug 1998 20:12:25 -0700 + +gnome-core (0.28-1) unstable; urgency=low + + * New upstream release. + + -- Jim Pick Mon, 17 Aug 1998 12:59:26 -0700 + +gnome-core (0.27-1) unstable; urgency=low + + * New upstream release. + * Added /usr/doc/gnome + + -- Jim Pick Sat, 15 Aug 1998 14:21:06 -0700 + +gnome-core (0.25-1) unstable; urgency=low + + * New upstream release. + + -- Jim Pick Thu, 6 Aug 1998 22:51:22 -0700 + +gnome-core (0.20-2) unstable; urgency=low + + * Added Debian menu-method for gnome-panel. Fixed Bug #24025 + (Thanks to Ray Dassen for reporting the bug, and Riku Voipio + who wrote the menu method for Gnome 0.12) + + -- Jim Pick Wed, 22 Jul 1998 20:22:00 -0700 + +gnome-core (0.20-1) unstable; urgency=low + + * New upstream release. + + -- Jim Pick Mon, 8 Jun 1998 12:00:08 -0700 + +gnome-core (0.13-1) unstable; urgency=low + + * Initial Release. + + -- Jim Pick Mon, 16 Mar 1998 15:27:43 -0800 + + diff --git a/compat b/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +8 diff --git a/control b/control new file mode 100644 index 0000000..4ad48cd --- /dev/null +++ b/control @@ -0,0 +1,144 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. +Source: gnome-control-center +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: Andreas Henriksson , Josselin Mouette , Laurent Bigonville , Sjoerd Simons +Standards-Version: 3.9.6 +Build-Depends: autotools-dev, + cdbs (>= 0.4.41), + debhelper (>= 8), + dpkg-dev (>= 1.16.1~), + libaccountsservice-dev (>= 0.6.30), + desktop-file-utils, + dh-autoreconf, + gnome-common, + gnome-pkg-tools (>= 0.10), + gnome-settings-daemon-dev (>= 3.7.3), + gsettings-desktop-schemas-dev (>= 3.13.91), + gtk-doc-tools, + intltool (>= 0.37.1), + libcanberra-gtk3-dev, + libcheese-gtk-dev (>= 3.5.91), + libcolord-dev (>= 0.1.29), + libcolord-gtk-dev (>= 0.1.24), + libcups2-dev, + libdbus-1-dev (>= 0.32), + libdbus-glib-1-dev (>= 0.32), + libgdk-pixbuf2.0-dev (>= 2.23.0), + libgirepository1.0-dev, + libglib2.0-dev (>= 2.37.7), + libgnome-desktop-3-dev (>= 3.11.3), + libgnomekbd-dev (>= 2.91.91), + libgnome-bluetooth-dev (>= 3.11.1) [linux-any], + libibus-1.0-dev (>= 1.5.2), + libgoa-1.0-dev (>= 3.9.90), + libgrilo-0.2-dev (>= 0.2.6), + libgtk-3-dev (>= 3.13.0), + libgtop2-dev, + libkrb5-dev, + libnm-glib-dev (>= 0.9.8) [linux-any], + libnm-glib-vpn-dev (>= 0.9.8) [linux-any], + libnm-gtk-dev (>= 0.9.8) [linux-any], + libnm-util-dev (>= 0.9.8) [linux-any], + libnotify-dev (>= 0.7.3), + libpolkit-gobject-1-dev (>= 0.103), + libpulse-dev, + libpwquality-dev, + libsmbclient-dev (>= 2:3.6.12-1), + libupower-glib-dev (>= 0.99.0), + libwacom-dev (>= 0.7) [linux-any], + libxi-dev (>= 2:1.2), + libx11-dev, + libxft-dev (>= 2.1.2), + libxklavier-dev (>= 5.1), + libxml2-dev, + locales, + network-manager-dev (>= 0.9.8) [linux-any], + libnm-util-dev (>= 0.9.8) [linux-any], + libnm-glib-dev (>= 0.9.8) [linux-any], + libmm-glib-dev [linux-any], + shared-mime-info, +Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-control-center/ +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-control-center/ + +Package: gnome-control-center +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + accountsservice, + apg, + colord (>= 0.1.30), + desktop-file-utils, + gnome-control-center-data (<< ${gnome:NextVersion}), + gnome-control-center-data (>= ${source:Version}), + gnome-desktop3-data, + gnome-icon-theme (>= 3.7), + gnome-icon-theme-symbolic (>= 3.7), + gnome-settings-daemon (>= 3.13.91), + gsettings-desktop-schemas (>= 3.13.91), +Recommends: cups-pk-helper, + gnome-online-accounts, + gnome-user-guide, + gnome-user-share, + gkbd-capplet, + iso-codes, + mesa-utils, + mousetweaks, + policykit-1-gnome, + rygel | rygel-tracker, + system-config-printer (>= 1.4), + network-manager-gnome (>= 0.9.8), + libnss-myhostname, + cracklib-runtime, + realmd +Breaks: gnome-power-manager (<< 3.0), + gnome-session (<< 3.0), + libglib2.0-0 (<< 2.28.6-2), + gnome-bluetooth (<< 3.4), + libgnome-bluetooth8 +Replaces: gnome-bluetooth (<< 3.4) +Suggests: gstreamer1.0-pulseaudio, + libcanberra-gtk-module, + libcanberra-gtk3-module, + x11-xserver-utils +Description: utilities to configure the GNOME desktop + This package contains configuration applets for the GNOME desktop, + allowing to set accessibility configuration, desktop fonts, keyboard + and mouse properties, sound setup, desktop theme and background, user + interface properties, screen resolution, and other GNOME parameters. + . + It also contains a front end to these applets, which can also be + accessed with the GNOME panel or the Nautilus file manager. + +Package: gnome-control-center-dev +Architecture: all +Section: devel +Depends: ${misc:Depends} +Description: utilities to configure the GNOME desktop + This package contains the file required to get the keydirs location + +Package: gnome-control-center-data +Architecture: all +Depends: ${misc:Depends} +Recommends: gnome-control-center (>= ${source:Version}) +Provides: capplets-data +Conflicts: capplets-data +Replaces: capplets-data, + gdm (<< 3.0), + gdm3 (<< 3.0), + gnome-media-common (<< 2.91), + gnome-power-manager (<< 3.2), + gnome-settings-daemon (<< 3.0), + gnome-control-center (<< 1:3.7.92-2~) +Breaks: gdm (<< 3.0), + gdm3 (<< 3.0), + gnome-power-manager (<< 3.2), + gnome-settings-daemon (<< 3.0), + gnome-control-center (<< 1:3.7.92-2~) +Description: configuration applets for GNOME - data files + This package contains data files (icons, pixmaps, locales files) needed by + the configuration applets in the gnome-control-center package. diff --git a/control.in b/control.in new file mode 100644 index 0000000..ad74d67 --- /dev/null +++ b/control.in @@ -0,0 +1,140 @@ +Source: gnome-control-center +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.9.6 +Build-Depends: autotools-dev, + cdbs (>= 0.4.41), + debhelper (>= 8), + dpkg-dev (>= 1.16.1~), + libaccountsservice-dev (>= 0.6.30), + desktop-file-utils, + dh-autoreconf, + gnome-common, + gnome-pkg-tools (>= 0.10), + gnome-settings-daemon-dev (>= 3.7.3), + gsettings-desktop-schemas-dev (>= 3.13.91), + gtk-doc-tools, + intltool (>= 0.37.1), + libcanberra-gtk3-dev, + libcheese-gtk-dev (>= 3.5.91), + libcolord-dev (>= 0.1.29), + libcolord-gtk-dev (>= 0.1.24), + libcups2-dev, + libdbus-1-dev (>= 0.32), + libdbus-glib-1-dev (>= 0.32), + libgdk-pixbuf2.0-dev (>= 2.23.0), + libgirepository1.0-dev, + libglib2.0-dev (>= 2.37.7), + libgnome-desktop-3-dev (>= 3.11.3), + libgnomekbd-dev (>= 2.91.91), + libgnome-bluetooth-dev (>= 3.11.1) [linux-any], + libibus-1.0-dev (>= 1.5.2), + libgoa-1.0-dev (>= 3.9.90), + libgrilo-0.2-dev (>= 0.2.6), + libgtk-3-dev (>= 3.13.0), + libgtop2-dev, + libkrb5-dev, + libnm-glib-dev (>= 0.9.8) [linux-any], + libnm-glib-vpn-dev (>= 0.9.8) [linux-any], + libnm-gtk-dev (>= 0.9.8) [linux-any], + libnm-util-dev (>= 0.9.8) [linux-any], + libnotify-dev (>= 0.7.3), + libpolkit-gobject-1-dev (>= 0.103), + libpulse-dev, + libpwquality-dev, + libsmbclient-dev (>= 2:3.6.12-1), + libupower-glib-dev (>= 0.99.0), + libwacom-dev (>= 0.7) [linux-any], + libxi-dev (>= 2:1.2), + libx11-dev, + libxft-dev (>= 2.1.2), + libxklavier-dev (>= 5.1), + libxml2-dev, + locales, + network-manager-dev (>= 0.9.8) [linux-any], + libnm-util-dev (>= 0.9.8) [linux-any], + libnm-glib-dev (>= 0.9.8) [linux-any], + libmm-glib-dev [linux-any], + shared-mime-info, +Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-control-center/ +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-control-center/ + +Package: gnome-control-center +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + accountsservice, + apg, + colord (>= 0.1.30), + desktop-file-utils, + gnome-control-center-data (<< ${gnome:NextVersion}), + gnome-control-center-data (>= ${source:Version}), + gnome-desktop3-data, + gnome-icon-theme (>= 3.7), + gnome-icon-theme-symbolic (>= 3.7), + gnome-settings-daemon (>= 3.13.91), + gsettings-desktop-schemas (>= 3.13.91), +Recommends: cups-pk-helper, + gnome-online-accounts, + gnome-user-guide, + gnome-user-share, + gkbd-capplet, + iso-codes, + mesa-utils, + mousetweaks, + policykit-1-gnome, + rygel | rygel-tracker, + system-config-printer (>= 1.4), + network-manager-gnome (>= 0.9.8), + libnss-myhostname, + cracklib-runtime, + realmd +Breaks: gnome-power-manager (<< 3.0), + gnome-session (<< 3.0), + libglib2.0-0 (<< 2.28.6-2), + gnome-bluetooth (<< 3.4), + libgnome-bluetooth8 +Replaces: gnome-bluetooth (<< 3.4) +Suggests: gstreamer1.0-pulseaudio, + libcanberra-gtk-module, + libcanberra-gtk3-module, + x11-xserver-utils +Description: utilities to configure the GNOME desktop + This package contains configuration applets for the GNOME desktop, + allowing to set accessibility configuration, desktop fonts, keyboard + and mouse properties, sound setup, desktop theme and background, user + interface properties, screen resolution, and other GNOME parameters. + . + It also contains a front end to these applets, which can also be + accessed with the GNOME panel or the Nautilus file manager. + +Package: gnome-control-center-dev +Architecture: all +Section: devel +Depends: ${misc:Depends} +Description: utilities to configure the GNOME desktop + This package contains the file required to get the keydirs location + +Package: gnome-control-center-data +Architecture: all +Depends: ${misc:Depends} +Recommends: gnome-control-center (>= ${source:Version}) +Provides: capplets-data +Conflicts: capplets-data +Replaces: capplets-data, + gdm (<< 3.0), + gdm3 (<< 3.0), + gnome-media-common (<< 2.91), + gnome-power-manager (<< 3.2), + gnome-settings-daemon (<< 3.0), + gnome-control-center (<< 1:3.7.92-2~) +Breaks: gdm (<< 3.0), + gdm3 (<< 3.0), + gnome-power-manager (<< 3.2), + gnome-settings-daemon (<< 3.0), + gnome-control-center (<< 1:3.7.92-2~) +Description: configuration applets for GNOME - data files + This package contains data files (icons, pixmaps, locales files) needed by + the configuration applets in the gnome-control-center package. diff --git a/copyright b/copyright new file mode 100644 index 0000000..fae914c --- /dev/null +++ b/copyright @@ -0,0 +1,26 @@ +This package was debianized by Jim Pick jim@jimpick.com on +Sat, 14 Mar 1998 20:12:23 -0800. + +It was downloaded from: + http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/ + +Copyright: 1998,99,2000 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, + USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/gnome-control-center-data.install b/gnome-control-center-data.install new file mode 100644 index 0000000..4509f7e --- /dev/null +++ b/gnome-control-center-data.install @@ -0,0 +1,7 @@ +usr/share/gnome-control-center +usr/share/sounds +usr/share/locale +usr/share/icons +usr/share/pixmaps/faces +usr/share/polkit-1 +debian/gnome-control-center.pkla /var/lib/polkit-1/localauthority/10-vendor.d/ diff --git a/gnome-control-center-data.maintscript b/gnome-control-center-data.maintscript new file mode 100644 index 0000000..2a3e891 --- /dev/null +++ b/gnome-control-center-data.maintscript @@ -0,0 +1,2 @@ +rm_conffile /etc/xdg/menus/gnomecc.menu 1:3.8.3-2~ +rm_conffile /etc/xdg/autostart/gnome-sound-applet.desktop 1:3.8.3-2~ diff --git a/gnome-control-center-data.postinst b/gnome-control-center-data.postinst new file mode 100644 index 0000000..1efffc9 --- /dev/null +++ b/gnome-control-center-data.postinst @@ -0,0 +1,8 @@ +#! /bin/sh +set -e + +if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl "1:2.26"; then + rm -f /etc/xdg/autostart/gnome-at-session.desktop +fi + +#DEBHELPER# diff --git a/gnome-control-center-dev.install b/gnome-control-center-dev.install new file mode 100644 index 0000000..b794134 --- /dev/null +++ b/gnome-control-center-dev.install @@ -0,0 +1 @@ +usr/share/pkgconfig diff --git a/gnome-control-center.install b/gnome-control-center.install new file mode 100644 index 0000000..65012a7 --- /dev/null +++ b/gnome-control-center.install @@ -0,0 +1,8 @@ +debian/gnome-control-center.xpm usr/share/pixmaps +usr/bin +usr/share/applications +usr/share/man +usr/lib/gnome-control-center +usr/share/bash-completion +usr/share/dbus-1 +usr/share/gnome-shell diff --git a/gnome-control-center.menu b/gnome-control-center.menu new file mode 100644 index 0000000..ba71c38 --- /dev/null +++ b/gnome-control-center.menu @@ -0,0 +1,4 @@ +?package(gnome-control-center):needs="X11" section="Applications/System/Administration" \ + hints="Gnome" title="Gnome Control Center" \ + icon="/usr/share/pixmaps/gnome-control-center.xpm" \ + command="/usr/bin/gnome-control-center" diff --git a/gnome-control-center.pkla b/gnome-control-center.pkla new file mode 100644 index 0000000..72c1fec --- /dev/null +++ b/gnome-control-center.pkla @@ -0,0 +1,4 @@ +[Allow admins to set the hostname,locale,keyboard,date/time without prompting] +Identity=unix-group:admin;unix-group:sudo +Action=org.freedesktop.locale1.set-locale;org.freedesktop.locale1.set-keyboard;org.freedesktop.hostname1.set-static-hostname;org.freedesktop.hostname1.set-hostname;org.gnome.controlcenter.datetime.configure +ResultActive=yes diff --git a/gnome-control-center.postinst b/gnome-control-center.postinst new file mode 100644 index 0000000..3b50e52 --- /dev/null +++ b/gnome-control-center.postinst @@ -0,0 +1,7 @@ +#! /bin/sh +set -e + +rm -f /etc/gnome-vfs-2.0/modules/theme-method.conf +rm -f /etc/gnome-vfs-2.0/modules/font-method.conf + +#DEBHELPER# diff --git a/gnome-control-center.postrm b/gnome-control-center.postrm new file mode 100644 index 0000000..d6d7d99 --- /dev/null +++ b/gnome-control-center.postrm @@ -0,0 +1,12 @@ +#! /bin/sh +set -e + +case "$1" in +purge) + rm -f /etc/gnome-settings-daemon/xrandr/monitors.xml || true + ;; +*) + ;; +esac + +#DEBHELPER# diff --git a/gnome-control-center.xpm b/gnome-control-center.xpm new file mode 100644 index 0000000..2391d12 --- /dev/null +++ b/gnome-control-center.xpm @@ -0,0 +1,361 @@ +/* XPM */ +static char * gnome_control_center_xpm[] = { +"32 32 326 2", +" c None", +". c #959791", +"+ c #C0C1BD", +"@ c #8F908B", +"# c #8E8F8B", +"$ c #F1F1F0", +"% c #F0F1F0", +"& c #979A94", +"* c #585A56", +"= c #90918B", +"- c #8D8E89", +"; c #B3B5B0", +"> c #F3F3F2", +", c #EEEEED", +"' c #898C87", +") c #5A5C59", +"! c #ADAFAC", +"~ c #DDDDDC", +"{ c #5B5D5A", +"] c #9A9C95", +"^ c #B3B5B1", +"/ c #8A8C87", +"( c #F2F2F2", +"_ c #FAFAFA", +": c #92948F", +"< c #5B5D59", +"[ c #838582", +"} c #D0D0CE", +"| c #D6D6D5", +"1 c #C2C3C1", +"2 c #979A93", +"3 c #F9F9F9", +"4 c #939490", +"5 c #979894", +"6 c #F6F7F6", +"7 c #FCFCFB", +"8 c #A5A7A3", +"9 c #626460", +"0 c #F7F7F7", +"a c #EDEEED", +"b c #D8D9D7", +"c c #5F625D", +"d c #8D8F8A", +"e c #D2D5D0", +"f c #868983", +"g c #878984", +"h c #A5A7A4", +"i c #F1F2F0", +"j c #F0F1EF", +"k c #FCFCFC", +"l c #A6A7A4", +"m c #5A5C58", +"n c #676964", +"o c #CBCBC9", +"p c #F9F9F8", +"q c #969693", +"r c #888985", +"s c #E7E8E6", +"t c #D8DAD6", +"u c #E7E7E5", +"v c #EAEBE9", +"w c #ECECEA", +"x c #E8E9E7", +"y c #F3F4F3", +"z c #E5E7E4", +"A c #E1E2E0", +"B c #858883", +"C c #5A5E58", +"D c #676965", +"E c #A5A7A2", +"F c #696C68", +"G c #626461", +"H c #5B5C58", +"I c #A4A7A3", +"J c #E7E8E5", +"K c #CDCFCA", +"L c #D4D6D2", +"M c #E0E1DE", +"N c #ECEDEB", +"O c #E8EAE7", +"P c #C2C4BE", +"Q c #D0D2CD", +"R c #C4C5C2", +"S c #686A66", +"T c #AAACA7", +"U c #696A66", +"V c #5D5F59", +"W c #9C9D98", +"X c #D8D9D6", +"Y c #E5E5E4", +"Z c #ECECEB", +"` c #CBCFC8", +" . c #B6B8B2", +".. c #B2B4AE", +"+. c #D6D7D4", +"@. c #5B5F59", +"#. c #6A6B67", +"$. c #ADB0AB", +"%. c #696C67", +"&. c #80827D", +"*. c #8E918B", +"=. c #E0E1DF", +"-. c #C6C8C3", +";. c #ADB0AA", +">. c #B4B6B1", +",. c #E2E3E1", +"'. c #AFB0AE", +"). c #5D5E5B", +"!. c #6B6E69", +"~. c #B2B4B0", +"{. c #696B68", +"]. c #81837E", +"^. c #D1D2CF", +"/. c #C4C6C2", +"(. c #BEC0BB", +"_. c #EEEEEE", +":. c #B0B1AE", +"<. c #5D5F5B", +"[. c #6E706B", +"}. c #B6B8B5", +"|. c #6B6C68", +"1. c #7F807A", +"2. c #CECFCD", +"3. c #D9D9D7", +"4. c #DADBD9", +"5. c #EBEBEB", +"6. c #EFEFEF", +"7. c #5C5E5B", +"8. c #6F716E", +"9. c #BBBDB9", +"0. c #6A6D68", +"a. c #7C7F7A", +"b. c #D0D0CF", +"c. c #ECECEC", +"d. c #E7E7E7", +"e. c #E4E5E4", +"f. c #717270", +"g. c #C0C1BE", +"h. c #6B6D69", +"i. c #D1D1D0", +"j. c #E1E1E0", +"k. c #979895", +"l. c #797B77", +"m. c #6C6D68", +"n. c #7C7D79", +"o. c #9A9B99", +"p. c #7A7B78", +"q. c #C9CBC7", +"r. c #70726D", +"s. c #747572", +"t. c #61635F", +"u. c #7B7D79", +"v. c #CDCFCB", +"w. c #70726E", +"x. c #828380", +"y. c #B7B7B6", +"z. c #9C9D9A", +"A. c #204B86", +"B. c #244E89", +"C. c #565D62", +"D. c #787977", +"E. c #D2D4D0", +"F. c #898A88", +"G. c #A5A6A3", +"H. c #B4B5B2", +"I. c #DFE0DD", +"J. c #ACADAA", +"K. c #214B87", +"L. c #5A7EAE", +"M. c #92ABC6", +"N. c #828A8E", +"O. c #D6D7D5", +"P. c #6E6F6B", +"Q. c #5E5F5C", +"R. c #9D9E9C", +"S. c #C5C6C4", +"T. c #C1C3BF", +"U. c #DBDCD9", +"V. c #ABACA9", +"W. c #6E706C", +"X. c #355E94", +"Y. c #97B4D4", +"Z. c #4574AD", +"`. c #507DB5", +" + c #737C80", +".+ c #4F585D", +"++ c #6D6F6A", +"@+ c #C3C4C2", +"#+ c #BABCB7", +"$+ c #D7D8D5", +"%+ c #6D706B", +"&+ c #2E5790", +"*+ c #8DA7C5", +"=+ c #4D7AB1", +"-+ c #4A7AB3", +";+ c #5783B6", +">+ c #617CA1", +",+ c #173663", +"'+ c #C1C1BF", +")+ c #D2D3D0", +"!+ c #B6B9B4", +"~+ c #D0D1CD", +"{+ c #CDCECC", +"]+ c #787976", +"^+ c #204A87", +"/+ c #4A6FA3", +"(+ c #91ADCD", +"_+ c #507CB3", +":+ c #4B7BB4", +"<+ c #5881B3", +"[+ c #5978A2", +"}+ c #2C4A78", +"|+ c #173560", +"1+ c #6F716C", +"2+ c #BEC0BD", +"3+ c #CED0CD", +"4+ c #B0B2AC", +"5+ c #ADB0A9", +"6+ c #CECFCB", +"7+ c #E3E4E2", +"8+ c #BCBDBB", +"9+ c #A2A5A0", +"0+ c #90928F", +"a+ c #727571", +"b+ c #29508C", +"c+ c #7294BE", +"d+ c #89AAD1", +"e+ c #4372AC", +"f+ c #4D7CB5", +"g+ c #5780B3", +"h+ c #506B91", +"i+ c #1C3B69", +"j+ c #6B6D6A", +"k+ c #C4C5C3", +"l+ c #C3C6C1", +"m+ c #B7B9B4", +"n+ c #DFE1DD", +"o+ c #F4F5F3", +"p+ c #E5E6E4", +"q+ c #E6E7E5", +"r+ c #385F96", +"s+ c #8EAED2", +"t+ c #749BC7", +"u+ c #3D6DA9", +"v+ c #4D7DB5", +"w+ c #527DB2", +"x+ c #4D6B97", +"y+ c #1A3867", +"z+ c #DBDCDA", +"A+ c #D9DBD6", +"B+ c #F8F8F8", +"C+ c #DEDFDC", +"D+ c #E2E3E0", +"E+ c #CFD1CC", +"F+ c #E8E8E7", +"G+ c #2A518C", +"H+ c #87A7CC", +"I+ c #648EBF", +"J+ c #3A6AA7", +"K+ c #4E7DB6", +"L+ c #537FB5", +"M+ c #466899", +"N+ c #203F6C", +"O+ c #818380", +"P+ c #F8F8F7", +"Q+ c #EBECEA", +"R+ c #E6E8E4", +"S+ c #E4E4E3", +"T+ c #9B9D9A", +"U+ c #7A7C77", +"V+ c #DFDFDD", +"W+ c #757873", +"X+ c #224B89", +"Y+ c #7093BE", +"Z+ c #6B92C1", +"`+ c #5684B9", +" @ c #385D94", +".@ c #294977", +"+@ c #183462", +"@@ c #7E7F7B", +"#@ c #CCCCCA", +"$@ c #797A77", +"%@ c #FAFBFA", +"&@ c #9C9D99", +"*@ c #204987", +"=@ c #577CAB", +"-@ c #7095C3", +";@ c #5481B6", +">@ c #325A91", +",@ c #305284", +"'@ c #173462", +")@ c #767874", +"!@ c #F1F2F1", +"~@ c #ECEDEC", +"{@ c #6A6C68", +"]@ c #C5C6C3", +"^@ c #29528B", +"/@ c #7596C1", +"(@ c #3B6BA7", +"_@ c #4E7AAF", +":@ c #335A90", +"<@ c #294C7D", +"[@ c #183762", +"}@ c #60625D", +"|@ c #E1E2DF", +"1@ c #8D8E8B", +"2@ c #656663", +"3@ c #244980", +"4@ c #5779A2", +"5@ c #4773AA", +"6@ c #34588E", +"7@ c #214271", +"8@ c #16335E", +"9@ c #81827E", +"0@ c #5E605D", +"a@ c #264779", +"b@ c #496487", +"c@ c #345585", +"d@ c #1B3B68", +"e@ c #132C51", +"f@ c #7D7F7B", +"g@ c #80837D", +"h@ c #17345E", +"i@ c #15335B", +"j@ c #575855", +"k@ c #5E605C", +" ", +" . + @ ", +" # $ % & * ", +" = - ; > , ' ) ! ~ { ", +" ] ^ / ( _ : < [ } | 1 ) ", +" 2 3 4 5 6 7 8 9 0 a b c ", +" d % e f g h i j k l m n o p q ", +" r s t u v w x y z A B C D E F G H ", +" I J K L M N O P Q R { S T U V ", +" W X Y Z v ` ...+.! @.#.$.%.) ", +" &.*.=.-.;.>.,.'. ).!.~.{.m ", +" ].^./.(.^._.:. <.[.}.|.< ", +" 1.2.3.4.5.6.'. 7.8.9.0.). ", +" a.b.c.d.e.c.].f.g.h.{ ", +" a.i.c.j.k.l./.m.< ", +" n.2.o.p.q.r.s.t. ", +" n u.v.w.x.y.z. ", +" A.B.C.D.E.8.F.G.H.I.J.w. ", +" K.L.M.N.O.P.Q.R.S./.T.U.V.W. ", +" X.Y.Z.`. +.+ ++@++.(.#+$+V.%+ ", +" &+*+=+-+;+>+,+ 8.'+)+!+; ~+{+]+ ", +" ^+/+(+_+:+<+[+}+|+ 1+2+3+4+5+6+7+8+9+0+a+ ", +" b+c+d+e+f+g+h+i+ j+k+l+m+n+o+% v p+q+l. ", +" r+s+t+u+v+w+x+y+ 1+z+A+B+v C+n+D+E+F+#. ", +" G+H+I+J+K+L+M+N+ O+P+Q+R+S+T+U+V+v W+ ", +" X+Y+Z+J+K+`+ @.@+@ @@P+q+#@F $@%@&@ ", +" *@=@-@J+K+;@>@,@'@ )@!@~@{@ ]@5 ", +" ^@/@(@K+_@:@<@[@ }@s |@1@ 2@{@ ", +" 3@4@f+5@6@7@8@ 9@x s 0@ ", +" a@b@c@d@e@ f@e.g@ ", +" h@i@ j@k@ ", +" "}; diff --git a/patches/01_menu_category.patch b/patches/01_menu_category.patch new file mode 100644 index 0000000..0e97843 --- /dev/null +++ b/patches/01_menu_category.patch @@ -0,0 +1,13 @@ +diff --git a/shell/gnome-control-center.desktop.in.in b/shell/gnome-control-center.desktop.in.in +index a7160bd..b8c543f 100644 +--- a/shell/gnome-control-center.desktop.in.in ++++ b/shell/gnome-control-center.desktop.in.in +@@ -5,7 +5,7 @@ Exec=gnome-control-center --overview + Terminal=false + Type=Application + StartupNotify=true +-Categories=GNOME;GTK;System; ++Categories=GNOME;GTK;Settings; + OnlyShowIn=GNOME;Unity; + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=gnome-control-center diff --git a/patches/06_handle_passwd_with_ldap.patch b/patches/06_handle_passwd_with_ldap.patch new file mode 100644 index 0000000..3c132de --- /dev/null +++ b/patches/06_handle_passwd_with_ldap.patch @@ -0,0 +1,19 @@ +Description: Handle the case where passwd re-asks for the current password when it was entered incorrectly (when using LDAP) + Based on a patch from Ryan Tandy +Author: Chris Coulson +Bug-Ubuntu: https:/launchpad.net/bugs/607357 +Forwarded: no + +Index: gnome-control-center-3.3.91/panels/user-accounts/run-passwd.c +=================================================================== +--- gnome-control-center-3.3.91.orig/panels/user-accounts/run-passwd.c 2011-08-25 17:09:31.000000000 +0200 ++++ gnome-control-center-3.3.91/panels/user-accounts/run-passwd.c 2012-03-06 17:52:14.335082975 +0100 +@@ -408,7 +408,7 @@ + + if (is_string_complete (str->str, "assword: ", "failure", "wrong", "error", NULL)) { + +- if (strstr (str->str, "assword: ") != NULL) { ++ if (strstr (str->str, "assword: ") != NULL && strstr (str->str, "incorrect") == NULL) { + /* Authentication successful */ + + passwd_handler->backend_state = PASSWD_STATE_NEW; diff --git a/patches/07_polkit_wheel_sudo_group.patch b/patches/07_polkit_wheel_sudo_group.patch new file mode 100644 index 0000000..9496df9 --- /dev/null +++ b/patches/07_polkit_wheel_sudo_group.patch @@ -0,0 +1,16 @@ +Description: The "wheel" group is not existing on debian, check the "sudo" one instead +Author: Laurent Bigonville +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760722 +Forwarded: not-needed + +--- a/panels/common/gnome-control-center.rules ++++ b/panels/common/gnome-control-center.rules +@@ -6,7 +6,7 @@ polkit.addRule(function(action, subject) + action.id == "org.gnome.controlcenter.datetime.configure") && + subject.local && + subject.active && +- subject.isInGroup ("wheel")) { ++ subject.isInGroup ("sudo")) { + return polkit.Result.YES; + } + }); diff --git a/patches/30_stack_overflow.patch b/patches/30_stack_overflow.patch new file mode 100644 index 0000000..fe93d20 --- /dev/null +++ b/patches/30_stack_overflow.patch @@ -0,0 +1,30 @@ +From f5be9cccd8e78970d25fa3559128e827f9924651 Mon Sep 17 00:00:00 2001 +From: Rui Matos +Date: Mon, 10 Nov 2014 15:06:52 +0100 +Subject: sharing: Prevent an endless loop and resulting stack overflow + +We need to block ourselves around the gtk_switch_set_active() call in +the error path, when we can't speak to the sharing dbus service, or we +end up in an endless loop since we're the ::state-set handler. + +https://bugzilla.gnome.org/show_bug.cgi?id=739886 + +diff --git a/panels/sharing/cc-sharing-networks.c b/panels/sharing/cc-sharing-networks.c +index 181ed99..10920de 100644 +--- a/panels/sharing/cc-sharing-networks.c ++++ b/panels/sharing/cc-sharing-networks.c +@@ -190,7 +190,11 @@ cc_sharing_networks_enable_network (GtkSwitch *widget, + g_warning ("Failed to %s service %s: %s", state ? "enable" : "disable", + self->priv->service_name, error->message); + g_error_free (error); ++ g_signal_handlers_block_by_func (widget, ++ cc_sharing_networks_enable_network, self); + gtk_switch_set_active (widget, !state); ++ g_signal_handlers_unblock_by_func (widget, ++ cc_sharing_networks_enable_network, self); + } + + cc_sharing_update_networks (self); +-- +cgit v0.10.1 + diff --git a/patches/31_printers_border.patch b/patches/31_printers_border.patch new file mode 100644 index 0000000..60eabfb --- /dev/null +++ b/patches/31_printers_border.patch @@ -0,0 +1,25 @@ +From cc0ce5f2c6d52f799707a612832f3715572eeab9 Mon Sep 17 00:00:00 2001 +From: Marek Kasik +Date: Thu, 27 Nov 2014 15:06:47 +0100 +Subject: printers: Remove border around model name + +The border was not there in 3.10 and it is not +intended to be there in 3.14. + +https://bugzilla.gnome.org/show_bug.cgi?id=740811 + +diff --git a/panels/printers/printers.ui b/panels/printers/printers.ui +index ecb545f..3891c35 100644 +--- a/panels/printers/printers.ui ++++ b/panels/printers/printers.ui +@@ -332,6 +332,7 @@ + True + True + False ++ False + + + False +-- +cgit v0.10.1 + diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..bcaaabe --- /dev/null +++ b/patches/series @@ -0,0 +1,5 @@ +01_menu_category.patch +06_handle_passwd_with_ldap.patch +07_polkit_wheel_sudo_group.patch +30_stack_overflow.patch +31_printers_border.patch diff --git a/rules b/rules new file mode 100755 index 0000000..43a3a96 --- /dev/null +++ b/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/autoreconf.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk +include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed +include /usr/share/dpkg/buildflags.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-update-mimedb + +DEB_DH_MAKESHLIBS_ARGS_gnome-control-center = --no-act + +common-binary-post-install-arch:: list-missing diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/watch b/watch new file mode 100644 index 0000000..772b73a --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=3 +http://download.gnome.org/sources/gnome-control-center/([\d\.]+[02468])/gnome-control-center-([\d\.]+)\.tar\.xz -- 2.30.2