tags 570015 + pending thanks Dear maintainer,
I've prepared an NMU for consolekit (versioned as 0.4.5-3.1) and uploaded it to unstable as I got your OK, hope this is fine with everyone. I'll also take with -release about an freeze exception. Regards Christoph
diff -Nru consolekit-0.4.5/debian/changelog consolekit-0.4.5/debian/changelog --- consolekit-0.4.5/debian/changelog 2012-02-29 23:05:05.000000000 +0100 +++ consolekit-0.4.5/debian/changelog 2012-07-30 13:58:53.000000000 +0200 @@ -1,3 +1,10 @@ +consolekit (0.4.5-3.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Include patch by Petr Salinger to ignore empty environments (Closes: #570015) + + -- Christoph Egger <christ...@debian.org> Mon, 30 Jul 2012 13:57:55 +0200 + consolekit (0.4.5-3) unstable; urgency=low * Strip debian/tmp/ from .install files. diff -Nru consolekit-0.4.5/debian/patches/99-kfreebsd-empty-env.patch consolekit-0.4.5/debian/patches/99-kfreebsd-empty-env.patch --- consolekit-0.4.5/debian/patches/99-kfreebsd-empty-env.patch 1970-01-01 01:00:00.000000000 +0100 +++ consolekit-0.4.5/debian/patches/99-kfreebsd-empty-env.patch 2012-07-30 13:51:35.000000000 +0200 @@ -0,0 +1,11 @@ +--- consolekit/src/ck-sysdeps-freebsd.c ++++ consolekit/src/ck-sysdeps-freebsd.c +@@ -261,6 +261,8 @@ + for (i = 0; penv[i] != NULL; i++) { + char **vals; + ++ if (!penv[i][0]) continue; ++ + vals = g_strsplit (penv[i], "=", 2); + if (vals != NULL) { + g_hash_table_insert (hash, diff -Nru consolekit-0.4.5/debian/patches/series consolekit-0.4.5/debian/patches/series --- consolekit-0.4.5/debian/patches/series 2012-02-29 23:05:05.000000000 +0100 +++ consolekit-0.4.5/debian/patches/series 2012-07-30 13:51:43.000000000 +0200 @@ -2,3 +2,4 @@ 00git_truncate_frequent.patch 03-cleanup_console_tags.patch 82-hurd_support.patch +99-kfreebsd-empty-env.patch