summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-05-28 14:05:04 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-05-28 14:05:04 +0200
commitbe993931c56d0d435e03c80f3afcc31714aec1ba (patch)
treed66129b286dc9896506390d92823697c29133724 /debian
parentfc2d32c089f035955c81100f2ded7c3f66793dc3 (diff)
parent7822f141da0200d52d166d6569129e3350016955 (diff)
merged from the debian-sid branch
Diffstat (limited to 'debian')
-rw-r--r--debian/apt.cron.daily2
-rw-r--r--debian/changelog14
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