Compare commits
No commits in common. "68ea58a9114a051ca38b33e6e0d546175637580b" and "fdd46ba77b065380c6cbe594865d32b8c938be9f" have entirely different histories.
68ea58a911
...
fdd46ba77b
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,10 +1,3 @@
|
|||||||
sddm-conf (0.2.0-0ubuntu4) plucky; urgency=medium
|
|
||||||
|
|
||||||
* Switch to Qt 6.
|
|
||||||
* Update Standards-Version to 4.7.0, no changes needed.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 19 Oct 2024 15:38:01 -0500
|
|
||||||
|
|
||||||
sddm-conf (0.2.0-0ubuntu3) noble; urgency=medium
|
sddm-conf (0.2.0-0ubuntu3) noble; urgency=medium
|
||||||
|
|
||||||
* Clean up useless files that got left behind in the last upload
|
* Clean up useless files that got left behind in the last upload
|
||||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -6,12 +6,11 @@ Uploaders: Simon Quigley <tsimonq2@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),
|
||||||
libqt6widgets6,
|
libqt5widgets5,
|
||||||
libqtilitools-dev (>= 0.1.2),
|
libqtilitools-dev,
|
||||||
qt6-base-dev,
|
qtbase5-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/sddm-conf/
|
Homepage: https://github.com/qtilities/sddm-conf/
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging.git
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -2,8 +2,3 @@
|
|||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
|
||||||
dh_auto_configure -- \
|
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
||||||
-DPROJECT_QT_VERSION=6
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user