lp:ubuntu/intrepid/mediatomb

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/intrepid/mediatomb
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

7. By Fabien Tassin

* fix LP: #272772: packages that Depend/Recommend/Suggest firefox
  (meta-package) must alternatively Depend/Recommend/Suggest abrowser
  - update debian/control

6. By Andres Mejia

* Add check to see if $GROUP is defined and if not, define it as $USER.
  Closes: #475499
* Fix FTBFS. Closes: #477036

5. By StefanPotyra

* debian/mediatomb-daemon.mediatomb.default: Change NO_START to no,
  so that the daemon is automatically started, once the -daemon
  package is installed. LP: #205790. Thanks to Leonhard Wimmer and
  Andres Mejia.
* debian/control: Update maintainer field as per spec.

4. By Andres Mejia

* New upstream release.
* Include message about which inotify headers will be used when enabling
  inotify runtime support.
* Fixed error with use of INTERFACE in init script. Also removed use of -m
  option.
* Including new config.xml options.
* Added more build dependencies for new upstream release.
* Removed build dependency of libid3-dev, taglib is now preferred.
* mediatomb.xpm and manpage.xml is now included in orig tarball.
* inotify patch is not needed anymore.
* md5 patch has been committed upstream and is no longer needed. Also removed
  README.Debian.
* TwinHelix PNG fix is now used. Removed from TODO.
* Adding dependency of iceweasel for mediatomb package.
* Updated copyright file.
* Updated watch file.
* Updated rules file for proper configure options.

3. By Andres Mejia

* Moved Debian packaging from svn to git.
  + Updated Vcs entries in debian/control.
* Fixing inotify build problems. An inotify check will be supported for
  runtime. Closes: #465177
* Removing .pc directory when unpatching.
* Allowing options used in running configure to be overriden.
* Writing external script to generate orig source tarball and have
  get-orig-source target in debian/rules call external script.
* Update copyright to mention two files that are removed from upstream.
* Add TODO about changing from using PNG Behavior fix from WebFX to using IE
  PNG Fix delivered by TwinHelix.
* Adding TODO about ensuring that the WebUI works under any Mozilla based
  browser.
  + There's a known problem with the WebUI under Konqueror.

2. By Andres Mejia

[ Andres Mejia ]
* Moved myself in Maintainers field and Leonhard to Uploaders field.
* Added Sven Mueller to Uploaders field.
* Place comment in patch.
* Hard code some configure options for mediatomb
  + Ensures proper dependencies are used in case someone builds packages with
    'debian/rules binary'.
* Adding 'get-orig-source' in debian/rules.
* Installing the README.Debian file to the mediatomb package as well.
* Added watch file.
* Add nostrip option for DEB_BUILD_OPTIONS.
* Fix permissions to comply with Debian policy.
* Call configure properly as described in autotools-dev documentation.
* Test for the existence of *-stamp stamps before attempting to remove.
* Renamed config.status target to configure and call configure-stamp target.
* Installing only ASCII upstream README and scripting.txt.
* Making mediatomb-daemon and mediatomb package binary independent.
  + Updated debian/rules to use binary-indep target.
* Updated package descriptions.
* Specify CXXFLAGS to use.
* Add lintian override for use of x-www-browser.
* Rewriting init scripts based on /etc/init.d/skeleton.
  + Update default configuration.
  + Properly test for home directory and use it with daemon options.
* Updated mediatomb-daemon README.Debian.
* Renaming acinclude.m4 to acx_pthread.m4 during build time, so as not to
  confuse it with acinclude.m4 from libtool.
* Changing Vcs-Browser to point to
  http://svn.debian.org/wsvn/collab-maint/ext-maint/mediatomb/?op=log
* Creating package that could be suitable to upload directly to Debian
  archive. (Closes: 440199)
  + Packaging is a heavily modified form of the packaging found in
    http://apt.mediatomb.cc/pool/main/m/mediatomb/
  + Changes made are written below in order of latest changes to oldest
    changes.
* init scripts will be installed using the name "mediatomb".
  + Added README.Debian showing how to remove the old files and startup
    links.
* Added logrotate script.
* Bumped Standards-Version to 3.7.3.
* Changed Vcs-* entries to new location in svn.debian.org.
* Rewrote copyright file to be machine parsable and to list the copyright and
  license information for the files derived from other projects.
* Taking out "open source (GPL)" words in package description.
* manpage docbook source added in debian/extras.
* Replaced RSA MD5 code with MD5 code found in dpkg (for license reasons).
  + Code is removed in orig tarball and patched in during build.
* init script will send SIGTERM instead of SIGINT to stop mediatomb.
* Took out duplicate Homepage field in control file.
* Took out XS- from Vcs-* fields in control file.
* Took out deprecated Encoding key in the .desktop file.
* Fixing mediatomb-daemon.postrm to delete /var/lib/mediatomb when removing
  or purging.
* Adding dpkg-statoverride command during purging to remove overrides used
  by mediatomb-daemon package.
* Using deluser and delgroup commands to remove mediatomb user and group.
* Removed dependency on passwd.
* Added --disabled-{login,password} for adduser in preinst.
* Changed --shell option to use /usr/sbin/nologin in preinst.
* Using dpkg-statoverride instead of chown for postinst.
* Adding myself to Uploaders field instead of Maintainer field.
* Creating three packages.
  + mediatomb-common will contain the the binary, the manpage, and everything
    needed for scripting and the web interface.
  + mediatomb-daemon will contain the files needed to run mediatomb as a
    daemon.
  + mediatomb will contain the desktop file that depends on a web browser to
    access the web ui.
* Adding Homepage field in source stanza which will be supported soon.
* Removing konqueror as dependency for mediatomb as it is not yet recommended
  to use konqueror to access the webui.
* Removing misc:Depends tag as it is not needed.
* Set myself as a maintainer.
* Removing debian/dirs as it is not needed.
* Removing prerm script as it did nothing.
* Renaming maintainer scripts since they are relevant only to the daemon
  package.
* Replacing build-deps of autotools-dev with automake.
* Calling autotools to ensure everything is up to date.
* Adding "distclean" target when running debian/rules clean.
* Adding dependency to www-browser virtual package.
  + Including some real packages first as alternatives.
* Adding desktop file to open mediatomb configuration page.
  + Correct IP address and port to open is provided in
    /var/lib/mediatomb/mediatomb.html.
* Adding menu file as well.
* Adding dh_installmenu and dh_desktop commands to debian/rules.
* Adding mediatomb.install for desktop and xpm file.
* Providing symlink for icon used with desktop entry.
* Addressing bad-distribution-in-changes-file lintian error.
  + debian/changelog had unknown/invalid target distribution (etch).
* Addressing out-of-date-standards-version lintian warning.
  + Bumped 'Standards-Version' to 3.7.2.
* Addressing debian-rules-ignores-make-clean-error lintian warning.
  + Replaced "-$(MAKE) clean" with "[ ! -f Makefile ] || $(MAKE) clean" in
    debian/rules file.
* Setting NO_START variable in mediatomb.default to "".
* Replacing build dependency of libsmjs-dev to libmozjs-dev.
  + libsmjs-dev is a transition package.
* Adding -m /dev/null in D_ARGS for init script.
  + Temporary workaround for a bug that has been fixed in SVN.
* Added Uploaders field in debian/control to add me as an uploader.
* Renamed some build depends to their appropriate virtual packages.
  + Should make it easier for binNMUs.
  + libid3-3.8.3-dev changed to libid3-dev.
  + libmysqlclient15-dev changed to libmysqlclient-dev.
  + zlib1g-dev changed to libz-dev.

1. By Andres Mejia

Import upstream version 0.10.0.dfsg1

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/karmic/mediatomb
This branch contains Public information 
Everyone can see this information.

Subscribers