Compare commits

..

No commits in common. "ubuntu/plucky" and "ubuntu/0.17.0_git20231210-0ubuntu1" have entirely different histories.

11 changed files with 11 additions and 53 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
debian/files

26
debian/changelog vendored
View File

@ -1,29 +1,3 @@
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.
* 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.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 05 Jan 2024 17:28:28 +0000
picom-conf (0.17.0~git20231210-0ubuntu1) noble; urgency=medium picom-conf (0.17.0~git20231210-0ubuntu1) noble; urgency=medium
* Initial release. (LP: #2046086) * Initial release. (LP: #2046086)

12
debian/control vendored
View File

@ -6,14 +6,12 @@ Uploaders: Aaron Rainbolt <arraybolt3@ubuntu.com>
Rules-Requires-Root: no Rules-Requires-Root: no
Build-Depends: cmake (>= 3.15), Build-Depends: cmake (>= 3.15),
debhelper-compat (= 13), debhelper-compat (= 13),
help2man,
libconfig-dev, libconfig-dev,
liblxqt2-dev, liblxqt1-dev,
libqtilitools-dev (>= 0.1.2), qtbase5-dev,
qt6-base-dev, libqtilitools-dev,
qt6-tools-dev, qttools5-dev
qt6-tools-dev-tools Standards-Version: 4.6.2
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

3
debian/copyright vendored
View File

@ -15,7 +15,7 @@ Copyright: 2021-2023 Andrea Zanellato <redtid3@gmail.com>
License: Expat License: Expat
Files: resources/freedesktop/application.appdata.xml.in Files: resources/freedesktop/application.appdata.xml.in
Copyright: LXQt team Copyright: none
License: CC0-1.0 License: CC0-1.0
Comment: The file itself does not specify its license. However, it specifies Comment: The file itself does not specify its license. However, it specifies
that the metadata license is to be expanded from the variable that the metadata license is to be expanded from the variable
@ -36,7 +36,6 @@ Comment: Per the COPYING file: The exception in section 5 of the GNU Lesser
Files: debian/* Files: debian/*
Copyright: 2023 Simon Quigley <tsimonq2@ubuntu.com> Copyright: 2023 Simon Quigley <tsimonq2@ubuntu.com>
2024 Aaron Rainbolt <arraybolt3@ubuntu.com>
License: Expat License: Expat
License: LGPL-2.1 License: LGPL-2.1

1
debian/files vendored Normal file
View File

@ -0,0 +1 @@
picom-conf_0.17.0~git20231210-0ubuntu1~ppa2_source.buildinfo x11 optional

2
debian/picom-conf.lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
# there will be no manpage in the foreseeable future
picom-conf: no-manual-page [usr/bin/picom-conf]

View File

@ -1 +0,0 @@
debian/picom-conf.1

10
debian/rules vendored
View File

@ -1,15 +1,7 @@
#!/usr/bin/make -f #!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: %:
dh $@ dh $@
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: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DPROJECT_QT_VERSION=6

View File

@ -1,2 +0,0 @@
# Upstream does not provide a signed file
picom-conf source: debian-watch-does-not-check-openpgp-signature [debian/watch]

View File

@ -1,5 +1,5 @@
Bug-Database: https://github.com/qtilities/picom-conf/issues Bug-Database: https://github.com/qtilities/picom-conf/issues
Bug-Submit: https://github.com/qtilities/picom-conf/issues/new Bug-Submit: https://github.com/qtilities/picom-conf/issues/new
Documentation: https://qtilities.github.io/ Documentation: http://github.com/JPNaude/Qtilities/wiki
Repository-Browse: https://github.com/qtilities/picom-conf/ Repository-Browse: https://github.com/qtilities/picom-conf/
Repository: https://github.com/qtilities/picom-conf.git Repository: https://github.com/qtilities/picom-conf.git

4
debian/watch vendored
View File

@ -1,4 +0,0 @@
version=4
opts="searchmode=plain, \
filenamemangle=s/(@ANY_VERSION@)/picom-conf-$1.tar.gz/" \
https://api.github.com/repos/qtilities/@PACKAGE@/releases https:\/\/api.github.com\/repos\/qtilities\/@PACKAGE@\/tarball\/@ANY_VERSION@