Compare commits
8 Commits
ubuntu/ora
...
ubuntu/plu
Author | SHA1 | Date | |
---|---|---|---|
7111c104a0 | |||
7fd96e3dd5 | |||
f17a3879c9 | |||
ad6ac13f83 | |||
20656e807f | |||
d09d3a1ba5 | |||
2df69c6880 | |||
ce0b24ac25 |
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,16 @@
|
||||
picom-conf (0.17.0-1ubuntu4) plucky; urgency=medium
|
||||
|
||||
* No-change rebuild against libqtilitools-dev. (LP: #2093071)
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Thu, 06 Feb 2025 01:36:28 +0000
|
||||
|
||||
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
|
||||
|
||||
* New upstream release.
|
||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -8,11 +8,12 @@ Build-Depends: cmake (>= 3.15),
|
||||
debhelper-compat (= 13),
|
||||
help2man,
|
||||
libconfig-dev,
|
||||
liblxqt1-dev,
|
||||
qtbase5-dev,
|
||||
libqtilitools-dev,
|
||||
qttools5-dev
|
||||
Standards-Version: 4.6.2
|
||||
liblxqt2-dev,
|
||||
libqtilitools-dev (>= 0.1.2),
|
||||
qt6-base-dev,
|
||||
qt6-tools-dev,
|
||||
qt6-tools-dev-tools
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://github.com/qtilities/picom-conf/
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/picom-conf-packaging
|
||||
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:
|
||||
help2man -N -n "configure the Picom compositor" "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1
|
||||
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