Your message dated Thu, 14 Jan 2010 00:17:39 +0000
with message-id <[email protected]>
and subject line Bug#448539: fixed in avahi 0.6.25-3
has caused the Debian Bug report #448539,
regarding avahi-daemon: user owns files, but is removed, and doesn't remove 
those files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
448539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448539
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: avahi-daemon

For isolation, daemons runs as separate users.  In Debian most of
these users are created dynamically at postinstall time.  I think it's
agreed that users shouldn't be removed at postremove time since it's
possible that some files were created by the daemon.  If the daemon
user is removed, a later user might be created with the same UID
(possibly by another package's postinstall script) and it might lead
to the other daemon having access to some files to which it shouldn't.
In any case, files that might be created by a daemon package and owned
by the dedicated isolation user should be removed if the user is going
to be removed, or otherwise chowned to some safe permissions.

drwxr-xr-x 2 116 haclient 4096 2007-08-18 13:59 /var/run/avahi-daemon

--- avahi-0.6.21.orig/debian/avahi-daemon-check-dns.sh
[...]
+RUNDIR="/var/run/avahi-daemon/"
[...]
+ensure_rundir() {
+  if [ ! -d ${RUNDIR} ] ; then
+    mkdir -m 0755 -p ${RUNDIR}
+    chown avahi:avahi ${RUNDIR}
+  fi
+}
[...]
+  ensure_rundir

I think for this package, the postinst should do 
getent || adduser

without the --no-create-home option.  Then, instead of this runtime
check in a shellscript, do (also in the postinst):

dpkg-statoverride /var/run/avahi-daemon >/dev/null || {
        chmod 00755 "$RUNDIR"
        chown avahi:avahi "$RUNDIR"
}

Actually you might even include the directory in the package rather
than creating it at install-time.  I'm not sure.  dpkg has recent
changes that might determine when warnings are displayed for this in
the context of nonempty directories.

Otherwise the postrm should do
f=/var/run/avahi-daemon
rmdir "$f" || { chown root:root "$f" && chmod 00700 $f; }



--- End Message ---
--- Begin Message ---
Source: avahi
Source-Version: 0.6.25-3

We believe that the bug you reported is fixed in the latest version of
avahi, which is due to be installed in the Debian FTP archive:

avahi-autoipd_0.6.25-3_i386.deb
  to main/a/avahi/avahi-autoipd_0.6.25-3_i386.deb
avahi-daemon_0.6.25-3_i386.deb
  to main/a/avahi/avahi-daemon_0.6.25-3_i386.deb
avahi-dbg_0.6.25-3_i386.deb
  to main/a/avahi/avahi-dbg_0.6.25-3_i386.deb
avahi-discover_0.6.25-3_all.deb
  to main/a/avahi/avahi-discover_0.6.25-3_all.deb
avahi-dnsconfd_0.6.25-3_i386.deb
  to main/a/avahi/avahi-dnsconfd_0.6.25-3_i386.deb
avahi-ui-utils_0.6.25-3_i386.deb
  to main/a/avahi/avahi-ui-utils_0.6.25-3_i386.deb
avahi-utils_0.6.25-3_i386.deb
  to main/a/avahi/avahi-utils_0.6.25-3_i386.deb
avahi_0.6.25-3.diff.gz
  to main/a/avahi/avahi_0.6.25-3.diff.gz
avahi_0.6.25-3.dsc
  to main/a/avahi/avahi_0.6.25-3.dsc
libavahi-client-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-client-dev_0.6.25-3_i386.deb
libavahi-client3_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-client3_0.6.25-3_i386.deb
libavahi-common-data_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-common-data_0.6.25-3_i386.deb
libavahi-common-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-common-dev_0.6.25-3_i386.deb
libavahi-common3_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-common3_0.6.25-3_i386.deb
libavahi-compat-howl-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-compat-howl-dev_0.6.25-3_i386.deb
libavahi-compat-howl0_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-compat-howl0_0.6.25-3_i386.deb
libavahi-compat-libdnssd-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-compat-libdnssd-dev_0.6.25-3_i386.deb
libavahi-compat-libdnssd1_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-compat-libdnssd1_0.6.25-3_i386.deb
libavahi-core-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-core-dev_0.6.25-3_i386.deb
libavahi-core6_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-core6_0.6.25-3_i386.deb
libavahi-glib-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-glib-dev_0.6.25-3_i386.deb
libavahi-glib1_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-glib1_0.6.25-3_i386.deb
libavahi-gobject-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-gobject-dev_0.6.25-3_i386.deb
libavahi-gobject0_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-gobject0_0.6.25-3_i386.deb
libavahi-qt3-1_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-qt3-1_0.6.25-3_i386.deb
libavahi-qt3-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-qt3-dev_0.6.25-3_i386.deb
libavahi-qt4-1_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-qt4-1_0.6.25-3_i386.deb
libavahi-qt4-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-qt4-dev_0.6.25-3_i386.deb
libavahi-ui-dev_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-ui-dev_0.6.25-3_i386.deb
libavahi-ui0_0.6.25-3_i386.deb
  to main/a/avahi/libavahi-ui0_0.6.25-3_i386.deb
python-avahi_0.6.25-3_all.deb
  to main/a/avahi/python-avahi_0.6.25-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (supplier of updated avahi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


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

Format: 1.8
Date: Thu, 14 Jan 2010 00:47:50 +0100
Source: avahi
Binary: avahi-daemon avahi-dnsconfd avahi-autoipd python-avahi avahi-utils 
avahi-discover libavahi-common3 libavahi-common-data libavahi-common-dev 
libavahi-core6 libavahi-core-dev libavahi-client3 libavahi-client-dev 
libavahi-glib1 libavahi-glib-dev libavahi-gobject0 libavahi-gobject-dev 
libavahi-qt3-1 libavahi-qt3-dev libavahi-qt4-1 libavahi-qt4-dev 
libavahi-compat-howl0 libavahi-compat-howl-dev libavahi-compat-libdnssd1 
libavahi-compat-libdnssd-dev libavahi-ui0 libavahi-ui-dev avahi-ui-utils 
avahi-dbg
Architecture: source all i386
Version: 0.6.25-3
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
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-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-core6 - 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-gobject-dev - Development headers for the Avahi GObject library
 libavahi-gobject0 - Avahi GObject library
 libavahi-qt3-1 - Avahi Qt 3 integration library
 libavahi-qt3-dev - Development headers for the Avahi Qt 3 integration 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-ui0 - Avahi GTK+ User interface library
 python-avahi - Python utility package for Avahi
Closes: 448539 517160 527925 528916 558975 560830 564607
Changes: 
 avahi (0.6.25-3) unstable; urgency=low
 .
   * debian/control
     - Fix package description for libavahi-gobject0. (Closes: #528916)
     - Change section of avahi-ui-utils to utils. (Closes: #560830)
     - Bump Standards-Version to 3.8.3. No further changes.
   * debian/patches/20_avahi-daemon_kfreebsd.patch
     - Fix avahi-daemon on GNU/kFreeBSD. (Closes: #564607)
       Thanks to Julien BLACHE for the patch.
   * debian/patches/25_check_net_if_dl_h_for_pfroute.patch
     - Fix build failure on GNU/Hurd by improving the configure check to also
       test for net/if_dl.h so the correct backend is used. (Closes: #558975)
       Thanks to Pino Toscano for the patch.
   * debian/patches/26_am_maintainer_mode.patch
     - Set AM_MAINTAINER_MODE as it makes patching the build system less
       painful.
   * debian/patches/99_autoreconf.patch
     - Run autoreconf as 25_check_net_if_dl_h_for_pfroute.patch changes the
       build system.
   * debian/patches/30_dont_reflect_link-local_addresses.patch
     - Don't reflect link-local IPv4 or IPv6 addresses. (Closes: #517160)
       Patch pulled from upstream, original patch by Rob Leslie, thanks!
   * debian/libavahi-core6.symbols
     - Add new symbols that were introduced by
       30_dont_reflect_link-local_addresses.patch.
     - Tag the avahi_netlink_* symbols as arch=linux-any.
       This makes the arch specific symbols files for libavahi-core6 obsolete,
       so remove them.
   * debian/avahi-daemon.postrm
     - Cleanup /var/run/avahi-daemon on "purge". (Closes: #448539)
   * debian/avahi-autoipd.postrm
     - Cleanup /var/run/avahi-autoipd on "purge". (Closes: #527925)
Checksums-Sha1: 
 63e77e895c4e2aabcbecabe90e3b867cbdd136d5 2296 avahi_0.6.25-3.dsc
 5021c918369b73ba2e736d65bd5003354cd600d1 48290 avahi_0.6.25-3.diff.gz
 a37ab97504627fb2a74801b817784e83f7213d12 33662 python-avahi_0.6.25-3_all.deb
 35362fb10835eb9db04b3d1000b58a0d8d42a30f 39174 avahi-discover_0.6.25-3_all.deb
 82655ef6516417862853c8c2b477cb86b99840f2 86452 avahi-daemon_0.6.25-3_i386.deb
 81383aa5bd3b4d5d0c77b164521c4e72b8692b08 40060 avahi-dnsconfd_0.6.25-3_i386.deb
 55c5570e8c8246f2994420747d84118edb6602e9 49544 avahi-autoipd_0.6.25-3_i386.deb
 3e9d9e8bba659a852fd6247fae0fd99f7619382d 51888 avahi-utils_0.6.25-3_i386.deb
 21de66e17bdb35fe0a7e9a9fa8e6805dbc7ed370 49332 
libavahi-common3_0.6.25-3_i386.deb
 0308f85d29a45fa69970697f2b1be64b57b3dec8 32694 
libavahi-common-data_0.6.25-3_i386.deb
 443c8b9eb418ef4124912b902c458e3340701ec2 65444 
libavahi-common-dev_0.6.25-3_i386.deb
 980566c99eed2a17c22102e8fb054cb96d501012 116498 
libavahi-core6_0.6.25-3_i386.deb
 ceedf4099b75617f3330cd04459f02730654562c 141060 
libavahi-core-dev_0.6.25-3_i386.deb
 b1491ebd66038aecf8eeb7268ee2e036cf04b28e 53178 
libavahi-client3_0.6.25-3_i386.deb
 6561a705c0a7bf7bf239cbefb0cc937efa582e4d 59528 
libavahi-client-dev_0.6.25-3_i386.deb
 700bbdd67aa3c555d1627f111069a96985b38f92 33570 libavahi-glib1_0.6.25-3_i386.deb
 c1058395ba6e210d8762890d8f52516ac364ab48 34208 
libavahi-glib-dev_0.6.25-3_i386.deb
 dcc08eb6a67f5a046b3af53276e3c9fdc004038a 43396 
libavahi-gobject0_0.6.25-3_i386.deb
 f9ec9f697f950d681843ea73bc29340ef9857155 47904 
libavahi-gobject-dev_0.6.25-3_i386.deb
 3defb40299cb6d0e20a2f5f97bd8fa3d653fddf3 35190 libavahi-qt3-1_0.6.25-3_i386.deb
 f1676c7d050a219724fc453d9ff03d81982e89e7 35714 
libavahi-qt3-dev_0.6.25-3_i386.deb
 6210a2abf2a1708d2d32f214d9f03edeae3a0daf 33424 libavahi-qt4-1_0.6.25-3_i386.deb
 a0d53ecfbe08a0d29102ec5d99920033f9816140 34118 
libavahi-qt4-dev_0.6.25-3_i386.deb
 b9c8157c54931467bfca99e86275a21b2c8bd334 48184 
libavahi-compat-howl0_0.6.25-3_i386.deb
 1aa950a84896ab83877d1de7ea656069d2fc7941 58324 
libavahi-compat-howl-dev_0.6.25-3_i386.deb
 b446f645640e6e05d5648adc35cd16c999d0de92 41828 
libavahi-compat-libdnssd1_0.6.25-3_i386.deb
 13acc23601ed7fb5f77c99dca0332b698ee4bdbf 59452 
libavahi-compat-libdnssd-dev_0.6.25-3_i386.deb
 92ad1e1cb22b6849ecd6537d9fa593805af8e148 47150 libavahi-ui0_0.6.25-3_i386.deb
 2160af97da3e25235b13d5b9b2f32fb9dd11df1d 46772 
libavahi-ui-dev_0.6.25-3_i386.deb
 05cae71ff605f993085e3f1bf482c501a43066e9 36020 avahi-ui-utils_0.6.25-3_i386.deb
 8f3e9891a4d7203df2b657502072d33d3d4d37c0 651646 avahi-dbg_0.6.25-3_i386.deb
Checksums-Sha256: 
 88c7f5023124e0b11c52c2ef890285f72f31a93d322f0eb978a002d128d399cd 2296 
avahi_0.6.25-3.dsc
 0c1b75279d9f2573f8a920a7d0a60f1d80963b265c6b57cae0465a5ab80c2303 48290 
avahi_0.6.25-3.diff.gz
 9b02a142584f413ab82a4165b7af525b8b8dacb9d8c03771db830fb63ca9a176 33662 
python-avahi_0.6.25-3_all.deb
 a8402706a51bda6aa832fabdfa5e31e652fc4e94dfbd2256f0dad58d94d306d8 39174 
avahi-discover_0.6.25-3_all.deb
 0421b4c574614721e293ae3b3dd0f3c81c2adb67ea51a46e56b399547ebd2d26 86452 
avahi-daemon_0.6.25-3_i386.deb
 a3fe556d4f4a52c3450bfc51c9fd247edccbd753208556aae2f2dde7d55eb9ed 40060 
avahi-dnsconfd_0.6.25-3_i386.deb
 d5919c73a9081038509c44e405c14ad4a411d564696cd41e160cbb83a8e04bf1 49544 
avahi-autoipd_0.6.25-3_i386.deb
 dcd75a2ce0d21423cabefe272ddec4918ffa4dcf635f9b39d9e1f769cf7b7351 51888 
avahi-utils_0.6.25-3_i386.deb
 1c90fa5cd9ea9946e4b21ff694f2353251ae96c32a468aacaf470b528ff93f64 49332 
libavahi-common3_0.6.25-3_i386.deb
 0fb654eab826e17909d07e3fb00ceb99720f6a89fb5a95e3e2e2b0cb57de3ef6 32694 
libavahi-common-data_0.6.25-3_i386.deb
 68ac7ca410ee1f6c2125e427cb787fc4510ab670c938614c0c0ac50478f4a77a 65444 
libavahi-common-dev_0.6.25-3_i386.deb
 f8628e235eeb0b69bacb39f8327f94fd2e35e53e1c2a9b3bf42c490a61b52cd2 116498 
libavahi-core6_0.6.25-3_i386.deb
 9c360f05e616f4a5de51a6dd6fa3aac161ed53cb1af85b4d1183c082754e22e4 141060 
libavahi-core-dev_0.6.25-3_i386.deb
 b28c933d0b4187f4e9206210a29875aca42e97479221caa8412b2e226e327cd2 53178 
libavahi-client3_0.6.25-3_i386.deb
 dee936eb3994faf7c4e262ddcd080596a04be9a2790388083bc4c30d2e18817f 59528 
libavahi-client-dev_0.6.25-3_i386.deb
 331129120de11ecd7be13bbe7bf5683132c34fb9e4c7d60e2d19e98d46d17df4 33570 
libavahi-glib1_0.6.25-3_i386.deb
 09b68b4db5e236bec2416f6e7f31e26fd39f7f851bfaca4d478931810acf1302 34208 
libavahi-glib-dev_0.6.25-3_i386.deb
 fc6d66b4c5fa6809ed07ee76804ece0d6cd7a41a3c616780862e0299f4afe099 43396 
libavahi-gobject0_0.6.25-3_i386.deb
 d007f1d9486473ed3a63aace24f95ef5c3bf2a4b945fa0e1e23d7f9b09ce03e9 47904 
libavahi-gobject-dev_0.6.25-3_i386.deb
 81af435904f3ff8e47ab08d2eddda1439a52dd4fb44951cb60b409807a3fbae2 35190 
libavahi-qt3-1_0.6.25-3_i386.deb
 3ad4ed02573a1d8376cc5ae87bc7302d9ac0409c2b4389b1930fcfdd5c3f890d 35714 
libavahi-qt3-dev_0.6.25-3_i386.deb
 ef10f46b035ecfaed0ad4448a919e18e120fbc6bae57c6d703f1d4c8ae69da08 33424 
libavahi-qt4-1_0.6.25-3_i386.deb
 9e217da30d26bf69913017472fbbacbd3a8888b85b9da86af491f42f342ea47b 34118 
libavahi-qt4-dev_0.6.25-3_i386.deb
 6ab53b4da025d797e8ea66411d9eeda901c9adcfe69683ee13b71b8cb29b093b 48184 
libavahi-compat-howl0_0.6.25-3_i386.deb
 1fba086e99fe1c6d5de6ea6253ec16157591e637b9a41bfd7b3edb1314dcb5ff 58324 
libavahi-compat-howl-dev_0.6.25-3_i386.deb
 b7d0f0449ef032217119e97b7a99f0a082488a4467c11dac1bf1da214009014d 41828 
libavahi-compat-libdnssd1_0.6.25-3_i386.deb
 18c0fa7276438c1035e6a0433fcb31d3e9fb0fbfa168bfff5729974e4896df07 59452 
libavahi-compat-libdnssd-dev_0.6.25-3_i386.deb
 892650f391f3fbcbe82e4270a32e8d21a798682df9a7de3bdd45daac34cbaecf 47150 
libavahi-ui0_0.6.25-3_i386.deb
 6ae9bcad33278c9ead5132ec7e472b9ee84b4147bfc097a9828c623604aa2f68 46772 
libavahi-ui-dev_0.6.25-3_i386.deb
 b174b888757ed463b0696f98d618cbd16a4a17969cc239979e19f52613bf0544 36020 
avahi-ui-utils_0.6.25-3_i386.deb
 b626330f079eef92b0e9024f28aa560b2454f412dddf291c08254ba82e77b5a2 651646 
avahi-dbg_0.6.25-3_i386.deb
Files: 
 0b233c4f9b6bc9e9821e0b544d65de7d 2296 net optional avahi_0.6.25-3.dsc
 0d720be193b2053e0ed80e9ab09b1566 48290 net optional avahi_0.6.25-3.diff.gz
 e2d1a08016174779d6deb00df9e48f68 33662 python optional 
python-avahi_0.6.25-3_all.deb
 e5e585505d22cea9f584ef423d4adc9c 39174 net optional 
avahi-discover_0.6.25-3_all.deb
 e9cbfa0df699df960a8c05cb975e3f2b 86452 net optional 
avahi-daemon_0.6.25-3_i386.deb
 73e018a7a23f8740076ceffe0694eed0 40060 net optional 
avahi-dnsconfd_0.6.25-3_i386.deb
 9852540c567c4de60c1ea1e5db6768d5 49544 net optional 
avahi-autoipd_0.6.25-3_i386.deb
 d5f5edc4300d4eaabaa27d7dec899f29 51888 net optional 
avahi-utils_0.6.25-3_i386.deb
 02638877b11ad069e6d005b8c5fe0929 49332 libs optional 
libavahi-common3_0.6.25-3_i386.deb
 12c8ec54fa096f895b95208fb6e25079 32694 libs optional 
libavahi-common-data_0.6.25-3_i386.deb
 b2ab7fbb40ee1df589d1d9b2e27851ca 65444 libdevel optional 
libavahi-common-dev_0.6.25-3_i386.deb
 b7581e5f32646fb3c6c68174a0de8c8b 116498 libs optional 
libavahi-core6_0.6.25-3_i386.deb
 34464d334a2c77792716a101a9f907ee 141060 libdevel optional 
libavahi-core-dev_0.6.25-3_i386.deb
 6a7a04d31b3ed584cd933b68d73f5f05 53178 libs optional 
libavahi-client3_0.6.25-3_i386.deb
 9cd27a3a551bb82a63cbadcf9b065139 59528 libdevel optional 
libavahi-client-dev_0.6.25-3_i386.deb
 9d6f6aba9ef990c76db562362b86bfb2 33570 libs optional 
libavahi-glib1_0.6.25-3_i386.deb
 b4224c5efd9cf7515aeb5da70a0c82d2 34208 libdevel optional 
libavahi-glib-dev_0.6.25-3_i386.deb
 e8cb87de77edb66225846f22954771f7 43396 libs optional 
libavahi-gobject0_0.6.25-3_i386.deb
 605383e8b248a3ab55798ce7674ee671 47904 libdevel optional 
libavahi-gobject-dev_0.6.25-3_i386.deb
 5b431086affb5233589e9595377cebdf 35190 libs optional 
libavahi-qt3-1_0.6.25-3_i386.deb
 b36d787648f66d14b9d2c76934787566 35714 libdevel optional 
libavahi-qt3-dev_0.6.25-3_i386.deb
 dd2b292bfdfe602c95aa07d4e5e4b48c 33424 libs optional 
libavahi-qt4-1_0.6.25-3_i386.deb
 5bfde5193b334a51548396c785c2ff60 34118 libdevel optional 
libavahi-qt4-dev_0.6.25-3_i386.deb
 6d13bd2595dc09a57779047533ef82f9 48184 libs optional 
libavahi-compat-howl0_0.6.25-3_i386.deb
 0645587e82213f65029261af198a5671 58324 libdevel optional 
libavahi-compat-howl-dev_0.6.25-3_i386.deb
 082e90d42d000a69116167c2a19a4953 41828 libs optional 
libavahi-compat-libdnssd1_0.6.25-3_i386.deb
 e2de25443c7d5c55ebbeae21fc8bba6c 59452 libdevel optional 
libavahi-compat-libdnssd-dev_0.6.25-3_i386.deb
 47b8ddfd9dc8d35a08a8325b550fdbf4 47150 libs optional 
libavahi-ui0_0.6.25-3_i386.deb
 2368503b9277bd473513532a69b70bf4 46772 libdevel optional 
libavahi-ui-dev_0.6.25-3_i386.deb
 2f4301a9a6f60ae028e176494a61d0b2 36020 utils optional 
avahi-ui-utils_0.6.25-3_i386.deb
 948ff0a516e7ed6f681807639afd730c 651646 debug extra avahi-dbg_0.6.25-3_i386.deb

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

iEYEARECAAYFAktOXxIACgkQh7PER70FhVQCzwCcDzswUCi1xCoS5BpSolWiuLX+
ZqUAniRHisal+LAb6SKURWGvIsWuhGdy
=EgaP
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-utopia-maintainers

Reply via email to