2006
flumotion (0.2.2-6) unstable; urgency=high
* New patch, 20_depend-audiotest-for-volume-effect_r4358, to properly depend
on the audiotest component for volume effect, fixes a visible and annoying
bug in the default pipeline; from upstream SVN r4358.
-- Loic Minier <lool@dooz.org> Tue, 19 Dec 2006 10:40:17 +0100
flumotion (0.2.2-5) unstable; urgency=medium
* Build-depend on autotools-dev for CDBS's config.guess and config.sub
auto-update to work.
* Document that you need to add the flumotion user to the relevant groups to
stream audio, video etc.; thanks Pablo Lorenzzoni; closes: #401976.
* Set XS-Python-Version to >= 2.3 instead of current.
-- Loic Minier <lool@dooz.org> Fri, 15 Dec 2006 14:18:26 +0100
flumotion (0.2.2-4) unstable; urgency=low
* Document that you should use user/test to connect to flumotion.
-- Loic Minier <lool@dooz.org> Fri, 10 Nov 2006 15:31:49 +0100
flumotion (0.2.2-3) unstable; urgency=high
* Simple rebuild against current python-defaults should make flumotion-admin
use the python2.4 Gtk2 bindings instead of the python2.3 bindings which
are currently broken; see #396694 and #396840; closes: #397896.
* Merge debian/postinst in debian/flumotion.postinst; fixes creation of the
flumotion user, doh! closes: #397897.
* Fix typo in changelog entry of 0.2.2-2.
-- Loic Minier <lool@dooz.org> Fri, 10 Nov 2006 13:39:17 +0100
flumotion (0.2.2-2) unstable; urgency=low
* Restart flumotion after the byte-compilation in postinst to workaround
#386970.
-- Loic Minier <lool@dooz.org> Tue, 3 Oct 2006 16:50:42 +0200
flumotion (0.2.2-1) unstable; urgency=low
* New upstream release, "IT".
- Bump up python-gtk2-dev >= 2.8.0 per .spec file.
- Ship flumotion.doap.
- Update patch 10_preserve-umask.
* Fix bashism in debian/rules.
* Bump up python-central build-dep as lintian suggests.
* Add CDBS' utils.
* Set DEB_CONFIGURE_SCRIPT_ENV to ignore DISPLAY via "env -u".
* Uncomment the user / test account in the default configuration since the
authentication policy switched to fail by default instead of accepting
anything; document the change in NEWS.Debian.
-- Loic Minier <lool@dooz.org> Sat, 30 Sep 2006 19:46:59 +0200
flumotion (0.2.1-3) unstable; urgency=low
* Update rtupdate script to:
- handle calls with three arguments.
- stop on pre-rtupdate and start on post-rtupdate.
- use LSB init functions.
-- Loic Minier <lool@dooz.org> Thu, 3 Aug 2006 22:27:11 +0200
flumotion (0.2.1-2) unstable; urgency=low
* Install rtupdate script manually to fix its permissions.
* Cleanup rtupdate script.
* Simple rebuild against python-gst0.10 0.10.4-5 to get a correct (2.3)
pyexecdir.
-- Loic Minier <lool@dooz.org> Tue, 11 Jul 2006 23:05:25 +0200
flumotion (0.2.1-1) unstable; urgency=low
* New upstream release, "Angel".
- Recommend python-gnome2 for gnomevfs support for clickable HTTP URLs.
[debian/control]
* Add watch file.
* Update to new Python policy.
- Bump up debhelper build-dep to >= 5.0.37.2.
- Set Python compatibility level to 2.
- Add XB-Python-Version to flumotion.
- Add a python-central (>= 0.4.17) build-dep.
- Build-depend on cdbs (>= 0.4.43).
- Add a XS-Python-Version (current).
- Call dh_pycentral to fill XB-Python-Version and add a pycentral dep.
- Add flumotion.rtupdate script to restart flumotion when the Python
runtime is changed.
-- Loic Minier <lool@dooz.org> Sat, 8 Jul 2006 20:37:54 +0200
flumotion (0.2.0-1) unstable; urgency=low
* New upstream release, "San Telmo".
- Switch to GStreamer 0.10.
. Bump up python-gtk2-dev build-dep to >= 2.6.3.
[debian/control]
. Add a python-gst0.10 (>= 0.10.1) build-dep.
[debian/control]
. Add a libgstreamer0.10-dev (>= 0.10.1) build-dep.
[debian/control]
. Drop libgstreamer0.8-dev build-dep.
[debian/control]
. Drop python-gst build-dep.
[debian/control]
. Change the python-gst dep in a python-gst0.10 dep and bump the version
requirement to >= 0.10.1.
[debian/control]
. Drop the gstreamer0.8-misc, gstreamer0.8-vorbis, gstreamer0.8-speex,
and gstreamer0.8-theora deps and add gstreamer0.10-plugins-base,
and gstreamer0.10-plugins-good deps.
- Build-depend on python-twisted-names and python-twisted-web explicitely
as these are checked for in the configure.ac.
[debian/control]
- Document the change in the XML config format and suggest xsltproc.
[debian/control, debian/NEWS]
* Add a TODO list.
[debian/TODO.Debian]
* Remove default.pem generated by postinst in postrm.
[debian/postrm]
* New patch to preserve umask and hence create log files and pid files with
the default umask instead of world-writable.
[debian/patches/10_preserve-umask.patch]
* Create various runtime directories.
[debian/dirs]
* Create flumotion user:group and let it own /var/cache/flumotion,
/var/log/flumotion, and /var/run/flumotion; depend on adduser; clean these
directories on purge.
[debian/postinst, debian/control, debian/postrm]
* Init script from skeleton and upstream.
[debian/init]
* Don't install binary helper for tray icon for now.
[debian/rules]
* Move most build-deps to build-depends-indep.
[debian/control]
* Build-depend on python.
[debian/control]
* Bump up Standards-Version to 3.7.2.
[debian/control]
* Force executable bit on files looking like python scripts below
/usr/lib/flumotion.
[debian/rules]
* Install upstream's default conf in /usr/share/doc/flumotion/example-conf.
[debian/install]
* Some notes on usage.
[debian/README.Debian]
* Update description.
[debian/control]
* Protect /etc/flumotion with a chmod 750.
[debian/rules]
* Ship a default worker which connects without password to the manager.
[debian/worker.xml, debian/install]
-- Loic Minier <lool@dooz.org> Wed, 17 May 2006 20:42:21 +0200
flumotion (0.1.7-1) unstable; urgency=low
* Imported from Ubuntu.
* Set myself as Maintainer:.
[debian/control]
* Bump-up Standards-Version to 3.6.2.
[debian/control]
* Enhance the contents of the copyright file.
[debian/copyright]
-- Loic Minier <lool@dooz.org> Tue, 24 Jan 2006 22:58:18 +0100
2005
flumotion (0.1.7-0ubuntu1) hoary; urgency=low
* New upstream release
- Unsplit for now, will do this for breezy
-- Jeff Waugh <jeff.waugh@ubuntu.com> Wed, 6 Apr 2005 03:31:04 +1000
flumotion (0.1.6-0ubuntu1) hoary; urgency=low
* New upstream release
* Split into component packages
* Depend on python-pyopenssl
* debian/planet.xml:
- Listen on localhost:7531, via ssl by default
-- Jeff Waugh <jeff.waugh@ubuntu.com> Sat, 19 Feb 2005 18:07:23 +1100
flumotion (0.1.5-0ubuntu1) hoary; urgency=low
* New upstream release
-- Jeff Waugh <jeff.waugh@ubuntu.com> Tue, 25 Jan 2005 22:22:00 +1100
2004
flumotion (0.1.3-3) hoary; urgency=low
* debian/control:
- Build-Depend on python-epydoc and libgstreamer0.8-dev.
-- Jeff Waugh <jeff.waugh@canonical.com> Thu, 2 Dec 2004 14:08:12 +1100
flumotion (0.1.3-2) hoary; urgency=low
* debian/control:
- Build-Depend on pkg-config, Depend on gstreamer0.8-misc >= 0.8.6 for
the tcp fix.
-- Jeff Waugh <jeff.waugh@canonical.com> Tue, 30 Nov 2004 18:35:57 +1100
flumotion (0.1.3-1) hoary; urgency=low
* Initial Release
-- Jeff Waugh <jdub@perkypants.org> Tue, 01 Jun 2004 16:14:59 +1000