Merge lp:~nalimilan/ubuntu/maverick/gnome-system-tools/gnome-system-tools.fix-433654-2 into lp:ubuntu/natty/gnome-system-tools

Proposed by Milan Bouchet-Valat
Status: Needs review
Proposed branch: lp:~nalimilan/ubuntu/maverick/gnome-system-tools/gnome-system-tools.fix-433654-2
Merge into: lp:ubuntu/natty/gnome-system-tools
Diff against target: 37 lines (+11/-1) (has conflicts)
2 files modified
debian/changelog (+10/-0)
src/users/privileges-table.c (+1/-1)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~nalimilan/ubuntu/maverick/gnome-system-tools/gnome-system-tools.fix-433654-2
Reviewer Review Type Date Requested Status
Chris Coulson Pending
Review via email: mp+48481@code.launchpad.net

Description of the change

Should be committed now, you (Chris) only delayed it because of the String Freeze last cycle. See bug #433654.

To post a comment you must log in.

Unmerged revisions

109. By Milan Bouchet-Valat

Fix description of 'audio' group to make it clear people
don't likely want to use it (LP: #433654).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-01-14 03:16:03 +0000
+++ debian/changelog 2011-02-03 14:38:41 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1gnome-system-tools (2.32.0-0ubuntu4) natty; urgency=low2gnome-system-tools (2.32.0-0ubuntu4) natty; urgency=low
23
3 * debian/patches/95_timezone_point_selection.patch: Fix selecting a timezone4 * debian/patches/95_timezone_point_selection.patch: Fix selecting a timezone
@@ -39,6 +40,15 @@
3940
40 -- Didier Roche <didrocks@ubuntu.com> Mon, 13 Sep 2010 18:06:15 +020041 -- Didier Roche <didrocks@ubuntu.com> Mon, 13 Sep 2010 18:06:15 +0200
4142
43=======
44gnome-system-tools (2.31.91-0ubuntu2) lucid; urgency=low
45
46 * Fix description of 'audio' group to make it clear people
47 don't likely want to use it (LP: #433654).
48
49 -- Milan Bouchet-Valat <nalimilan@club.fr> Mon, 13 Sep 2010 12:56:54 +0200
50
51>>>>>>> MERGE-SOURCE
42gnome-system-tools (2.31.91-0ubuntu1) maverick; urgency=low52gnome-system-tools (2.31.91-0ubuntu1) maverick; urgency=low
4353
44 * New upstream release54 * New upstream release
4555
=== modified file 'src/users/privileges-table.c'
--- src/users/privileges-table.c 2010-05-31 16:48:21 +0000
+++ src/users/privileges-table.c 2011-02-03 14:38:41 +0000
@@ -52,7 +52,7 @@
52static const PrivilegeDescription descriptions[] = {52static const PrivilegeDescription descriptions[] = {
53 { "adm", N_("Monitor system logs") },53 { "adm", N_("Monitor system logs") },
54 { ADMIN_GROUP, N_("Administer the system") },54 { ADMIN_GROUP, N_("Administer the system") },
55 { "audio", N_("Use audio devices") },55 { "audio", N_("Lock audio devices even when away") },
56 { "cdrom", N_("Use CD-ROM drives") },56 { "cdrom", N_("Use CD-ROM drives") },
57 { "cdwrite", N_("Burn CDs / DVDs") },57 { "cdwrite", N_("Burn CDs / DVDs") },
58 { "dialout", N_("Use modems") },58 { "dialout", N_("Use modems") },

Subscribers

People subscribed via source and target branches