Accepted avahi 0.6.18-5ubuntu1 (source)
Martin Pitt
martin.pitt at ubuntu.com
Tue May 15 22:30:12 BST 2007
Accepted:
OK: avahi_0.6.18-5ubuntu1.dsc
-> Component: main Section: net
OK: avahi_0.6.18-5ubuntu1.diff.gz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 15 May 2007 23:14:13 +0200
Source: avahi
Binary: python-avahi libavahi-client3 avahi-autoipd libavahi-glib-dev libavahi-common-data avahi-utils libavahi-common-dev libavahi-ui0 libavahi-qt3-1 libavahi-glib1 libavahi-qt4-dev libavahi-qt4-1 avahi-dnsconfd avahi-discover libavahi-compat-libdnssd-dev libavahi-compat-howl-dev libavahi-common3 libavahi-core-dev libavahi-compat-howl0 libavahi-core5 libavahi-client-dev libavahi-ui-dev libavahi-compat-libdnssd1 libavahi-qt3-dev avahi-daemon
Architecture: source
Version: 0.6.18-5ubuntu1
Distribution: gutsy
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
avahi-autoipd - Avahi IPv4LL network address configuration daemon
avahi-daemon - Avahi mDNS/DNS-SD daemon
avahi-discover - Service discover user interface for avahi
avahi-dnsconfd - Avahi DNS configuration tool
avahi-utils - Avahi browsing, publishing and discovery utilities
libavahi-client-dev - Development files for the Avahi client library
libavahi-client3 - Avahi client library
libavahi-common-data - Avahi common data files
libavahi-common-dev - Development files for the Avahi common library
libavahi-common3 - Avahi common library
libavahi-compat-howl-dev - Development headers for the Avahi Howl compatibility library
libavahi-compat-howl0 - Avahi Howl compatibility library
libavahi-compat-libdnssd-dev - Development headers for the Avahi Apple Bonjour compatibility lib
libavahi-compat-libdnssd1 - Avahi Apple Bonjour compatibility library
libavahi-core-dev - Development files for Avahi's embeddable mDNS/DNS-SD library
libavahi-core5 - Avahi's embeddable mDNS/DNS-SD library
libavahi-glib-dev - Development headers for the Avahi glib integration library
libavahi-glib1 - Avahi glib integration library
libavahi-qt3-1 - Avahi Qt3 integration library
libavahi-qt3-dev - Development headers for the Avahi Qt3 integration library
libavahi-qt4-1 - Avahi Qt4 integration library
libavahi-qt4-dev - Development headers for the Avahi Qt4 integration library
libavahi-ui-dev - Development headers for the Avahi Apple Bonjour compatibility lib
libavahi-ui0 - Avahi Apple Bonjour compatibility library
python-avahi - Python utility package for Avahi
Closes: 354988 367748 378114 396811 419259 419796 419935 420184 421360 421473 421928
Changes:
avahi (0.6.18-5ubuntu1) gutsy; urgency=low
.
* Merge with Debian unstable; remaining Ubuntu changes:
- debian/control: Replace Debian's XS-X-Vcs-Svn with Ubuntu's XS-Vcs-Bzr.
- debian/avahi-daemon.ifupdown: Only check DNS if we are in 'start' mode.
This avoids long delays when this is called as part of if-post-down.
(LP #84128)
- debian/patches/03_foreground-console.patch: Restrict access to
privileged Avahi dbus functions to console users.
* debian/patches/11_avahi-autoipd.action-add-routes.patch: Fix patch header
to patch the real source file and actually apply.
.
avahi (0.6.18-5) unstable; urgency=low
.
* debian/avahi-daemon.init: Don't report failure when stopping an already
stopped daemon (Closes: #421928)
* debian/avahi-daemon-check-dns.sh: Explicitly set $PATH so programs in
/usr/bin are also found (Closes: #421360)
* debian/rules, debian/libavahi-ui0.links: Rename zssh and zvnc to bssh and
bvnc. Upstream will have this renaming in their next release
(Closes: #421473)
.
avahi (0.6.18-4) unstable; urgency=low
.
[ Sjoerd Simons ]
* debian/rules:
+ Ensure that ServiceTypeDatabase.py is generated instead of using the one
from the tarball (Closes: #420184)
* debian/avahi-daemon-check-dns.sh:
+ Minimise the number of times the DNS servers are checked for a unicast
.local domain even more. (Closes: #419796)
+ Use invoke-rc.d to start/stop avahi as we're a proper sysv init service
now
* debian/avahi-daemon.{ifupdown,resolvconf}:
+ Check if avahi-daemon-check-dns.sh is executable before executing it
(Closes: #419259)
* debian/rules:
+ Disable gcc's strack protection on all archs except those that actually
support it (powerpc s390 sparc amd64 i386). Fixes FTBS on the other
architectures.
* debian/patches/25_avahi_fix_desktop_files.patch:
+ Added. Only put at most one main category in one .desktop file. Fixes
applications turning up in multiple places in the KDE menu. Also move
zvnc and zssh to the Network category.
.
[ Michael Biebl ]
* Start avahi-daemon and avahi-dnsconfd as regular SysV init scripts.
(Closes: #396811, #367748, #378114)
+ debian/avahi-daemon.init,
debian/avahi-dnsconfd.init
- Added. Based on the upstream init scripts.
- Add proper LSB headers.
- Remove reimplementation of LSB logging functions. Depend on lsb-base
being installed.
- Use log_daemon_msg instead of log_begin_msg.
- Remove SVN $Id keyword. (Closes: #354988)
+ debian/avahi-daemon.install,
debian/avahi-dnsconfd.install
- Do not install the upstream init script anymore.
+ debian/avahi-daemon.links
- Remove the symlink /etc/dbus-1/event.d/25avahi-daemon
+ debian/avahi-daemon.postinst
- Do not restart avahi-daemon manually. dh_installinit takes care of
that automatically.
+ debian/avahi-daemon.prerm,
debian/avahi-dnsconfd.{links,postinst,prerm}
- Removed. Not needed anymore.
+ debian/control
- Add Depends: lsb-base (>= 3.0-6) to avahi-daemon and avahi-dnsconfd.
+ debian/rules
- Set DEB_DH_INSTALLINIT_ARGS to start at 24 and stop at 16.
+ debian/patches/03_avahi-daemon-init-unicast-disable.patch
- Removed, debian/avahi-daemon.init includes this fix directly.
* debian/rules
+ Remove dh_python call as it is not needed anymore with python-support.
* debian/control
+ Update the Vcs control field from XS-X-Vcs-Svn to XS-Vcs-Svn.
+ Add XS-Vcs-Browser control field.
.
avahi (0.6.18-3) unstable; urgency=low
.
[ Sjoerd Simons ]
* debian/avahi-daemon.postinst:
+ Don't let adduser create avahi-daemon's homedir. This prevents it from
being created with the wrong permissions. (Closes: #419935)
.
[ Sebastian Droege ]
* debian/patches/20_avahi-ui-non-existing-domain-segv.patch:
+ Patch from upstream SVN (r1448): fix segfault when browsing for services
on non-existing domains or domains that don't have any services assigned.
.
avahi (0.6.18-2) unstable; urgency=low
.
* debian/control,
debian/libavahi-ui0.install,
debian/libavahi-ui0.shlibs,
debian/libavahi-ui-dev.install:
+ Add libavahi-ui package, containing a Gtk widget for browsing services
and two example programs (zssh, zxvnc) that can be used to browse for
local ssh or vnc servers.
* debian/rules:
+ Add libavahi-glib and libavahi-ui to DEB_SHLIBDEPS_INCLUDE
Files:
c61d85f10eed1c28caf2cb07b92d8cf5 1687 net optional avahi_0.6.18-5ubuntu1.dsc
f54dc13c8973310026a885dce96eac73 29952 net optional avahi_0.6.18-5ubuntu1.diff.gz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGSiVSDecnbV4Fd/IRAtlJAKCPxlGXguDAg9ibsdJOpfmcQINNDACeO8GX
lWcDvwVqfEH48OsjGnqdRwk=
=w0G3
-----END PGP SIGNATURE-----
More information about the gutsy-changes
mailing list