--- gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730.orig/schemas/com.ubuntu.touch.sound.gschema.xml.in.in +++ gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730/schemas/com.ubuntu.touch.sound.gschema.xml.in.in @@ -6,12 +6,12 @@ <_description>Whether silent mode is active or not. - "/usr/share/sounds/ubuntu/stereo/phone-incoming-call.ogg" + "/usr/share/sounds/ubuntu/ringtones/Ubuntu.ogg" <_summary>Ringtone sound for the phone application. <_description>This sound file is played, on incoming calls, by the phone application. - "/usr/share/sounds/ubuntu/stereo/message-new-instant.ogg" + "/usr/share/sounds/ubuntu/notifications/Xylo.ogg" <_summary>Incoming message sound for the phone application. <_description>This sound file is played, on incoming messages, by the phone application. --- gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730.orig/debian/copyright +++ gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gsettings-ubuntu-touch-schemas +Upstream-Contact: Iain Lane +Source: https://launchpad.net/gsettings-ubuntu-touch-schemas + +Files: * +Copyright: 2010 Codethink Limited + 2010 Vincent Untz +License: LGPL-2.1+ + +Files: schemas/*.xml.in.in debian/ +Copyright: 2010-2013 Canonical Ltd +License: LGPL-2.1+ + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + --- gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730.orig/debian/changelog +++ gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730/debian/changelog @@ -0,0 +1,42 @@ +gsettings-ubuntu-touch-schemas (0.0.1+13.10.20130730-0ubuntu2) saucy; urgency=low + + * Change the default sounds for calls and messages, depends on + ubuntu-touch-sounds so we are sure users get the files with the defaults + + -- Sebastien Bacher Mon, 14 Oct 2013 16:36:03 +0200 + +gsettings-ubuntu-touch-schemas (0.0.1+13.10.20130730-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * new 'sound' schemas, used for silent mode, ringtone, and message + sounds. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 13 + + -- Ubuntu daily release Tue, 30 Jul 2013 00:02:37 +0000 + +gsettings-ubuntu-touch-schemas (0.0.1+13.10.20130725.1-0ubuntu1) saucy; urgency=low + + [ Iain Lane ] + * Initial release. + * Initial import + * add autogen.sh to EXTRA_DIST to ship it in orig tarballs + * Build gzip tarballs + * Don't require gobject-introspection + * Initial packaging + * dh_autoreconf: use ./autogen.sh to correctly autoreconf + * Oops, fix binary package name + * bzr-builddeb: use split mode by default for merged upstream+debian + packaging + * Add new system schema corresponding to that category in system- + settings + * Add a gps key + + [ Robert Bruce Park ] + * Packaging nitpick. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 11 + + -- Ubuntu daily release Thu, 25 Jul 2013 07:52:51 +0000 --- gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730.orig/debian/rules +++ gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with autoreconf --fail-missing + +override_dh_autoreconf: + dh_autoreconf -- ./autogen.sh --- gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730.orig/debian/control +++ gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730/debian/control @@ -0,0 +1,25 @@ +Source: gsettings-ubuntu-touch-schemas +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9), + dh-autoreconf, + gnome-common, + intltool (>= 0.40.0), + libglib2.0-dev (>= 2.13.0), +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/gsettings-ubuntu-touch-schemas +# If you aren't a member of ~system-settings-touch but need to upload packaging +# changes, just go ahead. ~system-settings-touch will notice and sync up the +# code again. +Vcs-Bzr: https://code.launchpad.net/~system-settings-touch/gsettings-ubuntu-touch-schemas/trunk + +Package: gsettings-ubuntu-touch-schemas +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${shlibs:Depends}, + ubuntu-touch-sounds, +Description: GSettings deskop-wide schemas for Ubuntu Touch + gsettings-desktop-schemas contains a collection of GSettings schemas for + settings shared by various components of an Ubuntu Touch environment. --- gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730.orig/debian/compat +++ gsettings-ubuntu-touch-schemas-0.0.1+13.10.20130730/debian/compat @@ -0,0 +1 @@ +9