diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.cron.daily | 2 | ||||
-rw-r--r-- | debian/changelog | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index acecd29ac..cdb970521 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -309,7 +309,7 @@ UPDATE_STAMP=/var/lib/apt/periodic/update-stamp if check_stamp $UPDATE_STAMP $UpdateInterval; then if eval apt-get $XAPTOPT -y update $XSTDERR; then debug_echo "download updated metadata (success)." - if which dbus-send >/dev/null; then + if which dbus-send >/dev/null && pidof dbus-daemon >/dev/null; then if dbus-send --system / app.apt.dbus.updated boolean:true ; then debug_echo "send dbus signal (success)" else diff --git a/debian/changelog b/debian/changelog index beca698d4..483e4e7e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,20 @@ apt (0.7.14) UNRELEASED; urgency=low * Finnish updated. Closes: #479403 * Korean updated. Closes: #479426 * Basque updated. Closes: #479452 + * Vietnamese updated. Closes: #479748 + * Russian updated. Closes: #479777 + * Galician updated. Closes: #479792 + * Portuguese updated. Closes: #479847 + * Swedish updated. Closes: #479871 + * Dutch updated. Closes: #480125 + * Kurdish added. Closes: #480150 + * Brazilian Portuguese updated. Closes: #480561 + * Hungarian updated. Closes: #480662 + + [ Otavio Salvador ] + * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan + Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476 + * Avoid using dbus if dbus-daemon isn't running. Closes: #438803 -- Christian Perrier <bubulle@debian.org> Sun, 04 May 2008 08:31:06 +0200 |