summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fe7a601..eeedea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ openvpn (2.4.6-1) UNRELEASED; urgency=medium
* debian/rules:
- Remove trailing whitespaces.
- Replace outdated dh_installsystemd with dh_systemd_start.
+ - Remove usr/share/doc/openvpn/COPYING.
* debian/watch:
- Use secure URI.
diff --git a/debian/rules b/debian/rules
index 034bd7c..ffb411f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ override_dh_auto_install:
ifeq ($(DEB_HOST_ARCH_OS), linux)
cat debian/openvpn.conf >> $(CURDIR)/debian/openvpn/usr/lib/tmpfiles.d/openvpn.conf
endif
- $(RM) $(CURDIR)/debian/openvpn/usr/share/doc/COPYING
+ $(RM) $(CURDIR)/debian/openvpn/usr/share/doc/openvpn/COPYING
override_dh_installexamples:
dh_installexamples