From c1161f198c9c8199e071f50c9535caa929e43db4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 12 Nov 2007 11:38:32 +0000 Subject: * Don't ignore errors from 'make -C contrib clean'. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d0b11f074..2cd4ead4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ openssh (1:4.6p1-6) UNRELEASED; urgency=low * Fix sshd/inittab advice in README.Debian to account for rc.d movement (closes: #450632). * Suppress error from debian/rules if lsb-release is not installed. + * Don't ignore errors from 'make -C contrib clean'. * debconf template translations: - Add Slovak (thanks, Ivan Masár; closes: #441690). - Update Brazilian Portuguese (thanks, Eder L. Marques; diff --git a/debian/rules b/debian/rules index 5a1d722fd..f735ec6ec 100755 --- a/debian/rules +++ b/debian/rules @@ -123,7 +123,7 @@ clean: dh_testdir rm -f build-deb-stamp build-udeb-stamp rm -rf build-deb build-udeb - -$(MAKE) -C contrib clean + $(MAKE) -C contrib clean rm -f config.log ifeq ($(PO2DEBCONF),yes) # Hack for woody compatibility. This makes sure that the -- cgit v1.2.3