diff options
author | Simon McVittie <smcv@debian.org> | 2011-06-01 15:21:15 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-06-01 16:05:35 +0100 |
commit | 2695095c386fbefa36a171766079ad37d0dca7b1 (patch) | |
tree | f35792005c064b1c4ced8d4414906a00a4e6f2c3 | |
parent | 5b80b8be469872a668ee4a092a14535d44d95f4d (diff) | |
download | dbus-2695095c386fbefa36a171766079ad37d0dca7b1.tar.gz |
Don't overwrite INSTALL - D-Bus has its own version
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a4fa7ad0..af4ddef9 100755 --- a/debian/rules +++ b/debian/rules @@ -81,6 +81,14 @@ override_dh_strip: override_dh_makeshlibs: dh_makeshlibs -V +override_dh_autoreconf: + mv INSTALL INSTALL.orig + dh_autoreconf + mv INSTALL.orig INSTALL + +override_dh_autoreconf_clean: + dh_autoreconf_clean -XINSTALL + override_dh_auto_clean: dh_auto_clean dh_auto_clean --builddirectory=build-debug |