Compare commits
12 Commits
379c490d7d
...
175038b692
Author | SHA1 | Date | |
---|---|---|---|
175038b692 | |||
5b99e4710b | |||
6d737d80ce | |||
dfcd93a2db | |||
|
e4d9c79ff9 | ||
|
e7ec37fdc5 | ||
|
b1fd3761c0 | ||
|
5f1087d74b | ||
|
7c21440593 | ||
|
a54fd397d7 | ||
|
0e2a1dbf32 | ||
|
76936ac9f2 |
26
debian/changelog
vendored
26
debian/changelog
vendored
@ -1,3 +1,28 @@
|
|||||||
|
lxqt-openssh-askpass (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
|
||||||
|
|
||||||
|
* Backport to Jammy.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 13:02:47 -0500
|
||||||
|
|
||||||
|
lxqt-openssh-askpass (1.3.0-0ubuntu1) mantic; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Bump build dependencies.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 09:50:57 -0500
|
||||||
|
|
||||||
|
lxqt-openssh-askpass (1.2.0-1ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Revert a sync from Debian.
|
||||||
|
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
||||||
|
* Added 'Rules-Requires-Root: no' to debian/control.
|
||||||
|
* Removed obsolete '-Wl,--as-needed' linker flag.
|
||||||
|
* Updated copyright file.
|
||||||
|
* Removed trailing whitespace from changelog.
|
||||||
|
* Created debian/upstream/metadata.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 12 Feb 2023 21:53:32 -0600
|
||||||
|
|
||||||
lxqt-openssh-askpass (1.2.0-0ubuntu1) lunar; urgency=medium
|
lxqt-openssh-askpass (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
@ -252,4 +277,3 @@ lxqt-openssh-askpass (0.9.0+20150817-1) unstable; urgency=low
|
|||||||
* Initial release (Closes: #747603)
|
* Initial release (Closes: #747603)
|
||||||
|
|
||||||
-- ChangZhuo Chen (陳昌倬) <czchen@gmail.com> Mon, 17 Aug 2015 23:40:43 +0800
|
-- ChangZhuo Chen (陳昌倬) <czchen@gmail.com> Mon, 17 Aug 2015 23:40:43 +0800
|
||||||
|
|
||||||
|
5
debian/control
vendored
5
debian/control
vendored
@ -10,16 +10,17 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt1-dev (>= 1.2.0),
|
liblxqt1-dev (>= 1.3.0),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev
|
libx11-dev
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.2
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-openssh-askpass-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-openssh-askpass-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-openssh-askpass-packaging.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
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: lxqt-openssh-askpass
|
Package: lxqt-openssh-askpass
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
17
debian/copyright
vendored
17
debian/copyright
vendored
@ -3,17 +3,18 @@ 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-2022, LXQt team
|
Copyright: 2012-2022 LXQt team
|
||||||
2010-2012, Razor team
|
2010-2012 Razor team
|
||||||
|
2012 Petr Vanek <petr@scribus.info>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2023 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>
|
||||||
2015, Yukiharu YABUKI <yyabuki@debian.org>
|
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
||||||
2016, Yuan CHAO <yuanchao@gmail.com>
|
2016 Yuan CHAO <yuanchao@gmail.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,7 +2,6 @@
|
|||||||
# export DH_VERBOSE=1
|
# export DH_VERBOSE=1
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
6
debian/upstream/metadata
vendored
Normal file
6
debian/upstream/metadata
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Name: lxqt-openssh-askpass
|
||||||
|
Bug-Database: https://github.com/lxqt/lxqt-openssh-askpass/issues
|
||||||
|
Bug-Submit: https://github.com/lxqt/lxqt-openssh-askpass/issues/new
|
||||||
|
Changelog: https://github.com/lxqt/lxqt-openssh-askpass/blob/master/CHANGELOG
|
||||||
|
Repository: https://github.com/lxqt/lxqt-openssh-askpass
|
||||||
|
Repository-Browse: https://github.com/lxqt/lxqt-openssh-askpass
|
Loading…
x
Reference in New Issue
Block a user