From 8eb45559fcfd11e890b3b677654ebce2cb375cd5 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 5 Aug 2010 20:06:00 +0200 Subject: [PATCH] Debian packaging: package the IMDb poster downloader --- debian/control | 10 ++++++++-- debian/imdb-poster-downloader.install | 2 ++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 debian/imdb-poster-downloader.install diff --git a/debian/control b/debian/control index b2c2b78..0837407 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,7 @@ XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest Package: cinaest Architecture: any -Depends: libcinaest (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, cinaest-plugins (= ${binary:Version}) | cinaest-plugin (= ${binary:Version}) -Recommends: google-poster-downloader +Depends: libcinaest (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, cinaest-plugins (= ${binary:Version}) | cinaest-plugin (= ${binary:Version}), imdb-poster-downloader XB-Description: Look up movie information and showtimes, manage your own movie collection A movie database frontend to look up, browse and rate movies. It can use different source plugins, including an offline copy @@ -98,3 +97,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: Movie poster downloader D-Bus service using Google Images Downloads movie posters using Google Image Search. XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Poster+Downloader + +Package: imdb-poster-downloader +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Movie poster downloader D-Bus service using IMDb + Downloads movie posters from the IMDb.com website. +XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Poster+Downloader diff --git a/debian/imdb-poster-downloader.install b/debian/imdb-poster-downloader.install new file mode 100644 index 0000000..ec2663a --- /dev/null +++ b/debian/imdb-poster-downloader.install @@ -0,0 +1,2 @@ +usr/share/dbus-1/services/org.maemo.movieposter.IMDb.service +usr/libexec/imdb-poster-downloader -- 1.7.9.5