[maemo-commits] [maemo-commits] r17399 - in projects/haf/trunk/dbus/debian: . patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Feb 11 12:57:03 EET 2009
- Previous message: [maemo-commits] r17398 - in projects/haf/trunk/clutter: clutter/cogl/gl debian
- Next message: [maemo-commits] r17400 - in projects/haf/trunk/libmatchbox2: . debian matchbox/client-types matchbox/comp-mgr matchbox/core matchbox/theme-engines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: guillem Date: 2009-02-11 12:56:59 +0200 (Wed, 11 Feb 2009) New Revision: 17399 Modified: projects/haf/trunk/dbus/debian/changelog projects/haf/trunk/dbus/debian/patches/00-install-doxygen-docs.patch projects/haf/trunk/dbus/debian/patches/01-add-initgroups-call.patch projects/haf/trunk/dbus/debian/patches/02-allow-all-in-session.patch projects/haf/trunk/dbus/debian/patches/04-no-fork.patch projects/haf/trunk/dbus/debian/patches/05-static-bus-address.patch projects/haf/trunk/dbus/debian/patches/08-create-new-process-group.patch projects/haf/trunk/dbus/debian/patches/09-remove-max-match-limit.patch projects/haf/trunk/dbus/debian/patches/10-up-connection-limits.patch projects/haf/trunk/dbus/debian/patches/11-fix-dirent_buf_size.patch projects/haf/trunk/dbus/debian/patches/17-do-not-inherit-oom-adj.patch projects/haf/trunk/dbus/debian/patches/18-fix-remove-bogus-filter.patch projects/haf/trunk/dbus/debian/patches/21-add-missing-va_end.patch projects/haf/trunk/dbus/debian/patches/22-use-signed-return-value.patch projects/haf/trunk/dbus/debian/patches/32-add-oom-check-to-main.patch Log: Add information headers to patches Modified: projects/haf/trunk/dbus/debian/changelog =================================================================== --- projects/haf/trunk/dbus/debian/changelog 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/changelog 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,9 @@ +dbus (1.2.12-0maemo3) UNRELEASED; urgency=low + + * Add information headers to patches. + + -- Guillem Jover <guillem.jover at nokia.com> Wed, 11 Feb 2009 12:51:02 +0200 + dbus (1.2.12-0maemo2) unstable; urgency=low * Add pid and uid to the open match warning on syslog. (Fixes: NB#99319) Modified: projects/haf/trunk/dbus/debian/patches/00-install-doxygen-docs.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/00-install-doxygen-docs.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/00-install-doxygen-docs.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,5 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + --- dbus-1.0.0/doc/Makefile.am 2005-08-18 07:04:57.000000000 +0300 +++ dbus-1.0.0.new/doc/Makefile.am 2006-11-13 15:01:57.560235448 +0200 @@ -36,3 +36,12 @@ Modified: projects/haf/trunk/dbus/debian/patches/01-add-initgroups-call.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/01-add-initgroups-call.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/01-add-initgroups-call.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,6 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> +Comments-by: Guillem Jover <guillem.jover at nokia.com> + Index: b/dbus/dbus-sysdeps-util-unix.c =================================================================== --- a/dbus/dbus-sysdeps-util-unix.c Modified: projects/haf/trunk/dbus/debian/patches/02-allow-all-in-session.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/02-allow-all-in-session.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/02-allow-all-in-session.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,6 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> +Comments-by: Guillem Jover <guillem.jover at nokia.com> + Index: b/bus/session.conf.in =================================================================== --- a/bus/session.conf.in 2008-04-04 18:24:08.000000000 +0300 Modified: projects/haf/trunk/dbus/debian/patches/04-no-fork.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/04-no-fork.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/04-no-fork.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,6 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> +Comments-by: Guillem Jover <guillem.jover at nokia.com> + Index: b/bus/system.conf.in =================================================================== --- a/bus/system.conf.in 2008-04-04 18:24:08.000000000 +0300 Modified: projects/haf/trunk/dbus/debian/patches/05-static-bus-address.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/05-static-bus-address.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/05-static-bus-address.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,6 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> +Comments-by: Guillem Jover <guillem.jover at nokia.com> + Index: b/bus/session.conf.in =================================================================== --- a/bus/session.conf.in 2008-06-28 00:11:54.000000000 +0300 Modified: projects/haf/trunk/dbus/debian/patches/08-create-new-process-group.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/08-create-new-process-group.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/08-create-new-process-group.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,7 @@ +Upstgream-Bug: http://bugs.freedesktop.org/show_bug.cgi?id=8934 +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> +Updated-by: Guillem Jover <guillem.jover at nokia.com> + Index: dbus-1.2.4/dbus/dbus-spawn.c =================================================================== --- dbus-1.2.4.orig/dbus/dbus-spawn.c @@ -16,7 +20,7 @@ exit (1); } -+void ++static void +setup_child_priority (void) +{ + int p; Modified: projects/haf/trunk/dbus/debian/patches/09-remove-max-match-limit.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/09-remove-max-match-limit.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/09-remove-max-match-limit.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,5 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + Index: b/bus/driver.c =================================================================== --- a/bus/driver.c Modified: projects/haf/trunk/dbus/debian/patches/10-up-connection-limits.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/10-up-connection-limits.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/10-up-connection-limits.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,5 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + Index: b/bus/system.conf.in =================================================================== --- a/bus/system.conf.in Modified: projects/haf/trunk/dbus/debian/patches/11-fix-dirent_buf_size.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/11-fix-dirent_buf_size.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/11-fix-dirent_buf_size.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,5 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + Index: b/dbus/dbus-sysdeps-util-unix.c =================================================================== --- a/dbus/dbus-sysdeps-util-unix.c 2008-06-09 20:12:04.000000000 +0300 Modified: projects/haf/trunk/dbus/debian/patches/17-do-not-inherit-oom-adj.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/17-do-not-inherit-oom-adj.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/17-do-not-inherit-oom-adj.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,5 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + Index: b/dbus/dbus-spawn.c =================================================================== --- a/dbus/dbus-spawn.c Modified: projects/haf/trunk/dbus/debian/patches/18-fix-remove-bogus-filter.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/18-fix-remove-bogus-filter.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/18-fix-remove-bogus-filter.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,6 @@ +Upstream-Bug: http://bugs.freedesktop.org/show_bug.cgi?id=12484 +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + Index: b/dbus/dbus-connection.c =================================================================== --- a/dbus/dbus-connection.c Modified: projects/haf/trunk/dbus/debian/patches/21-add-missing-va_end.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/21-add-missing-va_end.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/21-add-missing-va_end.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,5 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + Index: b/dbus/dbus-errors.c =================================================================== --- a/dbus/dbus-errors.c 2008-06-09 20:03:06.000000000 +0300 Modified: projects/haf/trunk/dbus/debian/patches/22-use-signed-return-value.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/22-use-signed-return-value.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/22-use-signed-return-value.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,6 @@ +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> +Updated-by: Guillem Jover <guillem.jover at nokia.com> + Index: b/dbus/dbus-spawn.c =================================================================== --- a/dbus/dbus-spawn.c Modified: projects/haf/trunk/dbus/debian/patches/32-add-oom-check-to-main.patch =================================================================== --- projects/haf/trunk/dbus/debian/patches/32-add-oom-check-to-main.patch 2009-02-11 10:41:01 UTC (rev 17398) +++ projects/haf/trunk/dbus/debian/patches/32-add-oom-check-to-main.patch 2009-02-11 10:56:59 UTC (rev 17399) @@ -1,3 +1,6 @@ +Upstream-Bug: http://bugs.freedesktop.org/show_bug.cgi?id=12953 +Created-by: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + Index: b/bus/main.c =================================================================== --- a/bus/main.c 2008-04-04 18:24:08.000000000 +0300
- Previous message: [maemo-commits] r17398 - in projects/haf/trunk/clutter: clutter/cogl/gl debian
- Next message: [maemo-commits] r17400 - in projects/haf/trunk/libmatchbox2: . debian matchbox/client-types matchbox/comp-mgr matchbox/core matchbox/theme-engines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]