tags 540420 +patch
thanks

Hi,

libgee-dev 0.5.0 has reshuffled its header files into one file, located
in /usr/include/gee-1.0/gee.h. The attached patch fixes this problem.

I prepared this as an nmu since the bug has been open a few months, and
libgksu-polkit0 is not currently installable until the package is
rebuilt, and the package can't be rebuilt until the FTBFS is solved.

Unless you object, I plan to upload this to DELAYED/5 over the weekend.

Regards,
Daniel
diff -u gksu-polkit-0.0.1/debian/changelog gksu-polkit-0.0.1/debian/changelog
--- gksu-polkit-0.0.1/debian/changelog
+++ gksu-polkit-0.0.1/debian/changelog
@@ -1,3 +1,13 @@
+gksu-polkit (0.0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBS due to libgee0 -> libgee1 transition, resulting in non
+    installable package in sid". libgee-dev now ships all of its headers in
+    one file, so we must change the includes of common/gksu-environment.c.
+    (Closes: #540420)
+
+ -- Daniel Moerner <dmoer...@gmail.com>  Wed, 21 Oct 2009 19:38:33 -0700
+
 gksu-polkit (0.0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #507575)
diff -u gksu-polkit-0.0.1/common/gksu-environment.c gksu-polkit-0.0.1/common/gksu-environment.c
--- gksu-polkit-0.0.1/common/gksu-environment.c
+++ gksu-polkit-0.0.1/common/gksu-environment.c
@@ -18,9 +18,7 @@
  */
 
 #include <gksu-environment.h>
-#include <gee/hashmap.h>
-#include <gee/map.h>
-#include <gee/set.h>
+#include <gee-1.0/gee.h>
 
 
 #define GKSU_TYPE_VARIABLE (gksu_variable_get_type ())

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to