summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-01-28 12:32:03 +0000
committerColin Watson <cjwatson@debian.org>2009-01-28 12:32:03 +0000
commitd0a3e9d47243b3f858ebd4b4c3e97a86fada93d4 (patch)
treebbbfab8ea5f8b122249c65c733a49aad9ae56643 /debian/rules
parentbaa8cd245ea02057f31085f7e2aa523afcb030c1 (diff)
Add ufw integration (thanks, Didier Roche; see
https://wiki.ubuntu.com/UbuntuFirewall#Integrating%20UFW%20with%20Packages; LP: #261884).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 39bd33f12..e85ff654b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -189,6 +189,7 @@ install: build
189 install -o root -g root debian/openssh-server.init debian/openssh-server/etc/init.d/ssh 189 install -o root -g root debian/openssh-server.init debian/openssh-server/etc/init.d/ssh
190 install -o root -g root -m 644 debian/openssh-server.default debian/openssh-server/etc/default/ssh 190 install -o root -g root -m 644 debian/openssh-server.default debian/openssh-server/etc/default/ssh
191 install -o root -g root debian/openssh-server.if-up debian/openssh-server/etc/network/if-up.d/openssh-server 191 install -o root -g root debian/openssh-server.if-up debian/openssh-server/etc/network/if-up.d/openssh-server
192 install -o root -g root -m 644 debian/openssh-server.ufw.profile debian/openssh-server/etc/ufw/applications.d/openssh-server
192 193
193 install -m 755 build-udeb/ssh debian/openssh-client-udeb/usr/bin/ssh 194 install -m 755 build-udeb/ssh debian/openssh-client-udeb/usr/bin/ssh
194 install -m 755 build-udeb/scp debian/openssh-client-udeb/usr/bin/scp 195 install -m 755 build-udeb/scp debian/openssh-client-udeb/usr/bin/scp