[neon/extras/kmymoney/Neon/unstable] debian: more lints
Carlos De Maine
null at kde.org
Sat Feb 1 05:33:26 GMT 2025
Git commit 7f2bdcbff09d833c0bca08491765ecf43bd95e42 by Carlos De Maine.
Committed on 01/02/2025 at 05:33.
Pushed by carlosdem into branch 'Neon/unstable'.
more lints
M +1 -1 debian/control
A +5 -0 debian/meta/cmake-ignore
M +1 -1 debian/rules
M +1 -1 debian/source/lintian-overrides
https://invent.kde.org/neon/extras/kmymoney/-/commit/7f2bdcbff09d833c0bca08491765ecf43bd95e42
diff --git a/debian/control b/debian/control
index f6df12d..7c87d2f 100644
--- a/debian/control
+++ b/debian/control
@@ -79,7 +79,7 @@ Depends: kmymoney,
qt6-declarative-dev,
${misc:Depends},
${perl:Depends},
-Recommends: kmymoney, libfinance-quote-perl
+Recommends: libfinance-quote-perl
Description: KMyMoney development files
KMyMoney is the Personal Finance Manager for KDE. It operates similar to
MS-Money and Quicken, supports different account types, categorisation of
diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore
new file mode 100644
index 0000000..89008bf
--- /dev/null
+++ b/debian/meta/cmake-ignore
@@ -0,0 +1,5 @@
+SQL Tracer, It traces the SQL queries to the console.
+IBAN/BIC data, Adds predefined IBAN/BIC numbers to KMyMoney (note: doesn't work yet).
+Cost center support, Adds support for cost centers (for devs only).
+Warnings as errors, Enforces all warnings to be reported as errors.
+Model test, Generate modeltest code (for devs only).
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index b29b178..ab4184e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,4 @@ export DH_VERBOSE=1
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_WITH_QT6=ON -DBUILD_WITH_QT6_CONFIRMED=ON -DUSE_QT_DESIGNER=ON
\ No newline at end of file
+ dh_auto_configure -- -DBUILD_WITH_QT6=ON -DBUILD_WITH_QT6_CONFIRMED=ON -DUSE_QT_DESIGNER=ON
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 32913fc..fd79480 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,2 +1,2 @@
# it is its own source (marked as such because it was edited with a WYSIWYG editor)
-kmymoney source: source-is-missing [kmymoney/plugins/checkprinting/check_template_green_linen.html]
+kmymoney source: source-is-missing [kmymoney/plugins/checkprinting/templates/check_template_green_linen.html]
\ No newline at end of file
More information about the Neon-commits
mailing list