diff --git a/debian/changelog b/debian/changelog index 893743e..7abcedc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,40 @@ -globalprotect-openconnect (1.3.0-1) UNRELEASED; urgency=low +globalprotect-openconnect (1.2.7-1ppa1) bionic; urgency=medium + + * Update dependencies + + -- Kevin Yue Tue, 09 Jun 2020 22:13:46 +0800 + +globalprotect-openconnect (1.2.6-1ppa1) bionic; urgency=medium + + * Add qt5-default dependency + + -- Kevin Yue Tue, 09 Jun 2020 22:05:57 +0800 + +globalprotect-openconnect (1.2.5-1ppa1) bionic; urgency=medium + + * Update version + + -- Kevin Yue Mon, 08 Jun 2020 23:24:06 +0800 + +globalprotect-openconnect (1.2.4-1ppa5) bionic; urgency=medium + + * Update dependencies + + -- Kevin Yue Mon, 08 Jun 2020 23:13:44 +0800 + +globalprotect-openconnect (1.2.4-1ppa2) bionic; urgency=medium + + * Update dependencies + + -- Kevin Yue Mon, 08 Jun 2020 22:39:07 +0800 + +globalprotect-openconnect (1.2.4-1ppa1) bionic; urgency=medium + + * Initial release. + + -- Kevin Yue Sun, 07 Jun 2020 19:00:25 +0800 + +globalprotect-openconnect (1.2.4-1) UNRELEASED; urgency=low * Initial release of debian package diff --git a/debian/control b/debian/control index 39c71b1..6cb2fd1 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: globalprotect-openconnect -Section: main/net +Section: net Priority: optional -Maintainer: Kevin Yue -Build-Depends: debhelper (>=11~), openconnect (>=8.0), libqt5websockets5 (>=5.12), libqt5webengine5 (>=5.12) +Maintainer: Kevin Yue +Build-Depends: debhelper (>=11~), qt5-default (>=5.9), qttools5-dev (>=5.9), libqt5websockets5-dev (>=5.9), qtwebengine5-dev (>=5.9) Standards-Version: 4.1.4 Homepage: https://github.com/yuezk/GlobalProtect-openconnect Package: globalprotect-openconnect Architecture: any Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends}, openconnect (>=8.0), libqt5websockets5 (>=5.12), libqt5webengine5 (>=5.12) -Description: A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode, inspired by gp-saml-gui. +Depends: ${misc:Depends}, ${shlibs:Depends}, openconnect (>=8.0), libqt5websockets5 (>=5.9), libqt5webengine5 (>=5.9) +Description: A GlobalProtect VPN client (GUI) based on OpenConnect. diff --git a/debian/watch b/debian/watch index 76575dc..fde9f8c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ -# You must remove unused comment lines for the released package. -version=3 +version=4 +opts="mode=git" https://github.com/yuezk/GlobalProtect-openconnect.git \ + refs/tags/v([\d\.]+) debian uupdate