diff options
author | Colin Watson <cjwatson@debian.org> | 2006-05-12 11:48:36 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-05-12 11:48:36 +0000 |
commit | 69b8c01529f79091d83e7dc9978f41e87ae7a75b (patch) | |
tree | 321062de781508df006d1bcc6865f17316b84e3c /debian | |
parent | a0c21c97bb28057f488a24ad7908db33edf9985a (diff) |
* Ship README.tun.
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 9243c82d1..43ebc6851 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -51,6 +51,7 @@ openssh (1:4.3p2-1) UNRELEASED; urgency=low | |||
51 | * Rephrase ssh/new_config and ssh/encrypted_host_key_but_no_keygen debconf | 51 | * Rephrase ssh/new_config and ssh/encrypted_host_key_but_no_keygen debconf |
52 | templates to make boolean short descriptions end with a question mark | 52 | templates to make boolean short descriptions end with a question mark |
53 | and to avoid use of the first person. | 53 | and to avoid use of the first person. |
54 | * Ship README.tun. | ||
54 | * Policy version 3.7.2: no changes required. | 55 | * Policy version 3.7.2: no changes required. |
55 | * debconf template translations: | 56 | * debconf template translations: |
56 | - Update Italian (thanks, Luca Monducci; closes: #360348). | 57 | - Update Italian (thanks, Luca Monducci; closes: #360348). |
diff --git a/debian/rules b/debian/rules index 3bf18397a..1ce189b6a 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -178,7 +178,7 @@ binary-openssh-client: build install | |||
178 | dh_testdir | 178 | dh_testdir |
179 | dh_testroot | 179 | dh_testroot |
180 | dh_installdebconf | 180 | dh_installdebconf |
181 | dh_installdocs OVERVIEW README README.dns | 181 | dh_installdocs OVERVIEW README README.dns README.tun |
182 | cat debian/copyright.head LICENCE > debian/openssh-client/usr/share/doc/openssh-client/copyright | 182 | cat debian/copyright.head LICENCE > debian/openssh-client/usr/share/doc/openssh-client/copyright |
183 | dh_installchangelogs ChangeLog | 183 | dh_installchangelogs ChangeLog |
184 | install -m644 debian/openssh-client.lintian debian/openssh-client/usr/share/lintian/overrides/openssh-client | 184 | install -m644 debian/openssh-client.lintian debian/openssh-client/usr/share/lintian/overrides/openssh-client |