Compare commits
7 Commits
44731e44b5
...
78ff21187c
Author | SHA1 | Date | |
---|---|---|---|
78ff21187c | |||
655c32f3ad | |||
236ff2593d | |||
910da0b319 | |||
f8fb49f270 | |||
7eeb40c092 | |||
321d23766f |
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
|||||||
|
lxqt-openssh-askpass (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Fix the watch file, for real this time.
|
||||||
|
* Bump build dependencies in debian/control.
|
||||||
|
* Bump Standards-version to 4.6.1, no changes needed.
|
||||||
|
* Lubuntuify the package slightly, to make debhelper happy.
|
||||||
|
* Briefly update the copyright file.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 17:28:15 -0600
|
||||||
|
|
||||||
lxqt-openssh-askpass (1.1.0-0ubuntu1) kinetic; urgency=medium
|
lxqt-openssh-askpass (1.1.0-0ubuntu1) kinetic; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -10,13 +10,13 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt1-dev (>= 1.1.0),
|
liblxqt1-dev (>= 1.2.0),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev
|
libx11-dev
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://phab.lubuntu.me/source/lxqt-openssh-askpass/
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-openssh-askpass-packaging
|
||||||
Vcs-Git: https://phab.lubuntu.me/source/lxqt-openssh-askpass.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-openssh-askpass-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-openssh-askpass
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-openssh-askpass
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-openssh-askpass.git
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-openssh-askpass.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-openssh-askpass
|
Homepage: https://github.com/lxqt/lxqt-openssh-askpass
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,12 +3,12 @@ Upstream-Name: lxqt-openssh-askpass
|
|||||||
Source: https://github.com/lxqt/lxqt-openssh-askpass
|
Source: https://github.com/lxqt/lxqt-openssh-askpass
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2012-2018, LXQt team
|
Copyright: 2012-2022, LXQt team
|
||||||
2010-2012, Razor team
|
2010-2012, Razor team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2014-2018, Alf Gaida <agaida@siduction.org>
|
2014-2018, Alf Gaida <agaida@siduction.org>
|
||||||
2015, ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2015, ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,3 +1,5 @@
|
|||||||
version=4
|
version=4
|
||||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
opts="searchmode=plain, \
|
||||||
https://github.com/lxqt/lxqt-openssh-askpass/releases .*/lxqt-openssh-askpass-([\d\.]+).tar.xz
|
pgpsigurlmangle=s/$/.asc/, \
|
||||||
|
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
|
||||||
|
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user