diff options
author | Colin Watson <cjwatson@debian.org> | 2005-01-13 09:25:48 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-01-13 09:25:48 +0000 |
commit | 89d9a7b20e640f14dfa1bcc22f498465dd08ff47 (patch) | |
tree | 5f1e3129bad043e7ae9fe30262a1ac3c36d10632 /debian | |
parent | 7a533ea5ef6323e43617d727343e35c56b52586b (diff) |
Depend on debconf | debconf-2.0.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6162921da..ee7a8083d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -2,6 +2,7 @@ openssh (1:3.9p1-2) UNRELEASED; urgency=low | |||
2 | 2 | ||
3 | * Remove pam_nologin from /etc/pam.d/ssh, as sshd's built-in support | 3 | * Remove pam_nologin from /etc/pam.d/ssh, as sshd's built-in support |
4 | appears to be sufficient and more useful (closes: #162996). | 4 | appears to be sufficient and more useful (closes: #162996). |
5 | * Depend on debconf | debconf-2.0. | ||
5 | 6 | ||
6 | -- Colin Watson <cjwatson@debian.org> Tue, 11 Jan 2005 01:41:54 +0000 | 7 | -- Colin Watson <cjwatson@debian.org> Tue, 11 Jan 2005 01:41:54 +0000 |
7 | 8 | ||
diff --git a/debian/rules b/debian/rules index 8cd1a981a..bcb28f87f 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -183,7 +183,7 @@ endif | |||
183 | test ! -e debian/ssh/etc/ssh/ssh_prng_cmds \ | 183 | test ! -e debian/ssh/etc/ssh/ssh_prng_cmds \ |
184 | || echo "/etc/ssh/ssh_prng_cmds" >> debian/openssh-client/DEBIAN/conffiles | 184 | || echo "/etc/ssh/ssh_prng_cmds" >> debian/openssh-client/DEBIAN/conffiles |
185 | dh_shlibdeps | 185 | dh_shlibdeps |
186 | dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER))' | 186 | dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER)) | debconf-2.0' |
187 | dh_md5sums | 187 | dh_md5sums |
188 | dh_builddeb | 188 | dh_builddeb |
189 | 189 | ||
@@ -216,7 +216,7 @@ endif | |||
216 | dh_fixperms | 216 | dh_fixperms |
217 | dh_installdeb | 217 | dh_installdeb |
218 | dh_shlibdeps | 218 | dh_shlibdeps |
219 | dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER))' \ | 219 | dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER)) | debconf-2.0' \ |
220 | -V'pam-depends=$(PAMDEP)' | 220 | -V'pam-depends=$(PAMDEP)' |
221 | dh_md5sums | 221 | dh_md5sums |
222 | dh_builddeb | 222 | dh_builddeb |