From eba7fe9f49a5156991ec0924ab86848fb681f03a Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 14 Apr 2021 13:02:07 +0200 Subject: [pkg] lintian happy --- debian/README | 6 +++--- debian/README.source | 10 ---------- debian/changelog | 4 ++-- debian/control | 5 +++-- debian/rules | 11 ----------- 5 files changed, 8 insertions(+), 28 deletions(-) delete mode 100644 debian/README.source (limited to 'debian') diff --git a/debian/README b/debian/README index 7a4f677..9e6aef8 100644 --- a/debian/README +++ b/debian/README @@ -1,7 +1,7 @@ -The Debian Package riseup-vpn ----------------------------- +riseup-vpn +----------- Initial debianization of bitmask-vpn repo. This is a native package for riseup-vpn, branded clients will use a template based on that one. - -- Kali Kaneko Tue, 09 Feb 2021 20:26:52 +0100 + -- kali kaneko Tue, 09 Feb 2021 20:26:52 +0100 diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 12435e8..0000000 --- a/debian/README.source +++ /dev/null @@ -1,10 +0,0 @@ -riseup-vpn for Debian --------------------- - - - - - - -- Kali Kaneko Tue, 09 Feb 2021 20:26:52 +0100 - diff --git a/debian/changelog b/debian/changelog index 1ee2a71..9febc48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -riseup-vpn (0.21.2) unstable; urgency=medium +riseup-vpn (0.21.2.1) groovy; urgency=medium * Initial Release. - -- Kali Kaneko Tue, 09 Feb 2021 20:26:52 +0100 + -- kali kaneko (leap communications) Tue, 09 Feb 2021 20:26:52 +0100 diff --git a/debian/control b/debian/control index 194ba39..af7cee2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: riseup-vpn Section: net Priority: extra Maintainer: LEAP Encryption Access Project -Build-Depends: debhelper-compat (= 12), golang-go (>= 2:1.9), make, pkg-config, g++, git, +Build-Depends: debhelper-compat (= 12), golang-go (>= 2:1.9), make (>=3.80), pkg-config, g++ (>= 4:4.6.3), git, qt5-qmake, qttools5-dev-tools, qtbase5-dev, libqt5qml5, libqt5quick5, qtdeclarative5-dev Standards-Version: 4.4.1 Homepage: https://0xacab.org/leap/bitmask-vpn @@ -12,7 +12,8 @@ Homepage: https://0xacab.org/leap/bitmask-vpn Package: riseup-vpn Architecture: any Enhances: openvpn -Depends: libqt5core5a, libqt5gui5 | libqt5gui5-gles, libqt5qml5, libqt5widgets5, libstdc++6, +Depends: ${misc:Depends}, libqt5core5a, libqt5gui5 | libqt5gui5-gles, + libqt5qml5, libqt5widgets5, libstdc++6, qml-module-qtquick2, qml-module-qtquick-controls, qml-module-qtquick-dialogs, qml-module-qtquick-extras, qml-module-qt-labs-platform, openvpn, policykit-1-gnome | polkit-1-auth-agent, python3 diff --git a/debian/rules b/debian/rules index 16242b4..91cc654 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,4 @@ #!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. export DH_VERBOSE = 1 export VERBOSE = 1 @@ -32,11 +30,9 @@ endif # package maintainers to append LDFLAGS #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - %: dh $@ - override_dh_auto_build: make build @@ -50,12 +46,5 @@ override_dh_install: strip $(CURDIR)/debian/${APPNAME}/usr/bin/${APPNAME} dh_install -# dh_make generated override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - override_dh_dwz: echo "skipping dh_dwz" - - -- cgit v1.2.3