diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
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 |