Enable AppData and AppStream

ubuntu/noble
Aaron Rainbolt 3 months ago
parent 87c6dc1c7d
commit 52c7465fe2

2
debian/changelog vendored

@ -3,6 +3,8 @@ calamares (3.3.1-0ubuntu1) noble; urgency=medium
* New upstream release.
* Fixed debian/watch file.
* Updated copyright file.
* Enabled AppStream and AppData (it is no longer enabled by default upstream
but should be enabled by us).
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 18 Jan 2024 20:29:45 +0000

2
debian/rules vendored

@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=buildinfo=+path
dh $@ --with kf5
override_dh_auto_configure:
dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON
# Some test don't work well, we don't need to run them at package build time.
override_dh_auto_test:

Loading…
Cancel
Save