Skip to content

Debian Changelog moovida (1.0.9+bzr1614-1.1)

2010

moovida (1.0.9+bzr1614-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * Don't set DEB_PYTHON_INSTALL_ARGS_ALL. It was being set in a wrong place,
     breaking build with Python 2.6 (closes: #587140), and
     --single-version-externally-managed was a no-op anyway.
   * Fix *.pth removal code, so that it actually works.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 21 Jul 2010 18:04:49 +0200

moovida (1.0.9+bzr1614-1) unstable; urgency=low

   * Upload to unstable (closes: #533121); first upload to unstable
     with python-support (closes: #516799).
   * New upstream release; pulled some extra revisions from the to include
     some plugin fixes released after 1.0.9.
   * debian/control:
     - Dropped recommend on python-xdg, it is not used (closes: #567978).
     - Bumped standards version to 3.8.4; no changes required.
     - Added depend on python-configobj.
     - Removed unnecessary buid-depend on python-dev.
     - Removed XS-Python-Version and XB-Python-Version fields, they are not
       used by python-support.
   * debian/patches:
     - Dropped 00_disable-plugin-updates.patch in favor of a new patch.
     - Added 00_freeze-plugins-core.patch to make sure core parts are
       never updated through the plugin registry/update system
       (courtesy of Michał Sawicz).
     - Added 02_use-system-configobj.patch to force Moovida to use
       the system-wide configobj module (closes: #555337).
   * debian/README.Debian: spell checked and corrected.

 -- Paul van Tilburg <paulvt@debian.org>  Fri, 12 Feb 2010 22:24:10 +0100

2009

moovida (1.0.8-1) experimental; urgency=low

   [ Loïc Minier ]
   * Drop Philippe Normand from Uploaders at his request.
 
   [ Paul van Tilburg ]
   * New upstream release.

 -- Paul van Tilburg <paulvt@debian.org>  Tue, 03 Nov 2009 21:37:09 +0100

moovida (1.0.7-1) experimental; urgency=low

   * New upstream release.
   * First fully synced upload to experimental (closes: #537128).
   * debian/control:
     - Added transitional package elisa now that Moovida approximates
       the functionality of Elisa, courtesy of Andrew Starr-Bochicchio
       (closes: #541853).
     - Bumped the standards version to 3.8.3; no changes required.
     - Change the depend on python-setuptools to
       python-pkg-resources | python-setuptools; only python-pkg-resources
       is needed as runtime dependency.
     - Reorder the depends based on the alphabet for clarity.
   * debian/rules:
     - Change the CDBS hooks to register cleanup of upstream files.
       Fix courtesy of Stefano Zacchiroli.

 -- Paul van Tilburg <paulvt@debian.org>  Tue, 15 Sep 2009 20:40:03 +0200

moovida (1.0.5-1) experimental; urgency=low

   * New upstream release.
   * debian/copyright: Completely reworked and updated.
   * debian/rules:
     - Bumped standards version to 3.8.2; no changes required.
     - Added recommends on xdg-user-dirs-gtk and python-xdg so that media in
       standard locations will be located.
     - Changed build-depend on python-central into python-support.
   * debian/python-moovida.preinst:
     - Added to handle the migration from python-central to python-support.

 -- Paul van Tilburg <paulvt@debian.org>  Fri, 10 Jul 2009 16:11:56 +0200

moovida (1.0.1-1) experimental; urgency=low

   * New upstream release: Elisa had been rename to Moovida!
   * Synchronised with Elisa Packagers branches on Launchpad.
   * Renamed debian/elisa* to their respective debian/moovida* variant.
   * debian/control:
     - Rename 'elisa' to 'moovida' everywhere.
     - Added conflict/replaces for elisa and python-elisa.
     - Corrected the section.
     - Removed the breaks on elisa-plugins-{good,bad,ugly} << 0.5, the
       conflicts/replaces of the respective packages will handle that now.
     - Bumped the depend on python-pgm to >= 0.3.12.
     - Removed suggests on ipython.
     - Updated the short and long description.
     - Removed depends on python-pkg-resources, python-twisted-core and
       python-gst0.10 by the moovida package; they are unnecessary.
   * debian/copyright:  synchronized with upstream changes; updated the
     download URL.
   * debian/moovida.install: added, replacing elisa.install.
   * debian/moovida.manpages: add docs/moovida.1.
   * debian/moovida.xpm: updated from upstream packaging.
   * debian/patches:
     - Dropped 01_elisa-man1; no longer applicable.
     - Added 01_executable-name-desktop-files.patch; taken from upstream
       packaging.
   * debian/rules: synchronized with upstream.

 -- Paul van Tilburg <paulvt@debian.org>  Tue, 26 May 2009 17:57:33 +0200

elisa (0.5.37-1) experimental; urgency=low

   * New upstream release.

 -- Paul van Tilburg <paulvt@debian.org>  Mon, 27 Apr 2009 22:30:40 +0200

elisa (0.5.35-1) experimental; urgency=low

   * New upstream "heavy" release.
   * debian/control:
     - Bumped build-depends on python-pgm to >= 0.3.11-2.
     - Bumped standards version to 3.8.1; no changes required.
     - Commented a line to fix missing __init__.py.

 -- Paul van Tilburg <paulvt@debian.org>  Mon, 06 Apr 2009 23:02:50 +0200

elisa (0.5.30-1) experimental; urgency=low

   * New upstrema release.
   * Keep uploading to experimental until the plugin/auto-update issue
     has been resolved.

 -- Paul van Tilburg <paulvt@debian.org>  Tue, 03 Mar 2009 21:20:41 +0100

elisa (0.5.28-1) experimental; urgency=low

   * New upstream release.
   * Added debian/patches/01_elisa-man1.patch to update the quite obsoleted
     man-page shipped with the release.
   * The NEWS.Debian file is only relevant for the elisa package, not
     python-elisa.
   * debian/rules:
     - Make sure that elisa depends on python-elisa with exactly the same
       source version.  It will not start otherwise!

 -- Paul van Tilburg <paulvt@debian.org>  Mon, 16 Feb 2009 18:06:16 +0100

elisa (0.5.27-1) experimental; urgency=low

   * New upstream release (closes: #515208).
   * Added a missing suggest on python-simplejson;
     this is used for the plugin/update system when enabled.
   * Added debian/patches/00_disable-plugin-updates.patch.
   * Added debian/NEWS to explain about the disabled (plugin) update system.
   * debian/rules:
     - No longer drop elisa/extern/coherence, it is a modified copy that
       is needed by a lot of plugins.

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 15 Feb 2009 14:50:31 +0100

elisa (0.5.25-1) experimental; urgency=low

   [ Sjoerd Simons ]
   * Update python-pgm build-depend, remove python-dateutil dependency.
 
   [ Paul van Tilburg ]
   * New upstream release (closes: #499853, #491728, #507358).
   * debian/control:
     - Added myself as an uploader.
     - Removed legacy Conflict/Breaks: elisa-core.
     - Bumped the python-pgm depend to >= 0.3.9.
   * debian/elisa.install:
     - The elisa program is no longer located in bin/ in upstream, install
       it from debian/tmp.
     - Install shared data also from debian/tmp to be more consistent.

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 01 Feb 2009 18:32:17 +0100

2008

elisa (0.5.9-1-1) experimental; urgency=low

   [ Philippe Normand ]
   * New upstream release
     - Removed patches/60_skip-benchmark-bool.patch not needed anymore
     - elisa.install: scripts were moved from scripts/ to bin/
     - debian/control: replace old version of elisa-plugins-*
 
   [ Loic Minier ]
   * Target experimental for now as the changes are too large for lenny.
   * Bump python-pgm dep to >= 0.3.5~ per README.
   * New upstream releases.
     - Let python-elisa dep on python-datetime (storm).
     - Let python-elisa suggest ipython for interactive console_client.
     - Let elisa dep on python-pkg-resources, python-twisted-core,
       python-gst0.10.
     - Let elisa suggest ipython for interactive console.
   * Wrap Replaces in control.
   * Bump up Standards-Version to 3.8.0.
   * Make the manual fiddlings such as coherence's removal more verbose in
     rules and add some comments.
   * Break elisa-plugins-* << 0.5 instead of replacing them.

 -- Loic Minier <lool@dooz.org>  Sun, 14 Sep 2008 01:35:32 +0200

elisa (0.3.5-3) unstable; urgency=low

   * Build-dep on python-pkg-resources and depend on both python-pkg-resources
     and python-setuptools; closes: #472306.

 -- Loic Minier <lool@dooz.org>  Thu, 03 Apr 2008 14:23:13 +0200

elisa (0.3.5-2) unstable; urgency=low

   * New patch, 60_skip-benchmark-bool, from upstream SVN r5364; Elisa #1125;
     Launchpad #207340.

 -- Loic Minier <lool@dooz.org>  Wed, 26 Mar 2008 22:34:09 +0100

elisa (0.3.5-1) unstable; urgency=low

   [ Philippe Normand ]
   * New upstream release.
   * Removed patches/02_rename_generic_setup.patch and
     patches/01_fix_config.patch: merged back to upstream
 
   [ Loic Minier ]
   * Upload to unstable.
   * Merge patch from Alessandro Decina to remove the nspkg.pth file created
     by setuptools and add an __init__.py file in
     /usr/lib/pythonX.Y/site-packages/elisa.

 -- Philippe Normand <philippe@fluendo.com>  Wed, 12 Mar 2008 15:26:43 +0100

elisa (0.3.4-2) gutsy; urgency=low

   [ Loic Minier ]
   * Do ship usr/lib; cough.

 -- Philippe Normand <philippe@fluendo.com>  Wed, 12 Mar 2008 15:26:17 +0100

elisa (0.3.4-1) experimental; urgency=low

   [ Loic Minier ]
   * Wrap uploaders.
   * Allow python >= 2.5 instead of python-ctypes, python-elementtree, and
     python-celementtree; thanks Martin Pitt and Emilio Pozuelo Monfort;
     closes: #466727.
 
   [ Philippe Normand ]
   * New upstream release, closes: #467053
   * elisa package doesn't ship elisa.core python package anymore. It's
     now part of the elisa-core Debian package
   * Runtime dependency on python-pkg-resources, closes: #468734
   * Dropped unneeded dependency on python-xml, closes: #468587
   * New upstream release
   * Don't ship API docs anymore
   * Removed patches already applied upstream or not relevant anymore
   * debian/patches/01_fix_config.patch: assert the updater service isn't
     activated
   * debian/patches/02_rename_generic_setup.patch: rename generic_setup.py
     to elisa_generic_setup.py
   * Removed build-dependency on quilt, we use simple-patchsys
   * Removed install calls from debian/rules and use debian/elisa.install
   * Renamed elisa-core to python-elisa
   * debian/control:
     - Added binary package specific notes
     - Specialized short descriptions
     - Put python-elisa in python Section
     - depend on python-{gtk2,cairo,pgm}
   * Removed notes about Arch: any in TODO.Debian
   * Added an explanation about the elisa dependencies
 
   [ Loic Minier ]
   * Don't ship usr/lib in python-elisa.
   * Fix typos in README.Debian and control.

 -- Philippe Normand <philippe@fluendo.com>  Sun, 02 Mar 2008 11:25:10 +0100

2007

elisa (0.3.2-1) unstable; urgency=low

   * New upstream release; closes: #451987.
     - Removed unecessary dependencies: libdvdcss, metar.
     - Added new Recommends: python-twill, python-beautifulsoup.
     - Bumped python-pigment required version.
     - Ship FAQ_EXTRA, FIRST_RUN and RELEASE as docs.
     - debian/copyright updated, new external files in elisa/extern
     - Added Tango copyright in debian/copyright
     - Fixes incomplete display of images; closes: #452106.
   * README.Debian now points to FIRST_RUN
   * Added myself as Uploader
   * Fixed lintian warnings about executable files that are not scripts
   * Added a manpage for elisa
   * Fixed missing dep on gstreamer0.10-plugins-base

 -- Philippe Normand <philippe@fluendo.com>  Tue, 9 Oct 2007 10:48:07 +0200

elisa (0.3.1-2) unstable; urgency=low

   * Upload to unstable; drop dist check.

 -- Loic Minier <lool@dooz.org>  Thu, 06 Sep 2007 17:47:38 +0200

elisa (0.3.1-1) experimental; urgency=low

   * New major upstream release; closes: #437436.
     - Target at experimental and protect against uploads to unstable.
     - Recommend python-gnome2-extras.
     - Bump up depends to python-pigment >= 0.3.0.
     - Drop patch 60_disable-usr-write-check, merged upstream.
     - Stop shipping README.txt.
     - Depend on gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs,
       promote python-pysqlite2 and python-twisted-web to depends, demote
       python-xml to recommends, drop python-soappy, python-tagpy, and
       python-gnome2-extras from recommends; suggestions of Philippe Normand.
     - Recommend python-pylirc for LIRC support.
     - Recommend python-coherence for uPnP support.
   * Recommend hal for iPod support.
   * Install elisa.svg in /usr/share/pixmaps as well.
   * Be verbose when fixing permissions.

 -- Loic Minier <lool@dooz.org>  Sun, 02 Sep 2007 18:21:40 +0200

elisa (0.1.7-2) unstable; urgency=low

   * Depend on python-setuptools too; thanks Florian Ludwig; closes: #434209.

 -- Loic Minier <lool@dooz.org>  Tue, 24 Jul 2007 16:37:30 +0200

elisa (0.1.7-1) experimental; urgency=low

   * Fix typo in control.
   * New upstream release.
     - New patch, 60_disable-usr-write-check, disables write test on /usr dirs
       in setup.py which fail under fakeroot.

 -- Loic Minier <lool@dooz.org>  Mon, 25 Jun 2007 14:08:21 +0200

elisa (0.1.6-1) experimental; urgency=low

   * Initial release. (Closes: #377777)

 -- Loic Minier <lool@dooz.org>  Sat, 16 Jun 2007 18:01:15 +0200