summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-02-15 15:13:58 +0000
committerSimon McVittie <smcv@debian.org>2014-02-26 13:09:39 +0000
commit51ccc8bd96baa1b75d5601d36a1862008c4dbb9c (patch)
treec243f9446a0d1f65ccd831989a7795914d56e5ba
parenta590ccfce9d0b4b3f7e36a36cb715f54706e5f5d (diff)
downloaddbus-51ccc8bd96baa1b75d5601d36a1862008c4dbb9c.tar.gz
Clean debian/tmp-udeb in `debian/rules clean`
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 64d1e83d..b53503a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ dbus (1.8.0-2) UNRELEASED; urgency=medium
* Register a dpkg trigger on /usr/share/dbus-1/system-services and
/etc/dbus-1/system.d that calls ReloadConfig on the system dbus-daemon,
in case our inotify monitoring isn't completely reliable (see #740139)
+ * Clean debian/tmp-udeb in `debian/rules clean`
-- Simon McVittie <smcv@debian.org> Sat, 15 Feb 2014 13:43:08 +0000
diff --git a/debian/rules b/debian/rules
index 573546bd..461a39d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -194,3 +194,7 @@ override_dh_auto_clean:
rm -f build-debug/test/data/valid-config-files/session.conf
rm -f build-debug/test/data/valid-config-files/system.conf
rm -f dbus.devhelp
+
+clean:
+ rm -rf debian/tmp-udeb
+ dh $@ $(dh_options)