Merge lp:~cyphermox/policykit-1-gnome/merge-debian-0.101-2 into lp:~ubuntu-desktop/policykit-1-gnome/ubuntu

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 10
Proposed branch: lp:~cyphermox/policykit-1-gnome/merge-debian-0.101-2
Merge into: lp:~ubuntu-desktop/policykit-1-gnome/ubuntu
Diff against target: 570 lines (+183/-247)
13 files modified
debian/changelog (+50/-0)
debian/compat (+1/-1)
debian/control (+1/-3)
debian/gbp.conf (+2/-1)
debian/patches/01-fix-autostart.patch (+0/-12)
debian/patches/02-select-default-user.patch (+3/-3)
debian/patches/04-autorestart.patch (+21/-30)
debian/patches/05-appindicator.patch (+0/-184)
debian/patches/series (+0/-2)
debian/policykit-1-gnome.docs (+4/-0)
debian/policykit-1-gnome.install (+1/-1)
debian/polkit-gnome-authentication-agent-1.desktop (+88/-0)
debian/rules (+12/-10)
To merge this branch: bzr merge lp:~cyphermox/policykit-1-gnome/merge-debian-0.101-2
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+60099@code.launchpad.net

Description of the change

Merge with Debian 0.101-2

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Please see the merge bug for debdiffs.

Revision history for this message
Martin Pitt (pitti) wrote :

Thanks! I'll merge this and also try to build against GTK 3 for the next oneiric upload.

review: Approve

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-02-21 16:15:30 +0000
3+++ debian/changelog 2011-05-05 16:43:38 +0000
4@@ -1,3 +1,53 @@
5+policykit-1-gnome (0.101-2ubuntu1) UNRELEASED; urgency=low
6+
7+ * Merge with Debian unstable; remaining changes (LP: #777366):
8+ - 04-autorestart.patch: Add gnome session restart support to ensure we
9+ always have an authentication agent running. To be forwarded upstream.
10+ - 06-authentication-failure-string.patch: Improve error message displayed
11+ when authentication fails.
12+ - Tell the .desktop file for the authentication agent to auto-restart the
13+ agent in case of failure.
14+ - Use dh-autoreconf to reconfigure after applying patches, especially for
15+ 04-autorestart.patch.
16+ * debian/patches/05-appindicator.patch: dropped, partly due to upstream
17+ dropping status icon support. This also fixes usability bug (LP: #550502).
18+ * debian/patches/04-autorestart.patch: refreshed to apply cleanly.
19+
20+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 05 May 2011 12:22:38 -0400
21+
22+policykit-1-gnome (0.101-2) unstable; urgency=low
23+
24+ * Upload to unstable.
25+
26+ -- Michael Biebl <biebl@debian.org> Fri, 25 Mar 2011 03:23:38 +0100
27+
28+policykit-1-gnome (0.101-1) experimental; urgency=low
29+
30+ * New upstream release.
31+ * Update patches
32+ - Drop debian/patches/01-fix-autostart.patch, obsolete.
33+ - Drop debian/patches/03-po-pt_BR.patch, merged upstream.
34+ - Refresh debian/patches/02-select-default-user.patch to apply cleanly.
35+ * Switch from cdbs to dh.
36+ * Bump debhelper compatibility level to 8.
37+ * Install documentation using debian/policykit-1-gnome.docs.
38+ * Ship a copy of the old autostart file for the PolicyKit authentication
39+ agent. It was removed upstream in preparation for GNOME3 which starts its
40+ own authentication agent.
41+
42+ -- Michael Biebl <biebl@debian.org> Fri, 04 Mar 2011 00:19:00 +0100
43+
44+policykit-1-gnome (0.99-2) unstable; urgency=low
45+
46+ [ Robert Ancell ]
47+ * Drop 03-dialog-focus.patch. PolicyKit does not allow non-root applications
48+ to set details (LP: #685655)
49+
50+ [ Michael Biebl ]
51+ * Upload to unstable.
52+
53+ -- Michael Biebl <biebl@debian.org> Thu, 10 Feb 2011 19:51:33 +0100
54+
55 policykit-1-gnome (0.99-1ubuntu4) natty; urgency=low
56
57 * debian/patches/04-autorestart.patch:
58
59=== modified file 'debian/compat'
60--- debian/compat 2010-08-19 03:34:40 +0000
61+++ debian/compat 2011-05-05 16:43:38 +0000
62@@ -1,1 +1,1 @@
63-7
64+8
65
66=== modified file 'debian/control'
67--- debian/control 2010-11-04 22:05:36 +0000
68+++ debian/control 2011-05-05 16:43:38 +0000
69@@ -4,12 +4,10 @@
70 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
71 XSBC-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
72 Uploaders: Michael Biebl <biebl@debian.org>, Martin Pitt <mpitt@debian.org>
73-Build-Depends: cdbs,
74- debhelper (>= 7),
75+Build-Depends: debhelper (>= 8),
76 autotools-dev,
77 pkg-config,
78 dh-autoreconf,
79- libappindicator-dev (>= 0.0.13),
80 libdbus-glib-1-dev (>= 0.71),
81 libgtk2.0-dev (>= 2.17.1),
82 libpolkit-agent-1-dev (>= 0.97),
83
84=== modified file 'debian/gbp.conf'
85--- debian/gbp.conf 2010-11-04 22:05:36 +0000
86+++ debian/gbp.conf 2011-05-05 16:43:38 +0000
87@@ -1,2 +1,3 @@
88 [DEFAULT]
89-debian-branch = experimental
90+pristine-tar = True
91+debian-branch = master
92
93=== removed file 'debian/patches/01-fix-autostart.patch'
94--- debian/patches/01-fix-autostart.patch 2010-08-19 03:34:40 +0000
95+++ debian/patches/01-fix-autostart.patch 1970-01-01 00:00:00 +0000
96@@ -1,12 +0,0 @@
97-# Description: Start auth agent in XFCE, too.
98-# Ubuntu: https://launchpad.net/bugs/417462
99-Index: policykit-gnome/src/polkit-gnome-authentication-agent-1.desktop.in.in
100-===================================================================
101---- policykit-gnome.orig/src/polkit-gnome-authentication-agent-1.desktop.in.in 2010-02-22 22:34:20.000000000 +0100
102-+++ policykit-gnome/src/polkit-gnome-authentication-agent-1.desktop.in.in 2010-02-22 22:34:49.000000000 +0100
103-@@ -6,4 +6,4 @@
104- Type=Application
105- Categories=
106- NoDisplay=true
107--OnlyShowIn=GNOME;
108-+OnlyShowIn=GNOME;XFCE;
109
110=== modified file 'debian/patches/02-select-default-user.patch'
111--- debian/patches/02-select-default-user.patch 2010-11-04 22:05:36 +0000
112+++ debian/patches/02-select-default-user.patch 2011-05-05 16:43:38 +0000
113@@ -4,8 +4,8 @@
114
115 Index: policykit-1-gnome/src/polkitgnomeauthenticationdialog.c
116 ===================================================================
117---- policykit-1-gnome.orig/src/polkitgnomeauthenticationdialog.c 2010-09-17 01:30:56.653585722 +0200
118-+++ policykit-1-gnome/src/polkitgnomeauthenticationdialog.c 2010-09-17 01:35:49.527336311 +0200
119+--- policykit-1-gnome.orig/src/polkitgnomeauthenticationdialog.c 2011-03-04 00:06:46.599981036 +0100
120++++ policykit-1-gnome/src/polkitgnomeauthenticationdialog.c 2011-03-04 00:07:11.211981036 +0100
121 @@ -138,7 +138,7 @@
122 static void
123 create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
124@@ -50,7 +50,7 @@
125
126 /* Listen when a new user is selected */
127 g_signal_connect (GTK_WIDGET (combo),
128-@@ -711,16 +719,13 @@
129+@@ -719,16 +727,13 @@
130 gtk_widget_set_tooltip_markup (label, s);
131 g_free (s);
132
133
134=== modified file 'debian/patches/04-autorestart.patch'
135--- debian/patches/04-autorestart.patch 2011-02-21 16:14:30 +0000
136+++ debian/patches/04-autorestart.patch 2011-05-05 16:43:38 +0000
137@@ -3,19 +3,10 @@
138 ## Author: Michael Vogt <mvo@ubuntu.com>
139 ## Origin: inspired by the at-spi dbus support code
140 ## Bug: http://launchpad.net/bugs/623819
141-Index: policykit-1-gnome-0.99/src/polkit-gnome-authentication-agent-1.desktop.in.in
142-===================================================================
143---- policykit-1-gnome-0.99.orig/src/polkit-gnome-authentication-agent-1.desktop.in.in 2011-02-21 16:10:25.000000000 +0000
144-+++ policykit-1-gnome-0.99/src/polkit-gnome-authentication-agent-1.desktop.in.in 2011-02-21 16:10:26.000000000 +0000
145-@@ -7,3 +7,4 @@
146- Categories=
147- NoDisplay=true
148- OnlyShowIn=GNOME;XFCE;
149-+X-GNOME-AutoRestart=true
150-Index: policykit-1-gnome-0.99/src/main.c
151-===================================================================
152---- policykit-1-gnome-0.99.orig/src/main.c 2011-02-21 16:10:10.000000000 +0000
153-+++ policykit-1-gnome-0.99/src/main.c 2011-02-21 16:10:28.000000000 +0000
154+Index: policykit-1-gnome-0.101/src/main.c
155+===================================================================
156+--- policykit-1-gnome-0.101.orig/src/main.c 2011-03-03 13:44:49.000000000 -0500
157++++ policykit-1-gnome-0.101/src/main.c 2011-05-05 12:16:40.144734966 -0400
158 @@ -27,6 +27,7 @@
159 #include <gtk/gtk.h>
160 #include <glib/gi18n.h>
161@@ -24,11 +15,11 @@
162
163 #include "polkitgnomelistener.h"
164
165-@@ -198,11 +199,131 @@
166- update_temporary_authorization_icon (authority);
167- }
168-
169-+// session management support for auto-restart
170+@@ -38,11 +39,131 @@
171+
172+ static GDBusConnection *session_bus_connection = NULL;
173+
174++// session management support for auto-restart
175 +#define SM_DBUS_NAME "org.gnome.SessionManager"
176 +#define SM_DBUS_PATH "/org/gnome/SessionManager"
177 +#define SM_DBUS_INTERFACE "org.gnome.SessionManager"
178@@ -157,20 +148,20 @@
179 PolkitAgentListener *listener;
180 GError *error;
181
182-@@ -260,6 +381,8 @@
183-
184- update_temporary_authorization_icon (authority);
185+@@ -101,6 +222,8 @@
186+ */
187+ session_bus_connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
188
189 + register_client_to_gnome_session();
190 +
191 g_main_loop_run (loop);
192
193 ret = 0;
194-Index: policykit-1-gnome-0.99/src/Makefile.am
195+Index: policykit-1-gnome-0.101/src/Makefile.am
196 ===================================================================
197---- policykit-1-gnome-0.99.orig/src/Makefile.am 2011-02-21 16:10:10.000000000 +0000
198-+++ policykit-1-gnome-0.99/src/Makefile.am 2011-02-21 16:10:28.000000000 +0000
199-@@ -28,6 +28,7 @@
200+--- policykit-1-gnome-0.101.orig/src/Makefile.am 2011-03-03 04:51:11.000000000 -0500
201++++ policykit-1-gnome-0.101/src/Makefile.am 2011-05-05 12:14:56.894735008 -0400
202+@@ -30,6 +30,7 @@
203 $(AM_CPPFLAGS)
204
205 polkit_gnome_authentication_agent_1_CFLAGS = \
206@@ -178,7 +169,7 @@
207 $(GTK_CFLAGS) \
208 $(GCONF_CFLAGS) \
209 $(POLKIT_AGENT_CFLAGS) \
210-@@ -39,6 +40,7 @@
211+@@ -41,6 +42,7 @@
212 $(AM_LDFLAGS)
213
214 polkit_gnome_authentication_agent_1_LDADD = \
215@@ -186,11 +177,11 @@
216 $(GTK_LIBS) \
217 $(GCONF_LIBS) \
218 $(POLKIT_AGENT_LIBS) \
219-Index: policykit-1-gnome-0.99/configure.ac
220+Index: policykit-1-gnome-0.101/configure.ac
221 ===================================================================
222---- policykit-1-gnome-0.99.orig/configure.ac 2011-02-21 16:10:10.000000000 +0000
223-+++ policykit-1-gnome-0.99/configure.ac 2011-02-21 16:10:28.000000000 +0000
224-@@ -136,6 +136,10 @@
225+--- policykit-1-gnome-0.101.orig/configure.ac 2011-03-03 04:51:11.000000000 -0500
226++++ policykit-1-gnome-0.101/configure.ac 2011-05-05 12:14:56.894735008 -0400
227+@@ -155,6 +155,10 @@
228 AC_SUBST(POLKIT_GOBJECT_CFLAGS)
229 AC_SUBST(POLKIT_GOBJECT_LIBS)
230
231
232=== removed file 'debian/patches/05-appindicator.patch'
233--- debian/patches/05-appindicator.patch 2011-02-21 16:14:30 +0000
234+++ debian/patches/05-appindicator.patch 1970-01-01 00:00:00 +0000
235@@ -1,184 +0,0 @@
236-Description: Support Application Indicators
237-Author: Jan Arne Petersen <jpetersen@jpetersen.org>
238-Bug: https://bugzilla.gnome.org/show_bug.cgi?id=609680
239-Bug-Ubuntu: https://launchpad.net/bugs/497881
240-
241-Index: policykit-1-gnome-0.99/configure.ac
242-===================================================================
243---- policykit-1-gnome-0.99.orig/configure.ac 2011-02-21 16:10:28.000000000 +0000
244-+++ policykit-1-gnome-0.99/configure.ac 2011-02-21 16:10:54.000000000 +0000
245-@@ -123,6 +123,7 @@
246- GTK_REQUIRED=2.17.1
247- POLKIT_AGENT_REQUIRED=0.97
248- POLKIT_GOBJECT_REQUIRED=0.97
249-+APPINDICATOR_REQUIRED=0.0.13
250-
251- PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED)
252- AC_SUBST(GTK_CFLAGS)
253-@@ -146,6 +147,29 @@
254-
255- AM_CONDITIONAL(BUILD_EXAMPLES, test "x$enable_examples" = "xyes")
256-
257-+# Application indicator
258-+AC_ARG_ENABLE([appindicator],
259-+ AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build support for application indicators]),
260-+ [enable_appindicator=$enableval],
261-+ [enable_appindicator="auto"])
262-+
263-+
264-+if test x$enable_appindicator = xauto ; then
265-+ PKG_CHECK_EXISTS(appindicator-0.1 >= $APPINDICATOR_REQUIRED,
266-+ [enable_appindicator="yes"],
267-+ [enable_appindicator="no"])
268-+fi
269-+
270-+if test x$enable_appindicator = xyes ; then
271-+ PKG_CHECK_MODULES(APPINDICATOR,
272-+ [appindicator-0.1 >= $APPINDICATOR_REQUIRED],
273-+ [AC_DEFINE(HAVE_APPINDICATOR, 1, [Have AppIndicator])])
274-+fi
275-+
276-+AM_CONDITIONAL(HAVE_APPINDICATOR, test x$enable_appindicator = xyes)
277-+AC_SUBST(APPINDICATOR_CFLAGS)
278-+AC_SUBST(APPINDICATOR_LIBS)
279-+
280- # GObject introspection
281- #
282- AC_ARG_ENABLE([introspection],
283-@@ -214,6 +238,7 @@
284- cflags: ${CFLAGS}
285- cppflags: ${CPPFLAGS}
286- introspection: ${enable_introspection}
287-+ application indciator: ${enable_appindicator}
288-
289- Maintainer mode: ${USE_MAINTAINER_MODE}
290- Building api docs: ${enable_gtk_doc}
291-Index: policykit-1-gnome-0.99/src/Makefile.am
292-===================================================================
293---- policykit-1-gnome-0.99.orig/src/Makefile.am 2011-02-21 16:10:28.000000000 +0000
294-+++ policykit-1-gnome-0.99/src/Makefile.am 2011-02-21 16:10:54.000000000 +0000
295-@@ -33,6 +33,7 @@
296- $(GCONF_CFLAGS) \
297- $(POLKIT_AGENT_CFLAGS) \
298- $(POLKIT_GOBJECT_CFLAGS) \
299-+ $(APPINDICATOR_CFLAGS) \
300- $(WARN_CFLAGS) \
301- $(AM_CFLAGS)
302-
303-@@ -45,6 +46,7 @@
304- $(GCONF_LIBS) \
305- $(POLKIT_AGENT_LIBS) \
306- $(POLKIT_GOBJECT_LIBS) \
307-+ $(APPINDICATOR_LIBS) \
308- $(INTLLIBS)
309-
310- EXTRA_DIST = polkit-gnome-authentication-agent-1.desktop.in.in
311-Index: policykit-1-gnome-0.99/src/main.c
312-===================================================================
313---- policykit-1-gnome-0.99.orig/src/main.c 2011-02-21 16:10:28.000000000 +0000
314-+++ policykit-1-gnome-0.99/src/main.c 2011-02-21 16:10:54.000000000 +0000
315-@@ -29,6 +29,10 @@
316- #include <polkitagent/polkitagent.h>
317- #include <dbus/dbus-glib.h>
318-
319-+#ifdef HAVE_APPINDICATOR
320-+#include <libappindicator/app-indicator.h>
321-+#endif
322-+
323- #include "polkitgnomelistener.h"
324-
325- /* the Authority */
326-@@ -40,7 +44,11 @@
327- /* the current set of temporary authorizations */
328- static GList *current_temporary_authorizations = NULL;
329-
330-+#ifdef HAVE_APPINDICATOR
331-+static AppIndicator *app_indicator = NULL;
332-+#else
333- static GtkStatusIcon *status_icon = NULL;
334-+#endif
335-
336- static void
337- revoke_tmp_authz_cb (GObject *source_object,
338-@@ -70,6 +78,14 @@
339- NULL);
340- }
341-
342-+#ifdef HAVE_APPINDICATOR
343-+static void
344-+on_menu_item_activate (GtkMenuItem *menu_item,
345-+ gpointer user_data)
346-+{
347-+ revoke_tmp_authz ();
348-+}
349-+#else
350- static void
351- on_status_icon_activate (GtkStatusIcon *status_icon,
352- gpointer user_data)
353-@@ -85,6 +101,7 @@
354- {
355- revoke_tmp_authz ();
356- }
357-+#endif
358-
359- static void
360- update_temporary_authorization_icon_real (void)
361-@@ -122,6 +139,30 @@
362- if (current_temporary_authorizations != NULL)
363- {
364- /* show icon */
365-+#ifdef HAVE_APPINDICATOR
366-+ if (app_indicator == NULL)
367-+ {
368-+ GtkWidget *item, *menu;
369-+
370-+ app_indicator = app_indicator_new ("PolicyKit-gnome",
371-+ "gtk-dialog-authentication",
372-+ APP_INDICATOR_CATEGORY_SYSTEM_SERVICES);
373-+
374-+ item = gtk_menu_item_new_with_label (_("Drop all elevated privileges"));
375-+ g_signal_connect (item,
376-+ "activate",
377-+ G_CALLBACK (on_menu_item_activate),
378-+ NULL);
379-+ menu = gtk_menu_new ();
380-+ gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
381-+ gtk_widget_show_all (menu);
382-+
383-+ app_indicator_set_menu (app_indicator,
384-+ GTK_MENU (menu));
385-+ app_indicator_set_status (app_indicator,
386-+ APP_INDICATOR_STATUS_ACTIVE);
387-+ }
388-+#else
389- if (status_icon == NULL)
390- {
391- status_icon = gtk_status_icon_new_from_stock (GTK_STOCK_DIALOG_AUTHENTICATION);
392-@@ -136,16 +177,27 @@
393- G_CALLBACK (on_status_icon_popup_menu),
394- NULL);
395- }
396-+#endif
397- }
398- else
399- {
400- /* hide icon */
401-+#ifdef HAVE_APPINDICATOR
402-+ if (app_indicator != NULL)
403-+ {
404-+ app_indicator_set_status (app_indicator,
405-+ APP_INDICATOR_STATUS_PASSIVE);
406-+ g_object_unref (app_indicator);
407-+ app_indicator = NULL;
408-+ }
409-+#else
410- if (status_icon != NULL)
411- {
412- gtk_status_icon_set_visible (status_icon, FALSE);
413- g_object_unref (status_icon);
414- status_icon = NULL;
415- }
416-+#endif
417- }
418- }
419-
420
421=== modified file 'debian/patches/series'
422--- debian/patches/series 2010-12-23 06:08:01 +0000
423+++ debian/patches/series 2011-05-05 16:43:38 +0000
424@@ -1,6 +1,4 @@
425 # Debian patches for policykit-1-gnome
426-01-fix-autostart.patch
427 02-select-default-user.patch
428 04-autorestart.patch
429-05-appindicator.patch
430 06-authentication-failure-string.patch
431
432=== added file 'debian/policykit-1-gnome.docs'
433--- debian/policykit-1-gnome.docs 1970-01-01 00:00:00 +0000
434+++ debian/policykit-1-gnome.docs 2011-05-05 16:43:38 +0000
435@@ -0,0 +1,4 @@
436+AUTHORS
437+NEWS
438+README
439+TODO
440
441=== modified file 'debian/policykit-1-gnome.install'
442--- debian/policykit-1-gnome.install 2010-08-19 03:34:40 +0000
443+++ debian/policykit-1-gnome.install 2011-05-05 16:43:38 +0000
444@@ -1,3 +1,3 @@
445 usr/lib/policykit-1-gnome/
446-etc/xdg/autostart/
447 usr/share/locale/
448+debian/polkit-gnome-authentication-agent-1.desktop etc/xdg/autostart/
449
450=== added file 'debian/polkit-gnome-authentication-agent-1.desktop'
451--- debian/polkit-gnome-authentication-agent-1.desktop 1970-01-01 00:00:00 +0000
452+++ debian/polkit-gnome-authentication-agent-1.desktop 2011-05-05 16:43:38 +0000
453@@ -0,0 +1,88 @@
454+[Desktop Entry]
455+Name=PolicyKit Authentication Agent
456+Name[ar]=مدير الاستيثاق PolicyKit
457+Name[be]=PolicyKit - аґент аўтэнтыфікацыі
458+Name[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
459+Name[ca]=Agent d'autenticació del PolicyKit
460+Name[cs]=Ověřovací agent PolicyKit
461+Name[da]=Godkendelsesprogrammet PolicyKit
462+Name[de]=Legitimationsdienst von PolicyKit
463+Name[el]=Πράκτορας πιστοποίησης PolicyKit
464+Name[en_GB]=PolicyKit Authentication Agent
465+Name[es]=Agente de autenticación de PolicyKit
466+Name[eu]=PolicyKit autentifikatzeko agentea
467+Name[fi]=PolicytKit-tunnistautumisohjelma
468+Name[fr]=Agent d'authentification de PolicyKit
469+Name[gl]=Axente de autenticación PolicyKit
470+Name[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
471+Name[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
472+Name[hu]=PolicyKit hitelesítési ügynök
473+Name[it]=Agente di autenticazione per PolicyKit
474+Name[ja]=PolicyKit 認証エージェント
475+Name[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
476+Name[lt]=PolicyKit tapatybės nustatymo agentas
477+Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
478+Name[mr]=PolicyKit ऑथेंटीकेशन एजेंट
479+Name[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
480+Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
481+Name[pl]=Agent uwierzytelniania PolicyKit
482+Name[pt]=Agente de Autenticação PolicyKit
483+Name[pt_BR]=Agente de autenticação PolicyKit
484+Name[ro]=Agent de autentificare PolicyKit
485+Name[sk]=Agent PolicyKit na overovanie totožnosti
486+Name[sl]=PolicyKit program overjanja
487+Name[sv]=Autentiseringsagent för PolicyKit
488+Name[ta]=PolicyKit அங்கீகார முகவர்
489+Name[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
490+Name[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
491+Name[uk]=Агент автентифікації PolicyKit
492+Name[zh_CN]=PolicyKit 认证代理
493+Name[zh_HK]=PolicyKit 驗證代理程式
494+Name[zh_TW]=PolicyKit 驗證代理程式
495+Comment=PolicyKit Authentication Agent
496+Comment[ar]=مدير الاستيثاق PolicyKit
497+Comment[be]=PolicyKit - аґент аўтэнтыфікацыі
498+Comment[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
499+Comment[ca]=Agent d'autenticació del PolicyKit
500+Comment[cs]=Ověřovací agent PolicyKit
501+Comment[da]=Godkendelsesprogrammet PolicyKit
502+Comment[de]=Legitimationsdienst von PolicyKit
503+Comment[el]=Πράκτορας πιστοποίησης PolicyKit
504+Comment[en_GB]=PolicyKit Authentication Agent
505+Comment[es]=Agente de autenticación de PolicyKit
506+Comment[eu]=PolicyKit autentifikatzeko agentea
507+Comment[fi]=PolicytKit-tunnistautumisohjelma
508+Comment[fr]=Agent d'authentification de PolicyKit
509+Comment[gl]=Axente de autenticación PolicyKit
510+Comment[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
511+Comment[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
512+Comment[hu]=PolicyKit hitelesítési ügynök
513+Comment[it]=Agente di autenticazione per PolicyKit
514+Comment[ja]=PolicyKit 認証エージェント
515+Comment[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
516+Comment[lt]=PolicyKit tapatybės nustatymo agentas
517+Comment[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
518+Comment[mr]=PolicyKit ऑथेंटीकेशन एजेंट
519+Comment[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
520+Comment[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
521+Comment[pl]=Agent uwierzytelniania PolicyKit
522+Comment[pt]=Agente de Autenticação PolicyKit
523+Comment[pt_BR]=Agente de autenticação PolicyKit
524+Comment[ro]=Agent de autentificare PolicyKit
525+Comment[sk]=Agent PolicyKit na overovanie totožnosti
526+Comment[sl]=PolicyKit program overjanja
527+Comment[sv]=Autentiseringsagent för PolicyKit
528+Comment[ta]=PolicyKit அங்கீகார முகவர்
529+Comment[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
530+Comment[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
531+Comment[uk]=Агент автентифікації PolicyKit
532+Comment[zh_CN]=PolicyKit 认证代理
533+Comment[zh_HK]=PolicyKit 驗證代理程式
534+Comment[zh_TW]=PolicyKit 驗證代理程式
535+Exec=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
536+Terminal=false
537+Type=Application
538+Categories=
539+NoDisplay=true
540+OnlyShowIn=GNOME;XFCE;
541+X-GNOME-AutoRestart=true
542
543=== modified file 'debian/rules'
544--- debian/rules 2010-11-04 22:05:36 +0000
545+++ debian/rules 2011-05-05 16:43:38 +0000
546@@ -1,12 +1,14 @@
547 #!/usr/bin/make -f
548
549-include /usr/share/cdbs/1/rules/debhelper.mk
550-include /usr/share/cdbs/1/class/gnome.mk
551-include /usr/share/cdbs/1/rules/utils.mk
552-include /usr/share/cdbs/1/rules/autoreconf.mk
553-
554-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
555-
556-DEB_CONFIGURE_EXTRA_FLAGS := --disable-examples \
557- --enable-gtk-doc \
558- --disable-introspection
559+%:
560+ dh $@ --with autoreconf
561+
562+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,--as-needed
563+
564+override_dh_auto_configure:
565+ dh_auto_configure -- \
566+ --disable-examples \
567+ --enable-gtk-doc \
568+ --disable-introspection
569+
570+override_dh_auto_test:

Subscribers

People subscribed via source and target branches