Compare commits
No commits in common. "562b1e99a2205d16b3b5d1443858145d772e6a16" and "0ec1b20fa3ded8035f1b2ac9291707d15dc528fd" have entirely different histories.
562b1e99a2
...
0ec1b20fa3
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,12 +1,3 @@
|
||||
lxqt-qtplugin (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Fix the watch file, for real this time.
|
||||
* Lubuntuify the package slightly, to make debhelper happy.
|
||||
* Bump build and runtime dependencies in debian/control.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 Nov 2022 16:40:59 -0600
|
||||
|
||||
lxqt-qtplugin (1.1.0-1) experimental; urgency=medium
|
||||
|
||||
[ Aaron Rainbolt ]
|
||||
|
17
debian/control
vendored
17
debian/control
vendored
@ -1,6 +1,5 @@
|
||||
Source: lxqt-qtplugin
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||
@ -11,27 +10,25 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libdbusmenu-qt5-dev,
|
||||
libfm-qt-dev (>= 1.2.0),
|
||||
libfm-qt-dev (>= 1.1.0),
|
||||
libkf5windowsystem-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libqt5xdg-dev,
|
||||
libqt5xdgiconloader-dev (>= 3.10.0),
|
||||
libqt5xdgiconloader-dev (>= 3.9.1),
|
||||
libx11-dev,
|
||||
lxqt-build-tools (>= 0.12.0),
|
||||
lxqt-build-tools (>= 0.11.0),
|
||||
qtbase5-private-dev
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-qtplugin-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-qtplugin-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-qtplugin
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-qtplugin.git
|
||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-qtplugin
|
||||
Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-qtplugin.git
|
||||
Homepage: https://github.com/lxqt/lxqt-qtplugin
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: lxqt-qtplugin
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libfm-qt12, ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: libfm-qt11, ${misc:Depends}, ${shlibs:Depends}
|
||||
Recommends: lxqt-config, lxqt-session
|
||||
Suggests: lxqt | lxqt-core
|
||||
Description: LXQt system integration plugin for Qt
|
||||
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,5 +1,3 @@
|
||||
version=4
|
||||
opts="searchmode=plain, \
|
||||
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
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxqt/lxqt-qtplugin/releases .*/lxqt-qtplugin-([\d\.]+).tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user