diff options
-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 4c81d1486..49f35f444 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -4,6 +4,7 @@ openssh (1:4.1p1-5) UNRELEASED; urgency=low | |||
4 | * Drop priority of ssh to extra to match the override file. | 4 | * Drop priority of ssh to extra to match the override file. |
5 | * Make /usr/share/doc/openssh-server and /usr/share/doc/ssh symlinks to | 5 | * Make /usr/share/doc/openssh-server and /usr/share/doc/ssh symlinks to |
6 | /usr/share/doc/openssh-client. | 6 | /usr/share/doc/openssh-client. |
7 | * Ship README.dns (closes: #284874). | ||
7 | * debconf template translations: | 8 | * debconf template translations: |
8 | - Update Brazilian Portuguese (thanks, André Luís Lopes; | 9 | - Update Brazilian Portuguese (thanks, André Luís Lopes; |
9 | closes: #315477). | 10 | closes: #315477). |
diff --git a/debian/rules b/debian/rules index 2f5c83c1d..9eebacfb2 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -182,7 +182,7 @@ binary-openssh-client: build install | |||
182 | dh_testdir | 182 | dh_testdir |
183 | dh_testroot | 183 | dh_testroot |
184 | dh_installdebconf | 184 | dh_installdebconf |
185 | dh_installdocs OVERVIEW README | 185 | dh_installdocs OVERVIEW README README.dns |
186 | cat debian/copyright.head LICENCE > debian/openssh-client/usr/share/doc/openssh-client/copyright | 186 | cat debian/copyright.head LICENCE > debian/openssh-client/usr/share/doc/openssh-client/copyright |
187 | dh_installchangelogs ChangeLog | 187 | dh_installchangelogs ChangeLog |
188 | install -m644 debian/openssh-client.lintian debian/openssh-client/usr/share/lintian/overrides/openssh-client | 188 | install -m644 debian/openssh-client.lintian debian/openssh-client/usr/share/lintian/overrides/openssh-client |