[ubuntu/trusty-proposed] avahi 0.6.31-3ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Sat Dec 14 00:12:14 UTC 2013
avahi (0.6.31-3ubuntu1) trusty; urgency=medium
* Merge from Debian unstable, remaining changes:
- debian/control: Add versioned dependency on the dbus that satisfies our
upstart job dependency.
- Add udebs corresponding to libavahi-common3 and libavahi-core7, so
that we can use them for Eucalyptus integration in the installer.
- Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart,
debian/avahi-cups-reload.upstart
- d/p/avahi-core-reserve-space-for-record-data-when-size-estimate.patch:
fix a bug where avahi will use 100% CPU after cups is restarted.
- d/p/suse-patch-gtk-box.patch: Use gtk_box API.
- Add two new symbols to libavahi-core7.symbols file.
- d/p/so_reuseport-may-not-exist-in-running-kernel.patch: If
SO_REUSEPORT returns ENOPROTOOPT, continue as if we did not have the
call at all.
- d/p/skip-nproc-in-container.patch: Detect whether we are running in a
container, and do not set rlimit_nproc if so.
* Dropped changes, included in Debian:
- Build-depend on and use dh_autotools-dev to fix FTBFS on new arches.
- debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration
symlinks. Superseded by dh-systemd.
avahi (0.6.31-3) unstable; urgency=low
* Team upload.
[ Laurent Bigonville ]
* debian/control: Use canonical URL's for Vcs-* fields
* debian/avahi-daemon.init: Add "avahi-daemon" to the Provides list
(Closes: #730546)
* debian/avahi-dnsconfd.init: Depend against the new avahi-daemon Provides
* debian/avahi-daemon.links, debian/avahi-dnsconfd.links, debian/control,
debian/rules: Do not explicitly create systemd symlinks but rely on
dh-systemd to do the correct thing
* debian/control: Drop duplicate Section to please lintian
* debian/control: Bump Standards-Version to 3.9.4 (no further changes)
* debian/control, debian/rules: Update config.{guess,sub} during the build
* debian/rules: Use debhelper 9 preferred way to set LDFLAGS (Closes: #662204)
* debian/rules: Pass --as-needed to dh_autoreconf and add it to LDFLAGS to
limit runtime dependencies
* debian/avahi-daemon.init, avahi-dnsconfd.init: Fix initscripts to return
an error in the appropriate cases (Closes: #718716)
[ Hector Oron ]
* debian/patch/no-deprecations.patch: Don't disable deprecated functions
(Closes: #729124)
* debian/rules: run autoreconf at build time.
* debian/control: add dh-autoreconf build depend
Date: Fri, 13 Dec 2013 15:56:07 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/avahi/0.6.31-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 13 Dec 2013 15:56:07 -0800
Source: avahi
Binary: avahi-daemon avahi-dnsconfd avahi-autoipd python-avahi avahi-utils avahi-discover libavahi-common3 libavahi-common-data libavahi-common-dev libavahi-common3-udeb libavahi-core7 libavahi-core-dev libavahi-core7-udeb libavahi-client3 libavahi-client-dev libavahi-glib1 libavahi-glib-dev libavahi-gobject0 libavahi-gobject-dev libavahi-qt4-1 libavahi-qt4-dev libavahi-compat-libdnssd1 libavahi-compat-libdnssd-dev libavahi-ui0 libavahi-ui-dev libavahi-ui-gtk3-0 libavahi-ui-gtk3-dev avahi-ui-utils avahi-dbg
Architecture: source
Version: 0.6.31-3ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
avahi-autoipd - Avahi IPv4LL network address configuration daemon
avahi-daemon - Avahi mDNS/DNS-SD daemon
avahi-dbg - Avahi - debugging symbols
avahi-discover - Service discover user interface for avahi
avahi-dnsconfd - Avahi DNS configuration tool
avahi-ui-utils - Avahi GTK+ utilities
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-common3-udeb - Avahi common library (debian-installer) (udeb)
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-core7 - Avahi's embeddable mDNS/DNS-SD library
libavahi-core7-udeb - Avahi's embeddable mDNS/DNS-SD library (debian-installer) (udeb)
libavahi-glib-dev - Development headers for the Avahi GLib integration library
libavahi-glib1 - Avahi GLib integration library
libavahi-gobject-dev - Development headers for the Avahi GObject library
libavahi-gobject0 - Avahi GObject library
libavahi-qt4-1 - Avahi Qt 4 integration library
libavahi-qt4-dev - Development headers for the Avahi Qt 4 integration library
libavahi-ui-dev - Development headers for the Avahi GTK+ User interface library
libavahi-ui-gtk3-0 - Avahi GTK+ User interface library for GTK3
libavahi-ui-gtk3-dev - Development headers for the Avahi GTK+ User interface library
libavahi-ui0 - Avahi GTK+ User interface library
python-avahi - Python utility package for Avahi
Closes: 662204 718716 729124 730546
Changes:
avahi (0.6.31-3ubuntu1) trusty; urgency=medium
.
* Merge from Debian unstable, remaining changes:
- debian/control: Add versioned dependency on the dbus that satisfies our
upstart job dependency.
- Add udebs corresponding to libavahi-common3 and libavahi-core7, so
that we can use them for Eucalyptus integration in the installer.
- Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart,
debian/avahi-cups-reload.upstart
- d/p/avahi-core-reserve-space-for-record-data-when-size-estimate.patch:
fix a bug where avahi will use 100% CPU after cups is restarted.
- d/p/suse-patch-gtk-box.patch: Use gtk_box API.
- Add two new symbols to libavahi-core7.symbols file.
- d/p/so_reuseport-may-not-exist-in-running-kernel.patch: If
SO_REUSEPORT returns ENOPROTOOPT, continue as if we did not have the
call at all.
- d/p/skip-nproc-in-container.patch: Detect whether we are running in a
container, and do not set rlimit_nproc if so.
* Dropped changes, included in Debian:
- Build-depend on and use dh_autotools-dev to fix FTBFS on new arches.
- debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration
symlinks. Superseded by dh-systemd.
.
avahi (0.6.31-3) unstable; urgency=low
.
* Team upload.
[ Laurent Bigonville ]
* debian/control: Use canonical URL's for Vcs-* fields
* debian/avahi-daemon.init: Add "avahi-daemon" to the Provides list
(Closes: #730546)
* debian/avahi-dnsconfd.init: Depend against the new avahi-daemon Provides
* debian/avahi-daemon.links, debian/avahi-dnsconfd.links, debian/control,
debian/rules: Do not explicitly create systemd symlinks but rely on
dh-systemd to do the correct thing
* debian/control: Drop duplicate Section to please lintian
* debian/control: Bump Standards-Version to 3.9.4 (no further changes)
* debian/control, debian/rules: Update config.{guess,sub} during the build
* debian/rules: Use debhelper 9 preferred way to set LDFLAGS (Closes: #662204)
* debian/rules: Pass --as-needed to dh_autoreconf and add it to LDFLAGS to
limit runtime dependencies
* debian/avahi-daemon.init, avahi-dnsconfd.init: Fix initscripts to return
an error in the appropriate cases (Closes: #718716)
.
[ Hector Oron ]
* debian/patch/no-deprecations.patch: Don't disable deprecated functions
(Closes: #729124)
* debian/rules: run autoreconf at build time.
* debian/control: add dh-autoreconf build depend
Checksums-Sha1:
b6070300c19ff1e61bf49d770ca4356d66b0fa51 4177 avahi_0.6.31-3ubuntu1.dsc
911bcea51f47e9611cbd34aaad6f6e1174e15ddb 39737 avahi_0.6.31-3ubuntu1.debian.tar.gz
Checksums-Sha256:
7f85ca3d2faab231c7766c72c202f27c1d2abc41157c84dccf4c7b08fc475d36 4177 avahi_0.6.31-3ubuntu1.dsc
f213c69ab9d66d9bd34b27df303129ec713e71613433e4b2fa5cae230375d282 39737 avahi_0.6.31-3ubuntu1.debian.tar.gz
Files:
9f2352509b4b50e017a6cfb804ed7b4c 4177 net optional avahi_0.6.31-3ubuntu1.dsc
a3e14e86359bb4a346a51b2db3189faf 39737 net optional avahi_0.6.31-3ubuntu1.debian.tar.gz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBCAAGBQJSq6H7AAoJEFaNMPMhshM9V+oP/2xBSHMzKb9FT6QwoOFStyYv
xFPr9vR6OCUkQCc6edK8YKrTRlBZLFIZgTaZMGiP8/fAmFMcRYkmoymgAAUxweIl
xjng4T/g9r2DTiO1dYoXQe+5ltTVooAnASNBqdDVp2i7C2PGTqx8gTKfoQG6XPYK
hSr2dIVh5UdsYmKpP3RZr2HYvwMi1c2E+VRSPKiK4SomMsDmmAIoXjJs64bMqP1C
DUOYwqWbujLLllKBLv8E+C6e/vAPvIFB5UpwcycEpIoYrlFkNOqSob7+qpYF6Ohz
SM/nCbJgHUPIRYZDlUxLzXOKI7XKRFjxSZWBPPbYJLoACKv+T8k58JWJ+E57T16M
1B7Qt1D8+6SbV4Bbg83t0xfTE2Hn0lVrDuyDDKX7tpd9uyXXty8QvwCfhhcqFfHx
PvhpEm5GdXWD+8veJXEBQi8tMDVmEPinG9YK9esVYqT1FNVciyw/VB7oSEfSo7jB
3wbIPByfu3mMBEkX0D/L/CdNtNoh7em+l3b0CEVByDzS5NR5HfQ2oFTifS9hWWfg
rKuLmETcZOQc0h0SgXfnLq94sGntIljr8g7u9wuVdxcyfHMbVvmjjxIlnUpowRvS
OlooQuUutKrQdKnEvkezkdyCMB6aZYscFhv0UHXZ6/MjwpWne/81QOmMzU0xoFJ6
l3iz4WbJuRXnREbAl/AY
=DEdB
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list