Accepted avahi 0.6.15-1ubuntu1 (source)

Sebastian Droege slomo at ubuntu.com
Tue Nov 7 22:50:08 GMT 2006


Accepted:
 OK: avahi_0.6.15-1ubuntu1.dsc
     -> Component: main Section: net
 OK: avahi_0.6.15.orig.tar.gz
 OK: avahi_0.6.15-1ubuntu1.diff.gz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 07 Nov 2006 23:31:58 +0100
Source: avahi
Binary: python-avahi libavahi-client3 avahi-autoipd libavahi-glib-dev libavahi-common-data avahi-utils libavahi-common-dev 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-core4 libavahi-client-dev libavahi-compat-libdnssd1 libavahi-qt3-dev avahi-daemon
Architecture: source
Version: 0.6.15-1ubuntu1
Distribution: feisty
Urgency: high
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
Changed-By: Sebastian Droege <slomo 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-core4 - 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
 python-avahi - Python utility package for Avahi
Closes: 384783 385495 386957 389243 390614 391298 391924 392076 394330
Changes: 
 avahi (0.6.15-1ubuntu1) feisty; urgency=low
 .
   * Sync with Debian:
     + debian/avahi_status,
       debian/enable_avahi:
       - Add scripts to enabled starting of the avahi daemon by the init script
         and to query the status
     + debian/rules,
       debian/avahi-daemon.install:
       - Install the enable_avahi, avahi_status scripts
     + debian/avahi-daemon.default:
       - Don't start the daemon by default
     + debian/control:
       - Add Recommends on dbus on libavahi-client3
     + debian/patches/kubuntu_03_fix_duplicate_entries_in_menu.patch,
       - Fix duplicated avahi-discover menu entries in KDE
     + debian/patches/03_foreground-console.patch:
       - Allow only foreground users access to the avahi-set-host-name utility as
         we don't use the "netdev" group anywhere
   * debian/patches/80_undefined-macros.patch:
     + Workaround for the missing IFLA_RTA and IFA_RTA macros to fix FTBFS
 .
 avahi (0.6.15-1) unstable; urgency=high
 .
   * New upstream version, urgency=high because of potential security fix:
     + Check that netlink messages actually originate from the kernel and
       not another process
   * debian/patches/02_local-service.patch:
     + Dropped, merged upstream
   * debian/control:
     + Fix the avahi-autoipd description (Closes: #394330)
 .
 avahi (0.6.14-2) unstable; urgency=low
 .
   [ Sebastian Droege ]
   * debian/control:
     + Update Standards-Version to 3.7.2
     + Recommend dhcp3-client instead of non-existing dhclient
       (Closes: #392076, #391924)
     + Change QT to Qt in all descriptions (Closes: #384783)
     + Change Maintainer to pkg-utopia team
     + Add XS-X-Vcs-Svn control field
   * debian/control,
     debian/rules:
     + Don't build avahi-autoipd on something else than Linux until it is
       ported (Closes: #391298). Thanks to Aurelien Jarno <aurel32 at debian.org>
       for the patch.
   * debian/patches/10_initscripts-scriptname.patch:
     + Set SCRIPTNAME variable in init scripts (Closes: #386957)
   * debian/avahi-daemon.postinst:
     + Add the netdev group unless it's already there (Closes: #385495, #389243)
   * debian/avahi-autoipd.ifup,
     debian/avahi-autoipd.ifdown,
     debian/rules,
     debian/patches/11_avahi-autoipd.action-add-routes.patch:
     + Add ifupdown scripts to set routes to allow communication between
       machines which only have an IPv4LL address assigned and those which
       only have a routable address assigned.
       See http://developer.apple.com/qa/qa2004/qa1357.html for more information.
 .
   [ Sjoerd Simons ]
   * debian/avahi-autoipd.ifup,
     debian/avahi-autoipd.ifdown,
     + Also recognise the NetworkManager method and address family(?!) as valid
     for ipv4ll routes
 .
 avahi (0.6.14-1) unstable; urgency=low
 .
   [ Sebastian Droege ]
   * New upstream release
   * debian/patches/02_static-hosts.patch:
     + Dropped, merged upstream
   * debian/patches/02_local-service.patch:
     + Fix detection whether a service is from the local machine. Patch from
       upstream SVN (r1329)
   * debian/control,
     debian/avahi-autoipd.postinst:
     debian/avahi-autoipd.postrm:
     debian/avahi-autoipd.prerm,
     debian/avahi-autoipd.install:
     + Add new avahi-autoipd package
 .
   [ Sjoerd Simons ]
   * Let libavahi-compat-libdnssd1 recommend libnss-mdns instead of depending
     on it. (Closes: #390614)
   * Install avahi-autoipd's exit hook as zzz_avahi-autoipd to ensure it runs
     last.
 .
 avahi (0.6.13-3) unstable; urgency=low
 .
   [ Sebastian Droege ]
   * debian/control,
     debian/pyversions:
     + Allow the modules to be used with all supported python versions greater
       or equal to 2.4
   * debian/pycompat:
     + Dropped, not required by policy anymore
 .
   [ Sjoerd Simons ]
   * Make libavahi-compat-libdnssd1 depend on libnss-mdns as it's needed for
     proper operation.
   * debian/clean-la.mk: Copy clean-la.mk from the gnome-pkg-tools packages.
     Removes dependency_libs from the .la file.
Files: 
 a515edf280aff8d05a44ab8603e56793 1566 net optional avahi_0.6.15-1ubuntu1.dsc
 94dbd41336d18c47fc8213735a3fbf8e 892455 net optional avahi_0.6.15.orig.tar.gz
 9befe3516f07dc315f3ae1a29b7348c0 15230 net optional avahi_0.6.15-1ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFUQuzBsBdh1vkHyERAg3dAKCwTQw+Y/bg9QrUIZi7zKWa6ZY2QACgmrLn
d0yoj7r7gooQtlgf+NXXae8=
=gawN
-----END PGP SIGNATURE-----





More information about the feisty-changes mailing list