Debian packaging: update to 0.0.7-1 v0.0.7
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 20 Nov 2009 10:31:05 +0000 (11:31 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 24 Nov 2009 17:16:00 +0000 (18:16 +0100)
Added libcinaest and libcinaest-dev packages.
Added build dependencies: calendar-backend-dev, libcurl-openssl-dev.

debian/changelog
debian/control
debian/libcinaest-dev.install [new file with mode: 0644]
debian/libcinaest.install [new file with mode: 0644]

index bd505b9..f5966fb 100644 (file)
@@ -1,3 +1,12 @@
+cinaest (0.0.7-1) unstable; urgency=low
+
+  * added libcinaest shared library
+  * the Google plugin can now add calendar events for movie showtimes
+  * replaced the IMDb plaintext downloader FTP download implementation,
+    it now uses libcurl instead of gio-2.0
+
+ -- Philipp Zabel <philipp.zabel@gmail.com>  Fri, 24 Nov 2009 18:14:28 +0100
+
 cinaest (0.0.6-1) unstable; urgency=low
 
   * fixed delete function in the movie list view
index 4e2aed1..4acd8b2 100644 (file)
@@ -2,7 +2,7 @@ Source: cinaest
 Section: user/multimedia
 Priority: extra
 Maintainer: Philipp Zabel <philipp.zabel@gmail.com>
-Build-Depends: vala (>= 0.7.8), debhelper (>= 4), maemo-optify (>= 0.2), libhildon1-dev (>= 2.2.0), libosso-dev (>= 2.20), osso-af-settings (>= 0.9.2), libdbus-glib-1-dev (>= 0.78), libdbus-1-dev (>= 1.2.14), libsoup2.4-dev (>= 2.24.3), libsqlite3-dev (>= 3.6.14), zlib1g-dev (>= 1.2.3)
+Build-Depends: vala (>= 0.7.8), debhelper (>= 4), maemo-optify (>= 0.2), calendar-backend-dev, libcurl4-openssl-dev, libhildon1-dev (>= 2.2.0), libosso-dev (>= 2.20), osso-af-settings (>= 0.9.2), libdbus-glib-1-dev (>= 0.78), libdbus-1-dev (>= 1.2.14), libsoup2.4-dev (>= 2.24.3), libsqlite3-dev (>= 3.6.14), zlib1g-dev (>= 1.2.3)
 Standards-Version: 4
 
 Package: cinaest
@@ -16,6 +16,21 @@ Description: Look up movies and manage your own catalog
   obtained from a local tracker search.
 XB-Maemo-Display-Name: Cinaest
 
+Package: libcinaest
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Cinaest common classes and plugin interface library
+  This library contains common code used by both cinaest and
+  the plugins.
+
+Package: libcinaest-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Cinaest library development files
+  This package contains the development files for libcinaest.
+
 Package: cinaest-plugins
 Architecture: all
 Depends: cinaest-plugin-catalog, cinaest-plugin-imdb, cinaest-plugin-google
diff --git a/debian/libcinaest-dev.install b/debian/libcinaest-dev.install
new file mode 100644 (file)
index 0000000..d5e8f3e
--- /dev/null
@@ -0,0 +1,3 @@
+usr/include/cinaest.h
+usr/lib/libcinaest.{a,la,so}
+usr/lib/pkgconfig/cinaest.pc
diff --git a/debian/libcinaest.install b/debian/libcinaest.install
new file mode 100644 (file)
index 0000000..ffa3dd1
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/libcinaest.so.*