[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#573822: RFA: gwibber -- microblogging client for GNOME



* Kartik Mistry <kartik@debian.org> [2012-07-23 13:55]:
> I've tried to rebuild Ubuntu source+some fixes. You can have a look at,
> http://people.debian.org/~kartik/packages/gwibber/

Oh, cool. That's a bit further than I've gotten so far.

One thing I've noticed is that the package FTBFS in the current form,
i.e. I have to run debuild twice to build it. A possible way to fix
this is attached as patch.

> This is where we can go ahead. We can setup collab-maint repo etc.

Setting up a repo would be good indeed. Could you do that? I would be
in favor of git as VCS, but feel free to choose something else. I
guess you will need my alioth account name. It is davrieb-guest.

Thanks,

-- 
David Riebenbauer
Jabber: davrieb@jabber.ccc.de - ICQ: 322056002 
http://liegesta.at
>From 007ee05d652a9253ef4d600f9a034a78ccf2bf49 Mon Sep 17 00:00:00 2001
From: David Riebenbauer <davrieb@liegesta.at>
Date: Tue, 24 Jul 2012 19:14:58 +0200
Subject: [PATCH] also clean stamp files in libgwibber*

Unless that is done the package needs two debuild runs to build successfully.
---
 debian/rules |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 01da26d..4ccc144 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,10 @@ override_dh_auto_clean:
 	rm -f libgwibber-gtk/GwibberGtk-0.2.gir \
 	      libgwibber-gtk/gwibber-gtk-0.2.vapi \
 	      libgwibber-gtk/gwibber-gtk.h \
+	      libgwibber-gtk/libgwibber_gtk_la_vala.stamp \
 	      libgwibber/gwibber-0.2.vapi \
-	      libgwibber/gwibber.h
+	      libgwibber/gwibber.h \
+	      libgwibber/libgwibber_la_vala.stamp
 	dh_auto_clean
 
 override_dh_install:
-- 
1.7.10.4


Reply to: