[neon/neon-packaging/koko/Neon/unstable] debian: Revert "KDE Extras packages should use --with kf5"
Harald Sitter
null at kde.org
Mon Jun 12 07:22:29 BST 2023
Git commit 78544f9ff119db42d41eb0866e9abf599f10fd25 by Harald Sitter.
Committed on 23/06/2015 at 19:29.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "KDE Extras packages should use --with kf5"
This reverts commit 41d8f48ce2dff564474f1f2fc52abf8e4f774858.
M +2 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/koko/-/commit/78544f9ff119db42d41eb0866e9abf599f10fd25
diff --git a/debian/rules b/debian/rules
index 4e6779c..fbbc478 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,11 @@
#!/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