Compare commits
No commits in common. "d5e02d760e3c9a9e0b6817bafec54f7be7b4cee9" and "8e9612ab899df21ea2fb318d1e107a0568c3dafd" have entirely different histories.
d5e02d760e
...
8e9612ab89
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,15 +1,3 @@
|
|||||||
liblxqt (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 dependencies to the latest upstream LXQt versions.
|
|
||||||
* Remove unnecessary dh-exec call.
|
|
||||||
* Remove a seemingly-obsolete Lintian override.
|
|
||||||
* Fix a typo in the upstream metadata.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 16 Nov 2022 19:19:19 -0600
|
|
||||||
|
|
||||||
liblxqt (1.1.0-0ubuntu2) kinetic; urgency=medium
|
liblxqt (1.1.0-0ubuntu2) kinetic; urgency=medium
|
||||||
|
|
||||||
* Add additional Breaks/Replaces on liblxqt0 just to be safe.
|
* Add additional Breaks/Replaces on liblxqt0 just to be safe.
|
||||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -12,14 +12,14 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
libpolkit-qt5-1-dev,
|
libpolkit-qt5-1-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libqt5xdg-dev (>= 3.10.0),
|
libqt5xdg-dev (>= 3.9.1),
|
||||||
libqt5xdgiconloader-dev (>= 3.10.0),
|
libqt5xdgiconloader-dev (>= 3.9.1),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxss-dev,
|
libxss-dev,
|
||||||
lxqt-build-tools (>= 0.12.0)
|
lxqt-build-tools (>= 0.11.0)
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/liblxqt-packaging
|
Vcs-Browser: https://phab.lubuntu.me/source/liblxqt/
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/liblxqt-packaging.git
|
Vcs-Git: https://phab.lubuntu.me/source/liblxqt.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/liblxqt
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/liblxqt
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/liblxqt.git
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/liblxqt.git
|
||||||
Homepage: https://github.com/lxqt/liblxqt
|
Homepage: https://github.com/lxqt/liblxqt
|
||||||
|
2
debian/liblxqt1.install
vendored
2
debian/liblxqt1.install
vendored
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/dh-exec
|
||||||
|
|
||||||
usr/lib/*/liblxqt.so.*
|
usr/lib/*/liblxqt.so.*
|
||||||
|
|
||||||
usr/share/lxqt/power.conf
|
usr/share/lxqt/power.conf
|
||||||
|
6
debian/liblxqt1.lintian-overrides
vendored
6
debian/liblxqt1.lintian-overrides
vendored
@ -1,2 +1,6 @@
|
|||||||
|
# lxqt-backlight_backend is a needed helper-application
|
||||||
|
liblxqt1: application-in-library-section libs usr/bin/lxqt-backlight_backend
|
||||||
|
|
||||||
# there will be no manpage for lxqt-backlight_backend
|
# there will be no manpage for lxqt-backlight_backend
|
||||||
liblxqt1: no-manual-page [usr/bin/lxqt-backlight_backend]
|
liblxqt1: no-manual-page usr/bin/lxqt-backlight_backend
|
||||||
|
|
||||||
|
2
debian/upstream/metadata
vendored
2
debian/upstream/metadata
vendored
@ -3,4 +3,4 @@ Bug-Database: https://github.com/lxqt/liblxqt/issues
|
|||||||
Bug-Submit: https://github.com/lxqt/liblxqt/issues/new
|
Bug-Submit: https://github.com/lxqt/liblxqt/issues/new
|
||||||
Changelog: https://github.com/lxqt/liblxqt/blob/master/CHANGELOG
|
Changelog: https://github.com/lxqt/liblxqt/blob/master/CHANGELOG
|
||||||
Repository: https://github.com/lxqt/liblxqt
|
Repository: https://github.com/lxqt/liblxqt
|
||||||
Repository-Browse: https://github.com/lxqt/liblxqt
|
Repository-Browser: https://github.com/lxqt/liblxqt
|
||||||
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,5 +1,3 @@
|
|||||||
version=4
|
version=4
|
||||||
opts="searchmode=plain, \
|
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||||
pgpsigurlmangle=s/$/.asc/, \
|
https://github.com/lxqt/liblxqt/releases .*/liblxqt-([\d\.]+).tar.xz
|
||||||
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