[maemo-commits] [maemo-commits] r16938 - projects/haf/trunk/raptor/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Dec 11 14:49:44 EET 2008
Author: ifrade
Date: 2008-12-11 14:49:43 +0200 (Thu, 11 Dec 2008)
New Revision: 16938

Modified:
   projects/haf/trunk/raptor/debian/changelog
   projects/haf/trunk/raptor/debian/control
Log:
Fixed libcurl dependency in debian/

Modified: projects/haf/trunk/raptor/debian/changelog
===================================================================
--- projects/haf/trunk/raptor/debian/changelog	2008-12-11 12:07:14 UTC (rev 16937)
+++ projects/haf/trunk/raptor/debian/changelog	2008-12-11 12:49:43 UTC (rev 16938)
@@ -1,3 +1,16 @@
+raptor (1.4.18-1osso1) unstable; urgency=low
+
+  * Changed dependency from libcurl4 to libcurl3 (the only version
+    available in maemo)
+	
+ -- Ivan Frade <ivan.frade at nokia.com>  Thu, 11 Dec 2008 14:45:01 +0200
+	
+raptor (1.4.18-1osso0) unstable; urgency=low
+
+  * First maemo packages.
+	
+ -- Ivan Frade <ivan.frade at nokia.com>  Thu, 11 Dec 2008 12:15:01 +0200
+	
 raptor (1.4.17-1) unstable; urgency=low
 
   * New upstream release

Modified: projects/haf/trunk/raptor/debian/control
===================================================================
--- projects/haf/trunk/raptor/debian/control	2008-12-11 12:07:14 UTC (rev 16937)
+++ projects/haf/trunk/raptor/debian/control	2008-12-11 12:49:43 UTC (rev 16938)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Dave Beckett <dajobe at debian.org>
-Build-Depends: debhelper (>> 5), autotools-dev, cdbs, libtool (>= 1.5), libxml2-dev (>= 2.5.10), libcurl4-openssl-dev, libxslt1-dev (>= 1.0.18)
+Build-Depends: debhelper (>> 5), autotools-dev, cdbs, libtool (>= 1.5), libxml2-dev (>= 2.5.10), libcurl3-openssl-dev, libxslt1-dev (>= 1.0.18)
 Standards-Version: 3.7.3
 
 Package: libraptor1-dev
@@ -12,7 +12,7 @@
 Suggests: libraptor1-doc
 Section: libdevel
 Architecture: any
-Depends: libraptor1 (= ${binary:Version}), libxml2-dev (>= 2.5.10), libcurl4-openssl-dev, libxslt1-dev (>= 1.0.18), pkg-config (>= 0.18)
+Depends: libraptor1 (= ${binary:Version}), libxml2-dev (>= 2.5.10), libcurl3-openssl-dev, libxslt1-dev (>= 1.0.18), pkg-config (>= 0.18)
 Description: Raptor RDF parser and serializer development libraries and headers
  Raptor Resource Description Framework (RDF) parser and serializer
  development libraries, header files and documentation needed by


More information about the maemo-commits mailing list