mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Update debian scripts
This commit is contained in:
parent
7f056c98ce
commit
790865c060
38
debian/changelog
vendored
38
debian/changelog
vendored
@ -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 <k3vinyue@gmail.com> Tue, 09 Jun 2020 22:13:46 +0800
|
||||||
|
|
||||||
|
globalprotect-openconnect (1.2.6-1ppa1) bionic; urgency=medium
|
||||||
|
|
||||||
|
* Add qt5-default dependency
|
||||||
|
|
||||||
|
-- Kevin Yue <k3vinyue@gmail.com> Tue, 09 Jun 2020 22:05:57 +0800
|
||||||
|
|
||||||
|
globalprotect-openconnect (1.2.5-1ppa1) bionic; urgency=medium
|
||||||
|
|
||||||
|
* Update version
|
||||||
|
|
||||||
|
-- Kevin Yue <k3vinyue@gmail.com> Mon, 08 Jun 2020 23:24:06 +0800
|
||||||
|
|
||||||
|
globalprotect-openconnect (1.2.4-1ppa5) bionic; urgency=medium
|
||||||
|
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
|
-- Kevin Yue <k3vinyue@gmail.com> Mon, 08 Jun 2020 23:13:44 +0800
|
||||||
|
|
||||||
|
globalprotect-openconnect (1.2.4-1ppa2) bionic; urgency=medium
|
||||||
|
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
|
-- Kevin Yue <k3vinyue@gmail.com> Mon, 08 Jun 2020 22:39:07 +0800
|
||||||
|
|
||||||
|
globalprotect-openconnect (1.2.4-1ppa1) bionic; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Kevin Yue <k3vinyue@gmail.com> Sun, 07 Jun 2020 19:00:25 +0800
|
||||||
|
|
||||||
|
globalprotect-openconnect (1.2.4-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Initial release of debian package
|
* Initial release of debian package
|
||||||
|
|
||||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -1,13 +1,13 @@
|
|||||||
Source: globalprotect-openconnect
|
Source: globalprotect-openconnect
|
||||||
Section: main/net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kevin Yue
|
Maintainer: Kevin Yue <k3vinyue@gmail.com>
|
||||||
Build-Depends: debhelper (>=11~), openconnect (>=8.0), libqt5websockets5 (>=5.12), libqt5webengine5 (>=5.12)
|
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
|
Standards-Version: 4.1.4
|
||||||
Homepage: https://github.com/yuezk/GlobalProtect-openconnect
|
Homepage: https://github.com/yuezk/GlobalProtect-openconnect
|
||||||
|
|
||||||
Package: globalprotect-openconnect
|
Package: globalprotect-openconnect
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, openconnect (>=8.0), libqt5websockets5 (>=5.12), libqt5webengine5 (>=5.12)
|
Depends: ${misc:Depends}, ${shlibs:Depends}, openconnect (>=8.0), libqt5websockets5 (>=5.9), libqt5webengine5 (>=5.9)
|
||||||
Description: A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode, inspired by gp-saml-gui.
|
Description: A GlobalProtect VPN client (GUI) based on OpenConnect.
|
||||||
|
5
debian/watch
vendored
5
debian/watch
vendored
@ -1,2 +1,3 @@
|
|||||||
# You must remove unused comment lines for the released package.
|
version=4
|
||||||
version=3
|
opts="mode=git" https://github.com/yuezk/GlobalProtect-openconnect.git \
|
||||||
|
refs/tags/v([\d\.]+) debian uupdate
|
||||||
|
Loading…
Reference in New Issue
Block a user