Compare commits
5 Commits
978c6f07e5
...
9020646734
Author | SHA1 | Date | |
---|---|---|---|
9020646734 | |||
d153d99503 | |||
f601b82d1a | |||
2df69c6880 | |||
ce0b24ac25 |
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
picom-conf (0.17.0-0ubuntu2) plucky; urgency=medium
|
||||||
|
|
||||||
|
* Use the Qt 6 port.
|
||||||
|
* Update Standards-version to 4.7.0, no changes needed.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 19 Oct 2024 15:25:18 -0500
|
||||||
|
|
||||||
picom-conf (0.17.0-0ubuntu1) noble; urgency=medium
|
picom-conf (0.17.0-0ubuntu1) noble; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -8,11 +8,12 @@ Build-Depends: cmake (>= 3.15),
|
|||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
help2man,
|
help2man,
|
||||||
libconfig-dev,
|
libconfig-dev,
|
||||||
liblxqt1-dev,
|
liblxqt2-dev,
|
||||||
qtbase5-dev,
|
|
||||||
libqtilitools-dev,
|
libqtilitools-dev,
|
||||||
qttools5-dev
|
qt6-base-dev,
|
||||||
Standards-Version: 4.6.2
|
qt6-tools-dev,
|
||||||
|
qt6-tools-dev-tools
|
||||||
|
Standards-Version: 4.7.0
|
||||||
Homepage: https://github.com/qtilities/picom-conf/
|
Homepage: https://github.com/qtilities/picom-conf/
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/picom-conf-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/picom-conf-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/picom-conf-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/picom-conf-packaging.git
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -8,3 +8,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
override_dh_installman:
|
override_dh_installman:
|
||||||
help2man -N -n "configure the Picom compositor" "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1
|
help2man -N -n "configure the Picom compositor" "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1
|
||||||
dh_installman
|
dh_installman
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
-DPROJECT_QT_VERSION=6
|
||||||
|
2
debian/source/lintian-overrides
vendored
Normal file
2
debian/source/lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Upstream does not provide a signed file
|
||||||
|
picom-conf source: debian-watch-does-not-check-openpgp-signature [debian/watch]
|
Loading…
x
Reference in New Issue
Block a user