From f2137fedb30cb87448eb03b2f288920df6187571 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Mon, 12 Dec 2016 21:36:31 +0100 Subject: More lintian cleanups --- debian/changelog | 1 + debian/control | 4 ++-- debian/rules | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a78d39..bfd53ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ openvpn (2.4~rc1-2) unstable; urgency=medium - Add Depends on lsb-base - Move bash completion file to /usr/share - Remove unneeded dot in manpage + - Bump Standards-Version * debian/patches/kfreebsd_support: Update patch for 2.4 series. -- Alberto Gonzalez Iniesta Mon, 12 Dec 2016 20:20:09 +0100 diff --git a/debian/control b/debian/control index 94b004c..5ee74ab 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: net Priority: optional Maintainer: Alberto Gonzalez Iniesta Build-Depends: debhelper (>= 7.0.50~), libssl1.0-dev, liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, pkg-config, dpkg-dev (>= 1.16.1), iproute2 [linux-any], net-tools [!linux-any], dh-systemd (>= 1.5), libsystemd-dev [linux-any], systemd [linux-any] -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://www.openvpn.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/openvpn.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/openvpn.git +Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/openvpn.git Package: openvpn Architecture: any diff --git a/debian/rules b/debian/rules index cc08f5a..ad78a94 100755 --- a/debian/rules +++ b/debian/rules @@ -57,14 +57,14 @@ override_dh_auto_install: install -m 755 debian/update-resolv-conf $(CURDIR)/debian/openvpn/etc/openvpn/update-resolv-conf # bash completion install -m 644 debian/openvpn.bash_completion $(CURDIR)/debian/openvpn/usr/share/bash-completion/completions/openvpn - # remove gitignore file from samples - rm -f $(CURDIR)/debian/openvpn/usr/share/doc/openvpn/examples/sample-keys/.gitignore override_dh_installexamples: dh_installexamples ## remove windoze stuff rm -rf $(CURDIR)/debian/openvpn/usr/share/doc/openvpn/examples/easy-rsa/Windows rm -rf $(CURDIR)/debian/openvpn/usr/share/doc/openvpn/sample + # remove gitignore file from samples + rm -f $(CURDIR)/debian/openvpn/usr/share/doc/openvpn/examples/sample-keys/.gitignore # clean permissions to make lintian happy # chmod a-x $(CURDIR)/debian/openvpn/usr/share/doc/openvpn/examples/easy-rsa/2.0/vars # chmod a-x $(CURDIR)/debian/openvpn/usr/share/doc/openvpn/examples/easy-rsa/2.0/openssl-*.cnf -- cgit v1.2.3