[neon/extras/calamares/Neon/stable] debian: linting cleanups
Carlos De Maine
null at kde.org
Mon Jan 29 03:21:34 GMT 2024
Git commit 55c9f60cd2b1a379c6d8dd38441966982f6342b9 by Carlos De Maine.
Committed on 29/01/2024 at 03:21.
Pushed by carlosdem into branch 'Neon/stable'.
linting cleanups
(cherry picked from commit 8c57f544ebbea8fc6084eaa145b09524751cf849)
M +1 -3 debian/changelog
M +1 -0 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/calamares/-/commit/55c9f60cd2b1a379c6d8dd38441966982f6342b9
diff --git a/debian/changelog b/debian/changelog
index a625331..b346bab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -223,7 +223,6 @@ calamares (3.2.18-1) unstable; urgency=medium
* New upstream release
* Update copyright years
-14:46:49 from /tooling/lib/debian/version.rb:48:in `initialize'
-- Jonathan Carter <jcc at debian.org> Fri, 07 Feb 2020 18:34:53 +0200
@@ -270,8 +269,7 @@ calamares (3.2.13-1) unstable; urgency=medium
calamares (3.2.12-1) unstable; urgency=medium
- * New upstream 14:46:49 from /tooling/lib/debian/version.rb:48:in `initialize'
-release
+ * New upstream release
* Add lintian override for spelling mistake for something that looks like
a string, but isn't
* Remove lintian override that's no longer needed
diff --git a/debian/control b/debian/control
index 91a566f..6a138b6 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Build-Depends: cmake,
pkg-kde-tools-neon,
pkexec,
python3-all-dev,
+ python3-yaml,
python3-jsonschema,
qt6-base-dev,
qt6-declarative-dev,
diff --git a/debian/rules b/debian/rules
index 88bd7c9..d2c60ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- -DWITH_PYTHONQT=ON -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON
+ dh_auto_configure -- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
More information about the Neon-commits
mailing list