debian/0000755000000000000000000000000012212505613007163 5ustar debian/rules0000755000000000000000000000071412212505303010241 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed %: dh $@ --with autoreconf --with quilt override_dh_install: dh_install mkdir -p debian/phoneuid/usr/share/phoneuid mv debian/phoneuid/usr/bin/phoneui-wrapper.sh debian/phoneuid/usr/share/phoneuid install -m 755 debian/80phoneuid debian/phoneuid/etc/X11/Xsession.d override_dh_installchangelogs: dh_installchangelogs -XChangeLog override_dh_autoreconf: dh_autoreconf --as-needed debian/phoneuid.10000644000000000000000000000166212212505303011061 0ustar .TH PHONEUID 1 "May 08, 2012" .\" Please adjust this date whenever revising the manpage. .SH NAME phoneuid \- SHR's daemon for user interaction .SH SYNOPSIS .B phoneuid .RB [OPTION]... .SH DESCRIPTION phoneuid provides the graphical user interface for basic phone utilities: * dialer * contacts * messages * phone log * settings The daemon loads the frontend from plugins (e.g. GTK, QT, ...), but currently only an elementary version exists. The UI itself can be displayed by requesting it via DBus from phoneuid. This can be done automatically by phonefsod (e.g. on call), or manually with the binaries from phoneui-apps. The daemon is configured with the file /etc/phoneuid.conf, its logfile can be found under /var/log/phoneuid.log .SH SEE ALSO .B phonefsod(1) .SH AUTHOR phonefsod was written by the SHR team. .PP This manual page was written by Sebastian Reichel , for the Debian project (but may be used by others). debian/control0000644000000000000000000000206312212505303010563 0ustar Source: phoneuid Section: misc Priority: extra Maintainer: Debian freesmartphone.org Team Uploaders: Sebastian Reichel , Rico Rommel Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev (>= 2.29.3), libphone-ui-dev (>= 1:0.0.1+git20110825), libshr-glib-dev, quilt Standards-Version: 3.9.4 Homepage: http://www.shr-project.org Vcs-git: git://anonscm.debian.org/pkg-fso/phoneuid.git Vcs-browser: http://anonscm.debian.org/gitweb/?p=pkg-fso/phoneuid.git Package: phoneuid Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, phonefsod (>= 0.1+git20110827), libphone-ui-shr | libphone-ui-backend Breaks: libphone-ui-shr (<< 0.1+git20110825) Suggests: phoneui-apps Description: SHR daemon for user interaction This package provides the SHR daemon showing the user interface. It can be controlled with the utilities from phoneui-apps and will show up automatically on incoming calls. debian/manpages0000644000000000000000000000002212212505303010667 0ustar debian/phoneuid.1 debian/changelog0000644000000000000000000000400212212505303011025 0ustar phoneuid (0.1+git20130505-1) unstable; urgency=low * New upstream snapshot (Closes: #707421) * Remove deprecated DM-Upload-Allowed * Update Debian Standards Version to 3.9.4 * Update compat level for automatic hardening setup * Build with --as-needed -- Sebastian Reichel Sat, 07 Sep 2013 03:52:59 +0200 phoneuid (0.1+git20110506-2) unstable; urgency=low * update debian/copyright to use copyright format 1.0 * bump debian standards version to 3.9.3 * add manpage for phoneuid -- Sebastian Reichel Tue, 08 May 2012 14:46:59 +0200 phoneuid (0.1+git20110506-1) unstable; urgency=low [ Rico Rommel ] * New upstream snapshot (Closes: #639194) * use debhelper * update dependencies * remove phoneuid.install, is not needed * update standards to 3.9.2 * add Rico Rommel to uploaders [ Sebastian Reichel ] * Update my mail address * Use DEP5 Format for copyright -- Sebastian Reichel Wed, 14 Dec 2011 23:22:41 +0100 phoneuid (0.1+git20100502-1) unstable; urgency=low * New git checkout + added phonelog + added DisplaySimManager * Add Dependency on libphone-ui-shr | libphone-ui-backend * Switch to 3.0 (quilt) format * Update Debian Standards Version to 3.9.1.0 * First upload to Debian main (Closes: #590458) -- Sebastian Reichel Mon, 26 Jul 2010 13:34:00 +0200 phoneuid (0.1+git20100213-1) pkg-fso; urgency=low * New git checkout + DBus name change * Update Debian Standards Version to 3.8.4 -- Sebastian Reichel Sun, 14 Feb 2010 18:03:41 +0100 phoneuid (0.1+git20100122-1) pkg-fso; urgency=low * New git checkout + fixes format string bug * remove dbus system-services - phoneuid should not be started as root -- Sebastian Reichel Sat, 23 Jan 2010 03:01:03 +0100 phoneuid (0.1+git20091220-1) pkg-fso; urgency=low * Initial release -- Sebastian Reichel Sun, 20 Dec 2009 14:52:10 +0100 debian/watch0000644000000000000000000000005212212505303010205 0ustar # no upstream releases, upstream uses git debian/80phoneuid0000644000000000000000000000006612212505303011067 0ustar #!/bin/sh -e /usr/share/phoneuid/phoneui-wrapper.sh & debian/copyright0000644000000000000000000000365112212505303011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://git.shr-project.org/git/?p=phoneuid.git Files: * Copyright: 2009, Julien Cassignol 2009, Klaus Kurzmann 2009, Maksim Melnikau 2008, quickdev 2009, Tom Hacohen License: GPL-3 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. . This package 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 version 3 can be found in `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: 2009-2011, Sebastian Reichel License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/compat0000644000000000000000000000000212212505303010355 0ustar 9 debian/source/0000755000000000000000000000000012212505303010457 5ustar debian/source/format0000644000000000000000000000001412212505303011665 0ustar 3.0 (quilt)