On 10/22/2009 05:28 AM, Andreas Henriksson wrote:
> On Wed, Oct 21, 2009 at 07:43:00PM -0700, Daniel Moerner wrote:
> [...]
>> 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>
> 
> You probably want to use just #include <gee.h> here.... pkg-config file
> for gee-1.0 takes care of adding /usr/include/gee-1.0 to the include path!

You're absolutely right, thanks for pointing this out. I updated the
patch in this email.

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.h>
 
 
 #define GKSU_TYPE_VARIABLE (gksu_variable_get_type ())

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to