Compare commits
8 Commits
8e9612ab89
...
d5e02d760e
Author | SHA1 | Date | |
---|---|---|---|
d5e02d760e | |||
cb84cbe3d1 | |||
7ad091d83c | |||
88646f013e | |||
8197d29d6e | |||
96d2d5fb51 | |||
3d3e66544e | |||
20a3ffe0c9 |
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
|||||||
|
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.9.1),
|
libqt5xdg-dev (>= 3.10.0),
|
||||||
libqt5xdgiconloader-dev (>= 3.9.1),
|
libqt5xdgiconloader-dev (>= 3.10.0),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxss-dev,
|
libxss-dev,
|
||||||
lxqt-build-tools (>= 0.11.0)
|
lxqt-build-tools (>= 0.12.0)
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://phab.lubuntu.me/source/liblxqt/
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/liblxqt-packaging
|
||||||
Vcs-Git: https://phab.lubuntu.me/source/liblxqt.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/liblxqt-packaging.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,5 +1,3 @@
|
|||||||
#!/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,6 +1,2 @@
|
|||||||
# 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-Browser: https://github.com/lxqt/liblxqt
|
Repository-Browse: https://github.com/lxqt/liblxqt
|
||||||
|
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/liblxqt/releases .*/liblxqt-([\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