[neon/neon-packaging/kdegraphics-thumbnailers-5/Neon/release] debian: twiddle bits so as not to install metainfo file which overlaps with kf6 build
Jonathan Riddell
null at kde.org
Mon Mar 4 11:17:38 GMT 2024
Git commit ceeb098a4ea1be347cacfbe6b7d937f6c42a88c7 by Jonathan Riddell.
Committed on 04/03/2024 at 11:17.
Pushed by jriddell into branch 'Neon/release'.
twiddle bits so as not to install metainfo file which overlaps with kf6 build
M +1 -1 debian/changelog
M +5 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/kdegraphics-thumbnailers-5/-/commit/ceeb098a4ea1be347cacfbe6b7d937f6c42a88c7
diff --git a/debian/changelog b/debian/changelog
index ca15559..a89f123 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-kdegraphics-thumbnailers-5 (4:24.02.0-0neon) jammy; urgency=medium
+kdegraphics-thumbnailers-5 (4:24.02.0-1neon) jammy; urgency=medium
* New release
diff --git a/debian/rules b/debian/rules
index b57f3e9..4126269 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
#!/usr/bin/make -f
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+ dh $@ --with kf5 --buildsystem kf5
+
+override_dh_auto_install:
+ dh_auto_install --destdir=debian/tmp
More information about the Neon-commits
mailing list