Compare commits
7 Commits
ubuntu/plu
...
ubuntu/0.1
Author | SHA1 | Date | |
---|---|---|---|
4de90b5b28 | |||
eaa15a8741 | |||
bf35b2759a | |||
eb2c5274a6 | |||
5f0d2f0337 | |||
971ad1ca5b | |||
0dd859f25b |
45
debian/changelog
vendored
45
debian/changelog
vendored
@ -1,18 +1,37 @@
|
||||
picom-conf (0.17.0-0ubuntu1) noble; urgency=medium
|
||||
picom-conf (0.17.0-1ubuntu2) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Added debian/watch file.
|
||||
* Updated copyright file.
|
||||
* Removed no-manual-page Lintian override.
|
||||
* Added help2man automatic manpage generation.
|
||||
* Fixed an invalid documentation link in debian/upstream/metadata.
|
||||
* Stopped specifying release build mode.
|
||||
* Enabled hardening.
|
||||
* Use the Qt 6 port.
|
||||
* Update Standards-version to 4.7.0, no changes needed.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 05 Jan 2024 17:28:28 +0000
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 19 Oct 2024 15:25:18 -0500
|
||||
|
||||
picom-conf (0.17.0~git20231210-0ubuntu1) noble; urgency=medium
|
||||
picom-conf (0.17.0-1ubuntu1) oracular; urgency=medium
|
||||
|
||||
* Initial release. (LP: #2046086)
|
||||
* Build-depend on liblxqt2-dev.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 11 Dec 2023 05:18:22 +0000
|
||||
-- Matthias Klose <doko@ubuntu.com> Sun, 22 Sep 2024 17:33:06 +0200
|
||||
|
||||
picom-conf (0.17.0-1build3) noble; urgency=high
|
||||
|
||||
* No change rebuild against libqt5core5t64, libqt5dbus5t64,
|
||||
libqt5gui5t64, libqt5widgets5t64.
|
||||
|
||||
-- Julian Andres Klode <juliank@ubuntu.com> Mon, 08 Apr 2024 16:47:31 +0200
|
||||
|
||||
picom-conf (0.17.0-1build2) noble; urgency=medium
|
||||
|
||||
* No-change rebuild for CVE-2024-3094
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 31 Mar 2024 16:59:11 +0000
|
||||
|
||||
picom-conf (0.17.0-1build1) noble; urgency=medium
|
||||
|
||||
* No-change rebuild against libqt5core5t64
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 15 Mar 2024 06:23:52 +0000
|
||||
|
||||
picom-conf (0.17.0-1) unstable; urgency=medium
|
||||
|
||||
* Initial release. (Closes: #1058713)
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 05 Jan 2024 20:01:47 +0000
|
||||
|
15
debian/control
vendored
15
debian/control
vendored
@ -8,14 +8,15 @@ 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
|
||||
Vcs-Browser: https://salsa.debian.org/ArrayBolt3/picom-conf
|
||||
Vcs-Git: https://salsa.debian.org/ArrayBolt3/picom-conf.git
|
||||
|
||||
Package: picom-conf
|
||||
Architecture: any
|
||||
|
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