From 9cfc83f05f35e3e1c18f6543c99924bebaecaac8 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Mon, 5 Nov 2012 17:34:53 +0100 Subject: More 2.3 cleanup --- debian/docs | 5 ----- debian/rules | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'debian') diff --git a/debian/docs b/debian/docs index da8aebf..efe1658 100644 --- a/debian/docs +++ b/debian/docs @@ -1,8 +1,3 @@ AUTHORS PORTS README -README.IPv6 -TODO.IPv6 -README.ipv6 -TODO.ipv6 -ChangeLog.IPv6 diff --git a/debian/rules b/debian/rules index 3927aa8..24428db 100755 --- a/debian/rules +++ b/debian/rules @@ -31,10 +31,10 @@ override_dh_auto_build: override_dh_auto_clean: # These two get deleted on "make clean", but come in the tarball # hack to keep them around after "make clean" - -test -f openvpn.spec.not || mv openvpn.spec openvpn.spec.not + -test -f distro/rpm/openvpn.spec.not || mv distro/rpm/openvpn.spec distro/rpm/openvpn.spec.not -test -f tests/t_client.sh.not || mv tests/t_client.sh tests/t_client.sh.not dh_auto_clean - -test -f openvpn.spec.not && mv openvpn.spec.not openvpn.spec + -test -f distro/rpm/openvpn.spec.not && mv distro/rpm/openvpn.spec.not distro/rpm/openvpn.spec -test -f tests/t_client.sh.not && mv tests/t_client.sh.not tests/t_client.sh # clean plugins # $(MAKE) -C plugin/auth-pam/ clean -- cgit v1.2.3