From b77b1d95ed95693a88c14c3400c3244b7d966234 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Fri, 20 Nov 2009 11:31:05 +0100 Subject: [PATCH] Debian packaging: update to 0.0.7-1 Added libcinaest and libcinaest-dev packages. Added build dependencies: calendar-backend-dev, libcurl-openssl-dev. --- debian/changelog | 9 +++++++++ debian/control | 17 ++++++++++++++++- debian/libcinaest-dev.install | 3 +++ debian/libcinaest.install | 1 + 4 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 debian/libcinaest-dev.install create mode 100644 debian/libcinaest.install diff --git a/debian/changelog b/debian/changelog index bd505b9..f5966fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 24 Nov 2009 18:14:28 +0100 + cinaest (0.0.6-1) unstable; urgency=low * fixed delete function in the movie list view diff --git a/debian/control b/debian/control index 4e2aed1..4acd8b2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cinaest Section: user/multimedia Priority: extra Maintainer: Philipp Zabel -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 index 0000000..d5e8f3e --- /dev/null +++ b/debian/libcinaest-dev.install @@ -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 index 0000000..ffa3dd1 --- /dev/null +++ b/debian/libcinaest.install @@ -0,0 +1 @@ +usr/lib/libcinaest.so.* -- 1.7.9.5