diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 4d9269666..fdef12dcf 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -195,6 +195,10 @@ binary-openssh-client: build install | |||
195 | dh_installdeb | 195 | dh_installdeb |
196 | test ! -e debian/ssh/etc/ssh/ssh_prng_cmds \ | 196 | test ! -e debian/ssh/etc/ssh/ssh_prng_cmds \ |
197 | || echo "/etc/ssh/ssh_prng_cmds" >> debian/openssh-client/DEBIAN/conffiles | 197 | || echo "/etc/ssh/ssh_prng_cmds" >> debian/openssh-client/DEBIAN/conffiles |
198 | perl -i debian/substitute-conffile.pl \ | ||
199 | ETC_SSH_MODULI debian/openssh-client/etc/ssh/moduli \ | ||
200 | ETC_SSH_SSH_CONFIG debian/openssh-client/etc/ssh/ssh_config \ | ||
201 | debian/openssh-client/DEBIAN/preinst | ||
198 | dh_shlibdeps | 202 | dh_shlibdeps |
199 | dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER)) | debconf-2.0' | 203 | dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER)) | debconf-2.0' |
200 | dh_md5sums | 204 | dh_md5sums |
@@ -229,6 +233,11 @@ endif | |||
229 | dh_compress | 233 | dh_compress |
230 | dh_fixperms | 234 | dh_fixperms |
231 | dh_installdeb | 235 | dh_installdeb |
236 | perl -i debian/substitute-conffile.pl \ | ||
237 | ETC_DEFAULT_SSH debian/openssh-server/etc/default/ssh \ | ||
238 | ETC_INIT_D_SSH debian/openssh-server/etc/init.d/ssh \ | ||
239 | ETC_PAM_D_SSH debian/openssh-server/etc/pam.d/ssh \ | ||
240 | debian/openssh-server/DEBIAN/preinst | ||
232 | dh_shlibdeps | 241 | dh_shlibdeps |
233 | dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER)) | debconf-2.0' \ | 242 | dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER)) | debconf-2.0' \ |
234 | -V'pam-depends=$(PAMDEP)' | 243 | -V'pam-depends=$(PAMDEP)' |