From: Andreas Henriksson Date: Tue, 30 May 2017 20:29:04 +0000 (+0100) Subject: gnome-control-center (1:3.22.2-3) unstable; urgency=medium X-Git-Tag: archive/raspbian/1%3.26.1-2+rpi1~1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=577cf56d3e1e603e171c384547517feb550f2b98;p=gnome-control-center.git gnome-control-center (1:3.22.2-3) unstable; urgency=medium * Add debian/patches/git_allow_empty_ip4_gateway.patch - Allow entering manual ipv4 configuration *without* a gateway. (Cherry-picked from upstream commit 898d0aa4e9780078ff3) Closes: #863595 (see also bgo: #708500) [dgit import unpatched gnome-control-center 1:3.22.2-3] --- 577cf56d3e1e603e171c384547517feb550f2b98 diff --cc debian/changelog index 0000000,0000000..96d3384 new file mode 100644 --- /dev/null +++ b/debian/changelog @@@ -1,0 -1,0 +1,2839 @@@ ++gnome-control-center (1:3.22.2-3) unstable; urgency=medium ++ ++ * Add debian/patches/git_allow_empty_ip4_gateway.patch ++ - Allow entering manual ipv4 configuration *without* a gateway. ++ (Cherry-picked from upstream commit 898d0aa4e9780078ff3) ++ Closes: #863595 (see also bgo: #708500) ++ ++ -- Andreas Henriksson Tue, 30 May 2017 22:29:04 +0200 ++ ++gnome-control-center (1:3.22.2-2) unstable; urgency=medium ++ ++ * Remove leftover Build-Depends on network-manager-dev, libnm-util-dev and ++ libnm-glib-dev. Those are no longer needed after the switch to ++ libnm-dev/libnma-dev. ++ ++ -- Michael Biebl Mon, 15 May 2017 17:21:05 +0200 ++ ++gnome-control-center (1:3.22.2-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * Set --with-gnome-session-libexecdir so gnome-control-center can find the ++ gnome-session-check-accelerated binary which is required for the info ++ panel. ++ * debian/patches/info-Do-not-crash-if-Renderer-is-not-set-by-SessionM.patch ++ - Fix a crash in the info panel if the renderer can not be retrieved from ++ SessionManager. ++ ++ -- Michael Biebl Tue, 14 Mar 2017 23:15:36 +0100 ++ ++gnome-control-center (1:3.22.1-2) unstable; urgency=medium ++ ++ [ Helmut Grohne ] ++ * Mark gnome-control-center-{dev,data} Multi-Arch: foreign. ++ (Closes: #842527) ++ ++ [ Michael Biebl ] ++ * Drop Recommends: gnome-control-center from gnome-control-center-data. ++ (Closes: #819458) ++ ++ -- Michael Biebl Wed, 25 Jan 2017 16:51:16 +0100 ++ ++gnome-control-center (1:3.22.1-1) unstable; urgency=medium ++ ++ * New upstream release. ++ ++ -- Michael Biebl Tue, 11 Oct 2016 17:30:11 +0200 ++ ++gnome-control-center (1:3.22.0-2) unstable; urgency=medium ++ ++ [ Jeremy Bicha ] ++ * debian/control.in: ++ - Recommend libcanberra-pulse for Test Speakers feature (Closes: #676234) ++ ++ [ Andreas Henriksson ] ++ * Add build-dependency on tzdata as zone.tab is used in tests. ++ (Closes: #839485) ++ ++ -- Andreas Henriksson Sat, 08 Oct 2016 22:42:58 +0200 ++ ++gnome-control-center (1:3.22.0-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * Drop fix-crash-entering-ipv4-gateway.patch and ++ fix-crash-entering-ipv4-routes.patch, merged upstream. ++ * Bump debhelper compat level to 10. ++ * Bump Build-Depends on libgtk-3-dev to (>= 3.22.0) for ++ GtkScrolledWindow.propagate_natural_width. (Closes: #838336) ++ * Use non-multiarch path (/usr/lib/gnome-control-center) for libexecdir. ++ ++ -- Michael Biebl Wed, 21 Sep 2016 02:00:20 +0200 ++ ++gnome-control-center (1:3.21.92-2) unstable; urgency=high ++ ++ * Team upload. ++ * Add fix-crash-entering-ipv4-gateway.patch and ++ fix-crash-entering-ipv4-routes.patch taken from upstream git fixing ++ crashes when setting IPv4 gateway or IPv4 routes. They can be dropped for ++ 3.21.93. Closes: #836835 ++ * High urgency to get those fixes in testing as quickly as possible. ++ ++ -- Raphaël Hertzog Thu, 15 Sep 2016 21:40:56 +0200 ++ ++gnome-control-center (1:3.21.92-1) unstable; urgency=medium ++ ++ * New upstream beta release. ++ * debian/gnome-control-center.install: ship usr/share/gettext/its ++ - this installs the new gnome-keybindings.its and .loc ++ * Append a ~ to the versioned libsmbclient-dev build-dependency ++ to silence lintian. ++ ++ -- Andreas Henriksson Tue, 13 Sep 2016 14:19:49 +0200 ++ ++gnome-control-center (1:3.21.90-1) unstable; urgency=medium ++ ++ [ Andreas Henriksson ] ++ * New upstream beta release. ++ * Update (build-)dependencies according to configure.ac changes: ++ - bump gsettings-desktop-schemas-dev to >= 3.21.4 ++ - bump libgoa-1.0-dev to >= 3.21.5 ++ - bump libgnome-desktop-3-dev to >= 3.21.2 ++ - bump libgtk-3-dev to >= 3.21.4 ++ - bump libnm-* to >= 1.2.0 ++ - Replace libnm-glib-dev, libnm-glib-vpn-dev, libnm-gtk-dev and ++ libnm-util-dev with libnm-dev (>= 1.2.0) and libnma-dev (>= 1.2.0) ++ * Drop Recommends on mesa-utils ++ - not needed for a long time since upstream commit c60221e0b4187a ++ which has now been superseded by fetching the info over dbus ++ from gnome-session. ++ * Bump build-dependency on libgtk-3-dev to >= 3.21.5 ++ - the keyboard panel uses GtkShortcutLabel which is not in 3.21.4. ++ ++ [ Michael Biebl ] ++ * Drop Build-Depends on libdbus-1-dev and libnotify-dev, no longer required. ++ * Drop obsolete cleanup code in maintainer scripts. ++ * Convert from cdbs to dh. ++ ++ -- Michael Biebl Thu, 01 Sep 2016 12:43:52 +0200 ++ ++gnome-control-center (1:3.20.1-2) unstable; urgency=medium ++ ++ * debian/control.in: Switch system-config-printer recommends to ++ system-config-printer-common, g-c-c only needs a subset of s-c-p ++ * debian/control.in: Bump Standards-Version to 3.9.8 (no further changes) ++ ++ -- Laurent Bigonville Sun, 05 Jun 2016 14:10:48 +0200 ++ ++gnome-control-center (1:3.20.1-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * Drop Build-Depends on libdbus-glib-1-dev, no longer needed. ++ * Recommend policykit-1 instead of policykit-1-gnome. The GNOME Shell ++ already has a PolicyKit authentication agent builtin, so we only need the ++ system service. ++ * Upload to unstable. ++ ++ -- Michael Biebl Tue, 19 Apr 2016 15:22:11 +0200 ++ ++gnome-control-center (1:3.19.92-1) experimental; urgency=medium ++ ++ [ Dmitry Shachnev ] ++ * Drop dependencies on gnome-icon-theme{,-symbolic}. It is superseded ++ by adwaita-icon-theme, which is pulled in by libgtk-3-common. ++ ++ [ Andreas Henriksson ] ++ * New upstream release. ++ * Update (build-)dependencies according to configure.ac changes: ++ - Bump gnome-settings-daemon(-dev) to >= 3.19.1 ++ - Bump gsettings-desktop-schemas(-dev) to >= 3.19.3 ++ - Bump libglib2.0-dev to (>= 2.44.0) ++ - Bump libgnome-desktop3-dev to >= 3.19.93 ++ - Bump gtk+ to >= 3.19.12 ++ - switch libgrilo-0.2-dev -> libgrilo-0.3-dev (>= 0.3.0) ++ * Bump Standards-Version to 3.9.7 ++ ++ -- Andreas Henriksson Thu, 17 Mar 2016 23:47:32 +0100 ++ ++gnome-control-center (1:3.18.2-1) unstable; urgency=medium ++ ++ [ Laurent Bigonville ] ++ * Add pulseaudio-module-bluetooth to the Recommends, this is allowing the ++ user to use his computer as an external speaker for devices like ++ smartphones ++ ++ [ Michael Biebl ] ++ * New upstream release. ++ * Drop 08_fix_syntax_errors_in_sharing_panel_translations.patch, merged ++ upstream. ++ ++ -- Michael Biebl Wed, 11 Nov 2015 16:32:17 +0100 ++ ++gnome-control-center (1:3.18.1-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * Upload to unstable. ++ * Update Build-Depends as per configure.ac: ++ - Bump libgrilo-0.2-dev to (>= 0.2.12). ++ - Bump libgnome-bluetooth-dev to (>= 3.18.0). ++ * Drop debian/patches/debian-uses-ssh-service.patch and instead set ++ SSHD_SERVICE=ssh.service via CPPFLAGS in debian/rules. ++ * Cherry-pick patch from upstream which fixes syntax errors in ++ gnome-sharing-panel.desktop translations. ++ ++ -- Michael Biebl Wed, 14 Oct 2015 21:51:58 +0200 ++ ++gnome-control-center (1:3.17.92-1) experimental; urgency=medium ++ ++ [ Josselin Mouette ] ++ * Remove Debian menu entry. ++ ++ [ Andreas Henriksson ] ++ * New upstream release candidate. ++ * Update build-dependencies according to configure.ac changes: ++ - bump gnome-bluetooth >= 3.17.90 ++ - bump gnome-desktop >= 3.17.4 ++ * Update debian/patches/debian-uses-ssh-service.patch ++ ++ -- Andreas Henriksson Wed, 16 Sep 2015 17:22:36 +0200 ++ ++gnome-control-center (1:3.16.3-1) unstable; urgency=medium ++ ++ [ Andreas Henriksson ] ++ * Add debian/patches/debian-uses-ssh-service.patch ++ - look for ssh.service (rathen than sshd.service) to make ++ Remote Login show up under sharing panel. ++ ++ [ Michael Biebl ] ++ * New upstream release. ++ * Drop clean-la.mk include from debian/rules, the package no longer ships ++ any libtool .la files. ++ * Drop obsolete Breaks/Replaces from pre-wheezy and the no longer used ++ Conflicts/Replaces/Provides: capplet-data. ++ * Bump debhelper compatibility level to 9. ++ ++ -- Michael Biebl Wed, 22 Jul 2015 21:00:37 +0200 ++ ++gnome-control-center (1:3.16.2-2) unstable; urgency=medium ++ ++ * Upload to unstable. ++ ++ -- Emilio Pozuelo Monfort Sun, 14 Jun 2015 13:44:52 +0200 ++ ++gnome-control-center (1:3.16.2-1) experimental; urgency=medium ++ ++ * New upstream release. ++ * Update build-dependencies according to configure.ac changes: ++ - Bump libaccountsservice-dev to >= 0.6.39 ++ - Bump gsettings-desktop-schemas-dev to >= 3.15.4 ++ - Bump libgoa-1.0-dev to >= 3.15.1 ++ - Bump libgtk-3-dev to >= 3.15.0 ++ - Bump gsettings-desktop-schemas to >= 3.15.4 ++ - Add libgudev-1.0-dev [linux-any] ++ * gnome-control-center: install new appdata file ++ ++ -- Andreas Henriksson Thu, 11 Jun 2015 15:51:24 +0200 ++ ++gnome-control-center (1:3.14.4-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * Update patches. ++ ++ -- Michael Biebl Mon, 27 Apr 2015 16:35:53 +0200 ++ ++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 --cc debian/compat index 0000000,0000000..f599e28 new file mode 100644 --- /dev/null +++ b/debian/compat @@@ -1,0 -1,0 +1,1 @@@ ++10 diff --cc debian/control index 0000000,0000000..cc74ac3 new file mode 100644 --- /dev/null +++ b/debian/control @@@ -1,0 -1,0 +1,117 @@@ ++# 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 , Laurent Bigonville , Michael Biebl ++Standards-Version: 3.9.8 ++Build-Depends: debhelper (>= 10), ++ dpkg-dev (>= 1.16.1~), ++ libaccountsservice-dev (>= 0.6.39), ++ desktop-file-utils, ++ gnome-common, ++ gnome-pkg-tools (>= 0.10), ++ gnome-settings-daemon-dev (>= 3.19.1), ++ gsettings-desktop-schemas-dev (>= 3.21.4), ++ 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, ++ libgdk-pixbuf2.0-dev (>= 2.23.0), ++ libgirepository1.0-dev, ++ libglib2.0-dev (>= 2.44.0), ++ libgnome-desktop-3-dev (>= 3.21.2), ++ libgnomekbd-dev (>= 2.91.91), ++ libgnome-bluetooth-dev (>= 3.18.0) [linux-any], ++ libibus-1.0-dev (>= 1.5.2), ++ libgoa-1.0-dev (>= 3.21.5), ++ libgrilo-0.3-dev (>= 0.3.0), ++ libgtk-3-dev (>= 3.22.0), ++ libgtop2-dev, ++ libgudev-1.0-dev [linux-any], ++ libkrb5-dev, ++ libnm-dev (>= 1.2.0) [linux-any], ++ libnma-dev (>= 1.2.0) [linux-any], ++ libmm-glib-dev [linux-any], ++ 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, ++ shared-mime-info, ++ tzdata ++Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-control-center/ ++Vcs-Browser: https://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-settings-daemon (>= 3.19.1), ++ gsettings-desktop-schemas (>= 3.21.4), ++Recommends: cups-pk-helper, ++ gnome-online-accounts, ++ gnome-user-guide, ++ gnome-user-share, ++ gkbd-capplet, ++ iso-codes, ++ libcanberra-pulse, ++ mousetweaks, ++ policykit-1, ++ rygel | rygel-tracker, ++ system-config-printer-common (>= 1.4), ++ network-manager-gnome (>= 0.9.8), ++ libnss-myhostname, ++ cracklib-runtime, ++ pulseaudio-module-bluetooth, ++ realmd ++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 ++Multi-Arch: foreign ++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 ++Multi-Arch: foreign ++Depends: ${misc:Depends} ++Breaks: gnome-control-center (<< 1:3.7.92-2~) ++Replaces: 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 --cc debian/control.in index 0000000,0000000..397f84f new file mode 100644 --- /dev/null +++ b/debian/control.in @@@ -1,0 -1,0 +1,113 @@@ ++Source: gnome-control-center ++Section: gnome ++Priority: optional ++Maintainer: Debian GNOME Maintainers ++Uploaders: @GNOME_TEAM@ ++Standards-Version: 3.9.8 ++Build-Depends: debhelper (>= 10), ++ dpkg-dev (>= 1.16.1~), ++ libaccountsservice-dev (>= 0.6.39), ++ desktop-file-utils, ++ gnome-common, ++ gnome-pkg-tools (>= 0.10), ++ gnome-settings-daemon-dev (>= 3.19.1), ++ gsettings-desktop-schemas-dev (>= 3.21.4), ++ 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, ++ libgdk-pixbuf2.0-dev (>= 2.23.0), ++ libgirepository1.0-dev, ++ libglib2.0-dev (>= 2.44.0), ++ libgnome-desktop-3-dev (>= 3.21.2), ++ libgnomekbd-dev (>= 2.91.91), ++ libgnome-bluetooth-dev (>= 3.18.0) [linux-any], ++ libibus-1.0-dev (>= 1.5.2), ++ libgoa-1.0-dev (>= 3.21.5), ++ libgrilo-0.3-dev (>= 0.3.0), ++ libgtk-3-dev (>= 3.22.0), ++ libgtop2-dev, ++ libgudev-1.0-dev [linux-any], ++ libkrb5-dev, ++ libnm-dev (>= 1.2.0) [linux-any], ++ libnma-dev (>= 1.2.0) [linux-any], ++ libmm-glib-dev [linux-any], ++ 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, ++ shared-mime-info, ++ tzdata ++Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-control-center/ ++Vcs-Browser: https://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-settings-daemon (>= 3.19.1), ++ gsettings-desktop-schemas (>= 3.21.4), ++Recommends: cups-pk-helper, ++ gnome-online-accounts, ++ gnome-user-guide, ++ gnome-user-share, ++ gkbd-capplet, ++ iso-codes, ++ libcanberra-pulse, ++ mousetweaks, ++ policykit-1, ++ rygel | rygel-tracker, ++ system-config-printer-common (>= 1.4), ++ network-manager-gnome (>= 0.9.8), ++ libnss-myhostname, ++ cracklib-runtime, ++ pulseaudio-module-bluetooth, ++ realmd ++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 ++Multi-Arch: foreign ++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 ++Multi-Arch: foreign ++Depends: ${misc:Depends} ++Breaks: gnome-control-center (<< 1:3.7.92-2~) ++Replaces: 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 --cc debian/copyright index 0000000,0000000..e0c00c1 new file mode 100644 --- /dev/null +++ b/debian/copyright @@@ -1,0 -1,0 +1,25 @@@ ++This package was debianized by Jim Pick jim@jimpick.com on ++Sat, 14 Mar 1998 20:12:23 -0800. ++ ++It was downloaded from: ++ https://download.gnome.org/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 --cc debian/gnome-control-center-data.install index 0000000,0000000..5abb4a2 new file mode 100644 --- /dev/null +++ b/debian/gnome-control-center-data.install @@@ -1,0 -1,0 +1,8 @@@ ++usr/share/gnome-control-center ++usr/share/sounds ++usr/share/locale ++usr/share/gettext/its ++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 --cc debian/gnome-control-center-data.maintscript index 0000000,0000000..2a3e891 new file mode 100644 --- /dev/null +++ b/debian/gnome-control-center-data.maintscript @@@ -1,0 -1,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 --cc debian/gnome-control-center-dev.install index 0000000,0000000..b794134 new file mode 100644 --- /dev/null +++ b/debian/gnome-control-center-dev.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/pkgconfig diff --cc debian/gnome-control-center.docs index 0000000,0000000..6f83607 new file mode 100644 --- /dev/null +++ b/debian/gnome-control-center.docs @@@ -1,0 -1,0 +1,3 @@@ ++AUTHORS ++NEWS ++README diff --cc debian/gnome-control-center.install index 0000000,0000000..c0272be new file mode 100644 --- /dev/null +++ b/debian/gnome-control-center.install @@@ -1,0 -1,0 +1,8 @@@ ++usr/bin ++usr/share/appdata ++usr/share/applications ++usr/share/man ++usr/lib/gnome-control-center ++usr/share/bash-completion ++usr/share/dbus-1 ++usr/share/gnome-shell diff --cc debian/gnome-control-center.pkla index 0000000,0000000..72c1fec new file mode 100644 --- /dev/null +++ b/debian/gnome-control-center.pkla @@@ -1,0 -1,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 --cc debian/patches/01_menu_category.patch index 0000000,0000000..0e97843 new file mode 100644 --- /dev/null +++ b/debian/patches/01_menu_category.patch @@@ -1,0 -1,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 --cc debian/patches/06_handle_passwd_with_ldap.patch index 0000000,0000000..aabe1f0 new file mode 100644 --- /dev/null +++ b/debian/patches/06_handle_passwd_with_ldap.patch @@@ -1,0 -1,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.14.4/panels/user-accounts/run-passwd.c ++=================================================================== ++--- gnome-control-center-3.14.4.orig/panels/user-accounts/run-passwd.c 2015-04-27 16:34:03.007787268 +0200 +++++ gnome-control-center-3.14.4/panels/user-accounts/run-passwd.c 2015-04-27 16:34:03.003787194 +0200 ++@@ -404,7 +404,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 --cc debian/patches/07_polkit_wheel_sudo_group.patch index 0000000,0000000..9496df9 new file mode 100644 --- /dev/null +++ b/debian/patches/07_polkit_wheel_sudo_group.patch @@@ -1,0 -1,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 --cc debian/patches/git_allow_empty_ip4_gateway.patch index 0000000,0000000..412c617 new file mode 100644 --- /dev/null +++ b/debian/patches/git_allow_empty_ip4_gateway.patch @@@ -1,0 -1,0 +1,38 @@@ ++From 898d0aa4e9780078ff3f978a2e439e4a2b85e682 Mon Sep 17 00:00:00 2001 ++From: Andreas Henriksson ++Date: Wed, 12 Oct 2016 13:27:43 +0200 ++Subject: network: allow empty ip4 default gateway ++ ++Null-checking the text_gateway makes no sense as it has already been ++dereferenced earlier. Instead check if it's the empty string and ++treat that as not-an-error. Also prevent the empty string from ++being set in default_gateway. ++ ++https://bugzilla.gnome.org/show_bug.cgi?id=708500 ++--- ++ panels/network/connection-editor/ce-page-ip4.c | 5 +++-- ++ 1 file changed, 3 insertions(+), 2 deletions(-) ++ ++diff --git a/panels/network/connection-editor/ce-page-ip4.c b/panels/network/connection-editor/ce-page-ip4.c ++index 502408a..9450029 100644 ++--- a/panels/network/connection-editor/ce-page-ip4.c +++++ b/panels/network/connection-editor/ce-page-ip4.c ++@@ -765,12 +765,13 @@ ui_to_setting (CEPageIP4 *page) ++ } ++ ++ if (gtk_widget_is_visible (GTK_WIDGET (gateway_entry)) && ++- text_gateway && !nm_utils_ipaddr_valid (AF_INET, text_gateway)) { +++ *text_gateway && +++ !nm_utils_ipaddr_valid (AF_INET, text_gateway)) { ++ widget_set_error (g_object_get_data (G_OBJECT (row), "gateway")); ++ ret = FALSE; ++ } else { ++ widget_unset_error (GTK_WIDGET (gateway_entry)); ++- if (gtk_widget_is_visible (GTK_WIDGET (gateway_entry))) { +++ if (gtk_widget_is_visible (GTK_WIDGET (gateway_entry)) && *text_gateway) { ++ g_assert (default_gateway == NULL); ++ default_gateway = text_gateway; ++ } ++-- ++cgit v0.12 ++ diff --cc debian/patches/info-Do-not-crash-if-Renderer-is-not-set-by-SessionM.patch index 0000000,0000000..2dc000b new file mode 100644 --- /dev/null +++ b/debian/patches/info-Do-not-crash-if-Renderer-is-not-set-by-SessionM.patch @@@ -1,0 -1,0 +1,31 @@@ ++From 97e4d87ae8a123d5b1711ddbaba6bc0d3a0a39a8 Mon Sep 17 00:00:00 2001 ++From: Ondrej Holy ++Date: Mon, 5 Dec 2016 10:15:12 +0100 ++Subject: [PATCH] info: Do not crash if Renderer is not set by SessionManager ++ ++This regression has been introduced by commit 52da4da. The ++info panel crashes if prettify_info() returns NULL. This happens ++if Renderer property from SessionManager is empty. ++ ++https://bugzilla.gnome.org/show_bug.cgi?id=774240 ++--- ++ panels/info/info-cleanup.c | 3 +++ ++ 1 file changed, 3 insertions(+) ++ ++diff --git a/panels/info/info-cleanup.c b/panels/info/info-cleanup.c ++index 20243ecfb..bb47493aa 100644 ++--- a/panels/info/info-cleanup.c +++++ b/panels/info/info-cleanup.c ++@@ -99,6 +99,9 @@ remove_duplicate_whitespace (const char *old) ++ GRegex *re; ++ GError *error; ++ +++ if (old == NULL) +++ return NULL; +++ ++ error = NULL; ++ re = g_regex_new ("[ \t\n\r]+", G_REGEX_MULTILINE, 0, &error); ++ if (re == NULL) ++-- ++2.11.0 ++ diff --cc debian/patches/series index 0000000,0000000..4a8d5bb new file mode 100644 --- /dev/null +++ b/debian/patches/series @@@ -1,0 -1,0 +1,5 @@@ ++01_menu_category.patch ++06_handle_passwd_with_ldap.patch ++07_polkit_wheel_sudo_group.patch ++info-Do-not-crash-if-Renderer-is-not-set-by-SessionM.patch ++git_allow_empty_ip4_gateway.patch diff --cc debian/rules index 0000000,0000000..5d306a9 new file mode 100755 --- /dev/null +++ b/debian/rules @@@ -1,0 -1,0 +1,21 @@@ ++#!/usr/bin/make -f ++ ++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 ++export DEB_CPPFLAGS_MAINT_APPEND = -DSSHD_SERVICE=\"ssh.service\" ++ ++%: ++ dh $@ --with gnome ++ ++override_dh_autoreconf: ++ dh_autoreconf --as-needed ++ ++override_dh_auto_configure: ++ dh_auto_configure -- \ ++ --libexecdir=\$${prefix}/lib/gnome-control-center \ ++ --with-gnome-session-libexecdir=\$${prefix}/lib/gnome-session \ ++ --disable-update-mimedb ++ ++override_dh_install: ++ dh_install --list-missing diff --cc debian/source/format index 0000000,0000000..163aaf8 new file mode 100644 --- /dev/null +++ b/debian/source/format @@@ -1,0 -1,0 +1,1 @@@ ++3.0 (quilt) diff --cc debian/watch index 0000000,0000000..ac38817 new file mode 100644 --- /dev/null +++ b/debian/watch @@@ -1,0 -1,0 +1,3 @@@ ++version=4 ++https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \ ++ @PACKAGE@@ANY_VERSION@\.tar\.xz