diff options
author | Simon McVittie <smcv@debian.org> | 2013-10-09 18:38:50 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2013-10-29 13:01:25 +0000 |
commit | 18e5fe4c4821c13b4a9cf9c006e4115f64e7d818 (patch) | |
tree | f98e3f4c14ed7700d48d1e8b749f200cd2c1682f | |
parent | be3301dc1e48439e4ace63a12315c1801202d20e (diff) | |
download | dbus-18e5fe4c4821c13b4a9cf9c006e4115f64e7d818.tar.gz |
debian/rules: FTBFS if new symbols or libraries are added without updating the symbols file
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ec93526e..9a997a68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ dbus (1.6.16-2) UNRELEASED; urgency=low * Run `update-rc.d dbus defaults` instead of deprecated `update-rc.d dbus start ...` (Closes: #725923) + * debian/rules: FTBFS if new symbols or libraries are added + without updating the symbols file -- Simon McVittie <smcv@debian.org> Thu, 10 Oct 2013 11:46:26 +0100 diff --git a/debian/rules b/debian/rules index db6bccb3..5ea075e9 100755 --- a/debian/rules +++ b/debian/rules @@ -157,7 +157,7 @@ override_dh_strip: dh_strip --dbg-package=dbus-1-dbg override_dh_makeshlibs: - dh_makeshlibs -V -Ndbus-1-dbg --add-udeb=$(libdbusN)-udeb + dh_makeshlibs -V -Ndbus-1-dbg --add-udeb=$(libdbusN)-udeb -- -c4 override_dh_autoreconf: cp INSTALL INSTALL.orig |