Compare commits

..

No commits in common. 'ubuntu/plucky' and 'ubuntu/noble' have entirely different histories.

7
debian/changelog vendored

@ -1,10 +1,3 @@
sddm-conf (0.2.0-0ubuntu8) 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
* Clean up useless files that got left behind in the last upload

10
debian/control vendored

@ -6,11 +6,11 @@ Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
Rules-Requires-Root: no
Build-Depends: cmake (>= 3.15),
debhelper-compat (= 13),
libqtilitools-dev (>= 0.1.2),
qt6-base-dev,
qt6-tools-dev,
qt6-tools-dev-tools
Standards-Version: 4.7.0
libqt5widgets5,
libqtilitools-dev,
qtbase5-dev,
qttools5-dev
Standards-Version: 4.6.2
Homepage: https://github.com/qtilities/sddm-conf/
Vcs-Browser: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging.git

1
debian/files vendored

@ -1 +0,0 @@
sddm-conf_0.2.0-0ubuntu4_source.buildinfo x11 optional

5
debian/rules vendored

@ -2,8 +2,3 @@
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DPROJECT_QT_VERSION=6

Loading…
Cancel
Save