[maemo-commits] [maemo-commits] r9264 - projects/haf/trunk/python/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jan 23 15:44:51 EET 2007
Author: osantana
Date: 2007-01-23 15:44:46 +0200 (Tue, 23 Jan 2007)
New Revision: 9264

Modified:
   projects/haf/trunk/python/debian/changelog
   projects/haf/trunk/python/debian/control
Log:
- compiled with sqlite3 support

Modified: projects/haf/trunk/python/debian/changelog
===================================================================
--- projects/haf/trunk/python/debian/changelog	2007-01-23 13:34:30 UTC (rev 9263)
+++ projects/haf/trunk/python/debian/changelog	2007-01-23 13:44:46 UTC (rev 9264)
@@ -1,3 +1,9 @@
+python2.5 (2.5.0-1osso9) unstable; urgency=low
+
+  * compiled with sqlite3 support
+
+ -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br>  Fri, 19 Jan 2007 13:41:00 -0300
+
 python2.5 (2.5.0-1osso8) unstable; urgency=low
 
   * adapting the webbrowser module to use the new osso module API

Modified: projects/haf/trunk/python/debian/control
===================================================================
--- projects/haf/trunk/python/debian/control	2007-01-23 13:34:30 UTC (rev 9263)
+++ projects/haf/trunk/python/debian/control	2007-01-23 13:44:46 UTC (rev 9264)
@@ -2,12 +2,12 @@
 Section: python
 Priority: optional
 Maintainer: Osvaldo Santana Neto <osvaldo.santana at indt.org.br>
-Build-Depends: debhelper (>= 4.2), autoconf, zlib1g-dev, libssl-dev, libbz2-dev
+Build-Depends: debhelper (>= 4.2), autoconf, zlib1g-dev, libssl-dev, libbz2-dev, libsqlite3-dev (>= 3.3.5-0.2osso1)
 Standards-Version: 3.6.2
 
 Package: python2.5
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, libsqlite3-0 (>= 3.3.5-0.2osso1)
 Conflicts: python2.4
 Replaces: python2.4
 Provides: python-termios


More information about the maemo-commits mailing list