--- canola2-2.0.0+git20090508.3.orig/debian/canola2.prerm +++ canola2-2.0.0+git20090508.3/debian/canola2.prerm @@ -0,0 +1,8 @@ +#! /bin/sh +# prerm script for canola +# +# see: dh_installdeb(1) + +rm -f /usr/share/canola/plugins.pickle +exit 0 + --- canola2-2.0.0+git20090508.3.orig/debian/control +++ canola2-2.0.0+git20090508.3/debian/control @@ -0,0 +1,29 @@ +Source: canola2 +Section: graphics +Priority: optional +Maintainer: Gustavo Sverzut Barbieri +Build-Depends: cdbs, debhelper (>= 6), python-all-dev (>= 2.5), python-central (>= 0.5.6), python-setuptools, libedje-bin, zip, pkg-config +Standards-Version: 3.8.1 +XS-Python-Version: >= 2.5 +Homepage: http://code.openbossa.org + +Package: canola2 +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, + python-pysqlite2 (>= 2.4.0-2build1), python-dbus (>= 0.82.4-1ubuntu1), + python-efl-edbus (>= 0.3.1), python-efl-ecore (>= 0.3.1), + python-efl-edje (>= 0.3.1), python-efl-epsilon (>= 0.3.1), + python-efl-evas (>= 0.3.1), python-efl-utils (>= 0.1.3), + python-etk (>= 0.1.1), + libevas-engines, libevas-engines-extras, + python-lightmediascanner (>= 0.2.0), lightmediascanner-plugin-all, + python-dispatcher, python-feedparser, + python-pyinotify, python-terra (>= 0.1.9), atabake (>= 0.1.7), + python-downloadmanager (>= 0.2.5), canolad (>= 0.1.5), + canola-thumbnailer (>= 0.1.1), + ttf-dejavu-core +Description: Canola media player. + Turns your internet tablet into the ultimate media player. + . + Canola is a media consumer: photos, music, videos... local or remote, + you name it. --- canola2-2.0.0+git20090508.3.orig/debian/copyright +++ canola2-2.0.0+git20090508.3/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Eduardo Lima (Etrunko) +on Wed, 12 Dec 2007 16:04:32 -0200. + +Upstream Authors: Canola developers + +License: + +Copyright (C) 2007-2009 Instituto Nokia de Tecnologia and contributors +listed in the file 'AUTHORS' + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + --- canola2-2.0.0+git20090508.3.orig/debian/canola2.install +++ canola2-2.0.0+git20090508.3/debian/canola2.install @@ -0,0 +1,8 @@ +usr/share/icons/* +usr/share/canola/canola.presets +usr/share/canola/themes/*.edj +usr/share/canola/plugins/*.zip +usr/share/applications/* +usr/share/dbus-1/services/canola.service +usr/bin/* +etc/*.conf --- canola2-2.0.0+git20090508.3.orig/debian/canola2.postinst +++ canola2-2.0.0+git20090508.3/debian/canola2.postinst @@ -0,0 +1,44 @@ +#! /bin/sh +# postinst script for canola +# +# see: dh_installdeb(1) + +# set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure) + /usr/bin/terra-rescan-collections -c /etc/canola.conf + oldversion=$2 + if [ -z "$oldversion" ] ; then + /usr/bin/terra-disable-plugin --system -c /etc/canola.conf 'Maemo System' + /usr/bin/terra-enable-plugin --system -c /etc/canola.conf 'Linux System' + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + + # dh_installdeb will replace this with shell code automatically + # generated by other debhelper scripts. + + #DEBHELPER# + +exit 0 --- canola2-2.0.0+git20090508.3.orig/debian/changelog +++ canola2-2.0.0+git20090508.3/debian/changelog @@ -0,0 +1,6 @@ +canola2 (2.0.0+git20090508.3-1~hardy) hardy; urgency=low + + * auto generated from git revision 8e3f4cd. + + -- Gustavo Sverzut Barbieri Fri, 08 May 2009 02:16:11 -0300 + --- canola2-2.0.0+git20090508.3.orig/debian/canola2.links +++ canola2-2.0.0+git20090508.3/debian/canola2.links @@ -0,0 +1,8 @@ +usr/bin/cnl-wrapper usr/bin/cnl-disable-plugin +usr/bin/cnl-wrapper usr/bin/cnl-enable-plugin +usr/bin/cnl-wrapper usr/bin/cnl-get-prefs +usr/bin/cnl-wrapper usr/bin/cnl-install-collection +usr/bin/cnl-wrapper usr/bin/cnl-list-plugins +usr/bin/cnl-wrapper usr/bin/cnl-rescan-collections +usr/bin/cnl-wrapper usr/bin/cnl-set-prefs +usr/bin/cnl-wrapper usr/bin/cnl-uninstall-collection --- canola2-2.0.0+git20090508.3.orig/debian/rules +++ canola2-2.0.0+git20090508.3/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +PYVER=2.5 +PYTHON=python$(PYVER) + +DEB_DESTDIR=$(CURDIR)/debian/tmp + +SETUP_CMD=./setup.sh \ + --prefix=/usr \ + --sysconfdir=/etc \ + --dbus-services-dir=/usr/share/dbus-1/services/ \ + --desktopdir=/usr/share/applications/ \ + --icondir=/usr/share/icons + +build: build-stamp +build-stamp: + dh_testdir + $(SETUP_CMD) compile + touch build-stamp + +clean: + dh_testdir + dh_testroot + $(SETUP_CMD) clean + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_installdirs + DESTDIR=$(DEB_DESTDIR) $(SETUP_CMD) install + dh_install --sourcedir=$(DEB_DESTDIR) --fail-missing + +binary: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installdebconf + dh_installchangelogs + dh_strip + dh_link + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +.PHONY: build clean install binary --- canola2-2.0.0+git20090508.3.orig/debian/compat +++ canola2-2.0.0+git20090508.3/debian/compat @@ -0,0 +1 @@ +6