summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-01-13 09:25:48 +0000
committerColin Watson <cjwatson@debian.org>2005-01-13 09:25:48 +0000
commit89d9a7b20e640f14dfa1bcc22f498465dd08ff47 (patch)
tree5f1e3129bad043e7ae9fe30262a1ac3c36d10632 /debian/rules
parent7a533ea5ef6323e43617d727343e35c56b52586b (diff)
Depend on debconf | debconf-2.0.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
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