From a9810a1a72e5eeac0af7a271740f26f10aff20fc Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 19 Nov 2009 09:38:33 +0100 Subject: [PATCH] Debian packaging: update to 0.0.6-1 Add cinaest-plugins metapackage and depend on it. This is to install the plugins by default, as hildon-application-manager ignores the recommended packages. Also, add the missing language files to the cinaest package. --- debian/changelog | 13 +++++++++++++ debian/cinaest.install | 1 + debian/control | 15 +++++++++++++-- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e18d974..bd505b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +cinaest (0.0.6-1) unstable; urgency=low + + * fixed delete function in the movie list view + * added filters for year, rating and genre + * added missing language files to the cinaest package + * cinaest now depends on the cinaest-plugins metapackage + or cinaest-plugin, which all plugins provide + * the Google plugin stores locations now + * added a source list window and an option to switch + to the movie list on startup + + -- Philipp Zabel Thu, 19 Nov 2009 17:36:39 +0100 + cinaest (0.0.5-1) unstable; urgency=low * added a source list view diff --git a/debian/cinaest.install b/debian/cinaest.install index 175ed5a..0c95368 100644 --- a/debian/cinaest.install +++ b/debian/cinaest.install @@ -1,3 +1,4 @@ usr/bin/cinaest usr/share/dbus-1/services/org.maemo.cinaest.service usr/share/applications/hildon/cinaest.desktop +usr/share/locale diff --git a/debian/control b/debian/control index f319c07..4e2aed1 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Standards-Version: 4 Package: cinaest Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: cinaest-plugin-imdb, cinaest-plugin-google, google-poster-downloader +Depends: ${shlibs:Depends}, ${misc:Depends}, cinaest-plugins | cinaest-plugin +Recommends: google-poster-downloader Description: Look up movies and manage your own catalog A movie database frontend to look up, browse and rate movies. It can use different source plugins, including an offline copy @@ -16,9 +16,18 @@ Description: Look up movies and manage your own catalog obtained from a local tracker search. XB-Maemo-Display-Name: Cinaest +Package: cinaest-plugins +Architecture: all +Depends: cinaest-plugin-catalog, cinaest-plugin-imdb, cinaest-plugin-google +Enhances: cinaest +Description: All Cinaest Plugins + This is a metapackage for cinaest to pull all plugins. +XB-Maemo-Display-Name: Cinaest Plugins Metapackage + Package: cinaest-plugin-catalog Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: cinaest-plugin Enhances: cinaest Description: Manage a personal movie catalog With this Cinaest plugin the user can keep track of @@ -29,6 +38,7 @@ XB-Maemo-Display-Name: Cinaest Catalog Plugin Package: cinaest-plugin-imdb Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: cinaest-plugin Enhances: cinaest Description: Look up movies on IMDb This Cinaest plugin can look up movies in an offline copy of @@ -38,6 +48,7 @@ XB-Maemo-Display-Name: Cinaest IMDb Plugin Package: cinaest-plugin-google Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: cinaest-plugin Enhances: cinaest Description: Look up movie showtimes on Google This Cineast plugin contains an online interface to the -- 1.7.9.5