[Rapier-commits] r229 - in trunk: debian src

This list send mail when a change occurs on the subversion repository rapier-commits at garage.maemo.org
Fri Dec 4 23:44:04 EET 2009


Author: pamadio
Date: 2009-12-04 23:44:03 +0200 (Fri, 04 Dec 2009)
New Revision: 229

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/src/rapier
Log:
gconf import thingy

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-12-01 10:50:20 UTC (rev 228)
+++ trunk/debian/changelog	2009-12-04 21:44:03 UTC (rev 229)
@@ -1,3 +1,9 @@
+rapier (1.0.5-2) unstable; urgency=low
+
+  * import gconf alternative.
+
+ -- Pierre Amadio <melmoth at localhost>  Fri,  4 Dec 2009 22:40:57 +0100
+
 rapier (1.0.5-1) unstable; urgency=low
 
   * replacing python-gnome2 dependencies with gnome-python  

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2009-12-01 10:50:20 UTC (rev 228)
+++ trunk/debian/control	2009-12-04 21:44:03 UTC (rev 229)
@@ -8,7 +8,7 @@
 
 Package: rapier
 Architecture: all 
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-sword16, python2.5, libsqlite3-0,gnome-python,python-hildon,python-osso,sword16-tools 
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-sword16, python2.5, libsqlite3-0,gnome-python,python-hildon,python-osso,sword16-tools
 Description: A sword based Bible reader for maemo.
  A sword based Bible reader for maemo.
 XB-Maemo-Icon-26:

Modified: trunk/src/rapier
===================================================================
--- trunk/src/rapier	2009-12-01 10:50:20 UTC (rev 228)
+++ trunk/src/rapier	2009-12-04 21:44:03 UTC (rev 229)
@@ -32,7 +32,10 @@
 except:
 	import gnomevfs
 
-import gconf
+try:
+	from gnome import gconf 
+except:
+	import gconf
 
 import swordutils
 import os



More information about the Rapier-commits mailing list