From 02e5ef836b66d0234eaa5c81dcb32e8273cd87bb Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Fri, 24 Feb 2012 12:23:17 +0100 Subject: Make debian/rules more robust, finish changelog --- debian/changelog | 2 ++ debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c40c433..89c9525 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ openvpn (2.2.1-5) unstable; urgency=low * Avoid sending ICMP redirects when using tun devices and "subnet" topology. Thanks Simon Deziel for testing and the patch. (Closes: #656241) + The init.d script will set all.send_redirects=0 when using "dev tun" + and "topology subnet". More info in README.Debian. * Several manpage fixes -- Alberto Gonzalez Iniesta Thu, 23 Feb 2012 17:25:54 +0100 diff --git a/debian/rules b/debian/rules index 4e56fd9..7b67808 100755 --- a/debian/rules +++ b/debian/rules @@ -33,8 +33,8 @@ override_dh_auto_clean: -test -f openvpn.spec.not || mv openvpn.spec openvpn.spec.not -test -f t_client.sh.not || mv t_client.sh t_client.sh.not dh_auto_clean - mv openvpn.spec.not openvpn.spec - mv t_client.sh.not t_client.sh + -test -f openvpn.spec.not && mv openvpn.spec.not openvpn.spec + -test -f t_client.sh.not && mv t_client.sh.not t_client.sh # clean plugins $(MAKE) -C plugin/auth-pam/ clean $(MAKE) -C plugin/down-root/ clean -- cgit v1.2.3