Compare commits
No commits in common. "92c312fa11b07cc8b5694c1d484e7dae241c5c03" and "6bcb16a6149d7fa9467cd4c29cb28eebd4a15faa" have entirely different histories.
92c312fa11
...
6bcb16a614
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,12 +1,3 @@
|
|||||||
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
10
debian/control
vendored
@ -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.3.0),
|
liblxqt-globalkeys-ui1-dev (>= 1.2.0),
|
||||||
liblxqt-globalkeys1-dev (>= 1.3.0),
|
liblxqt-globalkeys1-dev (>= 1.2.0),
|
||||||
liblxqt1-dev (>= 1.3.0),
|
liblxqt1-dev (>= 1.2.0),
|
||||||
libpulse-dev,
|
libpulse-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libsensors-dev [!hurd-any],
|
libsensors4-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-util-dev,
|
libxcb-util0-dev,
|
||||||
libxcb-xkb-dev,
|
libxcb-xkb-dev,
|
||||||
libxcomposite-dev,
|
libxcomposite-dev,
|
||||||
libxdamage-dev,
|
libxdamage-dev,
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,6 +2,7 @@
|
|||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user