Compare commits

...

5 Commits

3 changed files with 14 additions and 6 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
lxqt-panel (1.3.0-0ubuntu1) mantic; urgency=medium
* New upstream release.
* Bump build dependencies.
* Fix some build dependencies that were renamed.
* Remove redundant hardening rule.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 12:49:49 -0500
lxqt-panel (1.2.1-1ubuntu1) lunar; urgency=medium lxqt-panel (1.2.1-1ubuntu1) lunar; urgency=medium
* Merge from Debian Unstable, remaining changes: * Merge from Debian Unstable, remaining changes:

10
debian/control vendored
View File

@ -13,13 +13,13 @@ Build-Depends: debhelper-compat (= 13),
libicu-dev, libicu-dev,
libkf5solid-dev, libkf5solid-dev,
libkf5windowsystem-dev, libkf5windowsystem-dev,
liblxqt-globalkeys-ui1-dev (>= 1.2.0), liblxqt-globalkeys-ui1-dev (>= 1.3.0),
liblxqt-globalkeys1-dev (>= 1.2.0), liblxqt-globalkeys1-dev (>= 1.3.0),
liblxqt1-dev (>= 1.2.0), liblxqt1-dev (>= 1.3.0),
libpulse-dev, libpulse-dev,
libqt5svg5-dev, libqt5svg5-dev,
libqt5x11extras5-dev, libqt5x11extras5-dev,
libsensors4-dev [!hurd-any], libsensors-dev [!hurd-any],
libstatgrab-dev [linux-any], libstatgrab-dev [linux-any],
libsysstat-qt5-0-dev (>= 0.4.5), libsysstat-qt5-0-dev (>= 0.4.5),
libx11-dev, libx11-dev,
@ -28,7 +28,7 @@ Build-Depends: debhelper-compat (= 13),
libxcb-image0-dev, libxcb-image0-dev,
libxcb-randr0-dev, libxcb-randr0-dev,
libxcb-shm0-dev, libxcb-shm0-dev,
libxcb-util0-dev, libxcb-util-dev,
libxcb-xkb-dev, libxcb-xkb-dev,
libxcomposite-dev, libxcomposite-dev,
libxdamage-dev, libxdamage-dev,

1
debian/rules vendored
View File

@ -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
include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/architecture.mk