diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
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 | |||
10 | * Fix sshd/inittab advice in README.Debian to account for rc.d movement | 10 | * Fix sshd/inittab advice in README.Debian to account for rc.d movement |
11 | (closes: #450632). | 11 | (closes: #450632). |
12 | * Suppress error from debian/rules if lsb-release is not installed. | 12 | * Suppress error from debian/rules if lsb-release is not installed. |
13 | * Don't ignore errors from 'make -C contrib clean'. | ||
13 | * debconf template translations: | 14 | * debconf template translations: |
14 | - Add Slovak (thanks, Ivan Masár; closes: #441690). | 15 | - Add Slovak (thanks, Ivan Masár; closes: #441690). |
15 | - Update Brazilian Portuguese (thanks, Eder L. Marques; | 16 | - 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: | |||
123 | dh_testdir | 123 | dh_testdir |
124 | rm -f build-deb-stamp build-udeb-stamp | 124 | rm -f build-deb-stamp build-udeb-stamp |
125 | rm -rf build-deb build-udeb | 125 | rm -rf build-deb build-udeb |
126 | -$(MAKE) -C contrib clean | 126 | $(MAKE) -C contrib clean |
127 | rm -f config.log | 127 | rm -f config.log |
128 | ifeq ($(PO2DEBCONF),yes) | 128 | ifeq ($(PO2DEBCONF),yes) |
129 | # Hack for woody compatibility. This makes sure that the | 129 | # Hack for woody compatibility. This makes sure that the |