diff options
author | Colin Watson <cjwatson@debian.org> | 2005-06-17 13:00:38 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-06-17 13:00:38 +0000 |
commit | d9976f466bbc06dd8c8aa6b91df4c2c89ec904b8 (patch) | |
tree | 99a112ddfe542280249da08d6f8669cbac1cfc1f | |
parent | 9f1f01b99b99dab589f2ddba6a7a2010fd710fc7 (diff) |
Restore /usr/lib/sftp-server temporarily, as a symlink to
/usr/lib/openssh/sftp-server (closes: #312891).
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/openssh-server.links | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 235b1462a..c028ab271 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -15,6 +15,8 @@ openssh (1:4.1p1-4) UNRELEASED; urgency=low | |||
15 | may want to also include pam_selinux.so. | 15 | may want to also include pam_selinux.so. |
16 | * Re-enable ssh-askpass-gnome on the Hurd, now that its build-dependencies | 16 | * Re-enable ssh-askpass-gnome on the Hurd, now that its build-dependencies |
17 | are available. | 17 | are available. |
18 | * Restore /usr/lib/sftp-server temporarily, as a symlink to | ||
19 | /usr/lib/openssh/sftp-server (closes: #312891). | ||
18 | * debconf template translations: | 20 | * debconf template translations: |
19 | - Update German (thanks, Jens Seidel; closes: #313949). | 21 | - Update German (thanks, Jens Seidel; closes: #313949). |
20 | 22 | ||
diff --git a/debian/openssh-server.links b/debian/openssh-server.links new file mode 100644 index 000000000..2d98b1dcb --- /dev/null +++ b/debian/openssh-server.links | |||
@@ -0,0 +1 @@ | |||
usr/lib/openssh/sftp-server usr/lib/sftp-server | |||
diff --git a/debian/rules b/debian/rules index d72dc2d68..67d650ac4 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -222,6 +222,7 @@ ifeq ($(PAMSUBST),yes) | |||
222 | endif | 222 | endif |
223 | dh_installpam --name ssh # TODO: breaks woody backports | 223 | dh_installpam --name ssh # TODO: breaks woody backports |
224 | dh_installchangelogs ChangeLog | 224 | dh_installchangelogs ChangeLog |
225 | dh_link | ||
225 | dh_strip | 226 | dh_strip |
226 | dh_compress | 227 | dh_compress |
227 | dh_fixperms | 228 | dh_fixperms |