[Pkg-utopia-commits] r3099 - /packages/unstable/policykit-gnome/debian/patches/05-no-commas.patch
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Apr 27 09:23:02 UTC 2009
Author: biebl
Date: Mon Apr 27 09:23:02 2009
New Revision: 3099
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3099
Log:
Refresh 05-no-commas.patch
Modified:
packages/unstable/policykit-gnome/debian/patches/05-no-commas.patch
Modified: packages/unstable/policykit-gnome/debian/patches/05-no-commas.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit-gnome/debian/patches/05-no-commas.patch?rev=3099&op=diff
==============================================================================
--- packages/unstable/policykit-gnome/debian/patches/05-no-commas.patch (original)
+++ packages/unstable/policykit-gnome/debian/patches/05-no-commas.patch Mon Apr 27 09:23:02 2009
@@ -4,10 +4,11 @@
# Patch: http://bugzilla.gnome.org/attachment.cgi?id=114144&action=view
# Description: Parse passwd gecos field to ignore excess commas
#
-diff -Nur -x '*.orig' -x '*~' policykit-gnome-0.9/src/polkit-gnome-auth-dialog.c policykit-gnome-0.9.new/src/polkit-gnome-auth-dialog.c
---- policykit-gnome-0.9/src/polkit-gnome-auth-dialog.c 2008-07-22 13:00:53.000000000 -0400
-+++ policykit-gnome-0.9.new/src/polkit-gnome-auth-dialog.c 2009-01-22 15:19:01.000000000 -0500
-@@ -195,6 +195,7 @@
+Index: PolicyKit-gnome-0.9.2/src/polkit-gnome-auth-dialog.c
+===================================================================
+--- PolicyKit-gnome-0.9.2.orig/src/polkit-gnome-auth-dialog.c 2008-08-21 03:04:59.000000000 +0200
++++ PolicyKit-gnome-0.9.2/src/polkit-gnome-auth-dialog.c 2009-04-27 11:22:28.000000000 +0200
+@@ -194,6 +194,7 @@
/* For each user */
for (n = 0; admin_users[n] != NULL; n++) {
@@ -15,7 +16,7 @@
char *real_name;
GdkPixbuf *pixbuf;
struct passwd *passwd;
-@@ -208,10 +209,17 @@
+@@ -207,10 +208,17 @@
}
/* Real name */
More information about the Pkg-utopia-commits
mailing list