Merge lp:~logan/ubuntu/quantal/phoneuid/debian-merge into lp:ubuntu/quantal/phoneuid

Proposed by Logan Rosen
Status: Merged
Merged at revision: 6
Proposed branch: lp:~logan/ubuntu/quantal/phoneuid/debian-merge
Merge into: lp:ubuntu/quantal/phoneuid
Diff against target: 93 lines (+54/-3)
5 files modified
debian/changelog (+19/-0)
debian/control (+1/-1)
debian/copyright (+2/-2)
debian/manpages (+1/-0)
debian/phoneuid.1 (+31/-0)
To merge this branch: bzr merge lp:~logan/ubuntu/quantal/phoneuid/debian-merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Needs Fixing
Ubuntu branches Pending
Review via email: mp+124815@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work.

review: Approve
Revision history for this message
Daniel Holbach (dholbach) wrote :

Unfortunately the build succeeded on my amd64 pbuilder, but not on the i386 Launchpad builder: https://launchpadlibrarian.net/116501611/buildlog_ubuntu-quantal-i386.phoneuid_0.1%2Bgit20110506-2ubuntu1_FAILEDTOBUILD.txt.gz

Can you check what's going on there?

review: Needs Fixing
Revision history for this message
Logan Rosen (logan) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-12-17 20:23:33 +0000
3+++ debian/changelog 2012-09-17 21:56:33 +0000
4@@ -1,3 +1,22 @@
5+phoneuid (0.1+git20110506-2ubuntu1) quantal; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - debian/patches/as-needed.patch:
9+ + Correct link order to allow linking with --as-needed
10+ - debian/patches/dont-use-deprecated-g_thread_init.patch:
11+ + calling g_thread_init is deprecated, g_type_init already does
12+ that
13+
14+ -- Logan Rosen <logatronico@gmail.com> Mon, 17 Sep 2012 17:46:41 -0400
15+
16+phoneuid (0.1+git20110506-2) unstable; urgency=low
17+
18+ * update debian/copyright to use copyright format 1.0
19+ * bump debian standards version to 3.9.3
20+ * add manpage for phoneuid
21+
22+ -- Sebastian Reichel <sre@debian.org> Tue, 08 May 2012 14:46:59 +0200
23+
24 phoneuid (0.1+git20110506-1ubuntu1) precise; urgency=low
25
26 * Merge from debian/unstable
27
28=== modified file 'debian/control'
29--- debian/control 2011-12-17 20:23:33 +0000
30+++ debian/control 2012-09-17 21:56:33 +0000
31@@ -11,7 +11,7 @@
32 libphone-ui-dev (>= 1:0.0.1+git20110825),
33 libshr-glib-dev,
34 quilt
35-Standards-Version: 3.9.2
36+Standards-Version: 3.9.3
37 Homepage: http://www.shr-project.org
38 Vcs-git: git://git.debian.org/pkg-fso/phoneuid.git
39 Vcs-browser: http://git.debian.org/?p=pkg-fso/phoneuid.git
40
41=== modified file 'debian/copyright'
42--- debian/copyright 2011-12-14 23:22:41 +0000
43+++ debian/copyright 2012-09-17 21:56:33 +0000
44@@ -1,5 +1,5 @@
45-Format: http://dep.debian.net/deps/dep5/
46-Source: http://git.shr-project.org/git/?p=phonefsod.git
47+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
48+Source: http://git.shr-project.org/git/?p=phoneuid.git
49
50 Files: *
51 Copyright: 2009, Julien Cassignol <ainulindale@gmail.com>
52
53=== added file 'debian/manpages'
54--- debian/manpages 1970-01-01 00:00:00 +0000
55+++ debian/manpages 2012-09-17 21:56:33 +0000
56@@ -0,0 +1,1 @@
57+debian/phoneuid.1
58
59=== added file 'debian/phoneuid.1'
60--- debian/phoneuid.1 1970-01-01 00:00:00 +0000
61+++ debian/phoneuid.1 2012-09-17 21:56:33 +0000
62@@ -0,0 +1,31 @@
63+.TH PHONEUID 1 "May 08, 2012"
64+.\" Please adjust this date whenever revising the manpage.
65+.SH NAME
66+phoneuid \- SHR's daemon for user interaction
67+.SH SYNOPSIS
68+.B phoneuid
69+.RB [OPTION]...
70+.SH DESCRIPTION
71+phoneuid provides the graphical user interface for basic phone utilities:
72+
73+ * dialer
74+ * contacts
75+ * messages
76+ * phone log
77+ * settings
78+
79+The daemon loads the frontend from plugins (e.g. GTK, QT, ...), but
80+currently only an elementary version exists. The UI itself can be
81+displayed by requesting it via DBus from phoneuid. This can be done
82+automatically by phonefsod (e.g. on call), or manually with the
83+binaries from phoneui-apps.
84+
85+The daemon is configured with the file /etc/phoneuid.conf, its logfile
86+can be found under /var/log/phoneuid.log
87+.SH SEE ALSO
88+.B phonefsod(1)
89+.SH AUTHOR
90+phonefsod was written by the SHR team.
91+.PP
92+This manual page was written by Sebastian Reichel <sre@debian.org>,
93+for the Debian project (but may be used by others).

Subscribers

People subscribed via source and target branches

to all changes: