[neon/neon-packaging/koko/Neon/unstable] debian: KDE Extras packages should use --with kf5
Rohan Garg
null at kde.org
Mon Jun 12 07:22:29 BST 2023
Git commit 41d8f48ce2dff564474f1f2fc52abf8e4f774858 by Rohan Garg.
Committed on 23/06/2015 at 01:34.
Pushed by carlosdem into branch 'Neon/unstable'.
KDE Extras packages should use --with kf5
M +3 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/koko/-/commit/41d8f48ce2dff564474f1f2fc52abf8e4f774858
diff --git a/debian/rules b/debian/rules
index fbbc478..4e6779c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
#!/usr/bin/make -f
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-
GEONAME_DATA_FILES := cities1000.zip admin1CodesASCII.txt admin2Codes.txt
GEONAME_DUMPS := $(addprefix debian/geonames/, $(GEONAME_DATA_FILES))
GEONAME_SRCS := $(addprefix src/, $(GEONAME_DATA_FILES))
+%:
+ dh $@ --with kf5 --parallel
+
debian/geonames/%:
mkdir -p debian/geonames/
cd debian/geonames/ && wget -q http://download.geonames.org/export/dump/$*
More information about the Neon-commits
mailing list