Compare commits
7 Commits
ubuntu/ora
...
ubuntu/plu
Author | SHA1 | Date | |
---|---|---|---|
7c1753a64e | |||
b778b65960 | |||
c93e0b1fc5 | |||
8e5ded426c | |||
66a4b2bd4c | |||
1c40bfc7ec | |||
82755a92b4 |
21
debian/changelog
vendored
21
debian/changelog
vendored
@ -1,3 +1,24 @@
|
||||
liblxqt (2.1.0-0ubuntu3) plucky; urgency=medium
|
||||
|
||||
* Update Standards-Version to 4.7.1, no changes needed.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:18:42 -0600
|
||||
|
||||
liblxqt (2.1.0-0ubuntu2) plucky; urgency=medium
|
||||
|
||||
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 03:53:28 -0600
|
||||
|
||||
liblxqt (2.1.0-0ubuntu1) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
- Bump build dependencies.
|
||||
- Update symbols from amd64 build logs.
|
||||
* Make the package Lintian-clean.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:32:03 -0600
|
||||
|
||||
liblxqt (2.0.0-0ubuntu2) oracular; urgency=medium
|
||||
|
||||
* Update symbols from build logs.
|
||||
|
30
debian/control
vendored
30
debian/control
vendored
@ -1,6 +1,6 @@
|
||||
Source: liblxqt
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
@ -10,17 +10,18 @@ Build-Depends: debhelper-compat (= 13),
|
||||
dh-exec,
|
||||
libkf6windowsystem-dev (>= 6.0.0),
|
||||
libpolkit-qt6-1-dev,
|
||||
libqt6xdg-dev (>= 4.0.0),
|
||||
libqt6xdgiconloader-dev (>= 4.0.0),
|
||||
libqt6xdg-dev (>= 4.1.0),
|
||||
libqt6xdgiconloader-dev (>= 4.1.0),
|
||||
libx11-dev,
|
||||
libxkbcommon-dev (>= 0.5.0),
|
||||
libxss-dev,
|
||||
lxqt-build-tools (>= 2.0.0),
|
||||
qt6-svg-dev
|
||||
Standards-Version: 4.7.0
|
||||
lxqt-build-tools (>= 2.1.0),
|
||||
qt6-svg-dev (>= 6.6.0)
|
||||
Standards-Version: 4.7.1
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/liblxqt-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/liblxqt-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/liblxqt
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/liblxqt.git
|
||||
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/liblxqt
|
||||
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/liblxqt.git
|
||||
Homepage: https://github.com/lxqt/liblxqt
|
||||
Rules-Requires-Root: no
|
||||
|
||||
@ -47,9 +48,9 @@ Package: liblxqt2-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: liblxqt2 (= ${binary:Version}),
|
||||
libqt6xdg-dev (>= 4.0.0),
|
||||
libqt6xdgiconloader-dev (>= 4.0.0),
|
||||
lxqt-build-tools (>= 2.0.0),
|
||||
libqt6xdg-dev (>= 4.1.0),
|
||||
libqt6xdgiconloader-dev (>= 4.1.0),
|
||||
lxqt-build-tools (>= 2.1.0),
|
||||
${misc:Depends}
|
||||
Description: Shared libraries for LXQt desktop environment (dev)
|
||||
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
|
||||
@ -65,4 +66,9 @@ Multi-Arch: foreign
|
||||
Section: localization
|
||||
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||
Description: Language package for liblxqt
|
||||
This package contains the l10n files needed by the liblxqt.
|
||||
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
|
||||
technologies. It has been tailored for users who value simplicity, speed, and
|
||||
an intuitive interface. Unlike most desktop environments, LXQt also works
|
||||
fine with less powerful machines.
|
||||
.
|
||||
This package contains the l10n files needed by liblxqt.
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -25,7 +25,7 @@ License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
|
||||
2022-2023 Simon Quigley <tsimonq2@debian.org>
|
||||
2022-2025 Simon Quigley <tsimonq2@debian.org>
|
||||
2022-2024 Aaron Rainbolt <arraybolt3@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
|
5
debian/liblxqt2.lintian-overrides
vendored
5
debian/liblxqt2.lintian-overrides
vendored
@ -1,2 +1,5 @@
|
||||
# there will be no manpage for lxqt-backlight_backend
|
||||
liblxqt1: no-manual-page [usr/bin/lxqt-backlight_backend]
|
||||
liblxqt2: no-manual-page [usr/bin/lxqt-backlight_backend]
|
||||
|
||||
# This is fine
|
||||
liblxqt2: application-in-library-section libs [usr/bin/lxqt-backlight_backend]
|
||||
|
4
debian/liblxqt2.symbols
vendored
4
debian/liblxqt2.symbols
vendored
@ -1,4 +1,4 @@
|
||||
# SymbolsHelper-Confirmed: 2.0.0 amd64 arm64 armhf ppc64el riscv64 s390x
|
||||
# SymbolsHelper-Confirmed: 2.1.0 amd64
|
||||
liblxqt.so.2 liblxqt2 #MINVER#
|
||||
* Build-Depends-Package: liblxqt2-dev
|
||||
_ZN4LXQt10GridLayout10invalidateEv@Base 1.1.0
|
||||
@ -8,6 +8,7 @@ liblxqt.so.2 liblxqt2 #MINVER#
|
||||
_ZN4LXQt10GridLayout11setGeometryERK5QRect@Base 1.1.0
|
||||
_ZN4LXQt10GridLayout11setRowCountEi@Base 1.1.0
|
||||
_ZN4LXQt10GridLayout12setDirectionENS0_9DirectionE@Base 1.1.0
|
||||
_ZN4LXQt10GridLayout13setItemsOrderENS0_10ItemsOrderE@Base 2.1.0
|
||||
_ZN4LXQt10GridLayout14setColumnCountEi@Base 1.1.0
|
||||
_ZN4LXQt10GridLayout16setCellFixedSizeE5QSize@Base 1.1.0
|
||||
_ZN4LXQt10GridLayout16staticMetaObjectE@Base 1.1.0
|
||||
@ -277,6 +278,7 @@ liblxqt.so.2 liblxqt2 #MINVER#
|
||||
_ZN4LXQt9LXQtThemeD1Ev@Base 1.1.0
|
||||
_ZN4LXQt9LXQtThemeD2Ev@Base 1.1.0
|
||||
_ZN4LXQt9LXQtThemeaSERKS0_@Base 1.1.0
|
||||
_ZNK4LXQt10GridLayout10itemsOrderEv@Base 2.1.0
|
||||
_ZNK4LXQt10GridLayout10metaObjectEv@Base 1.1.0
|
||||
_ZNK4LXQt10GridLayout11columnCountEv@Base 1.1.0
|
||||
_ZNK4LXQt10GridLayout15cellMaximumSizeEv@Base 1.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user