[SCM] koko packaging branch, kubuntu_unstable, updated. 963a074d27a035d350f23854669741761c27d3c6

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Mar 12 08:15:13 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/koko.git;a=commitdiff;h=963a074

The following commit has been merged in the kubuntu_unstable branch:
commit 963a074d27a035d350f23854669741761c27d3c6
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Mar 12 09:14:09 2015 +0100

    bummer, fix dump target :|
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 98e3298..65a3ec6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,9 @@ GEONAME_DATA_FILES := cities1000.zip admin1CodesASCII.txt admin2Codes.txt
 GEONAME_DUMPS := $(addprefix debian/geonames/, $(GEONAME_DATA_FILES))
 GEONAME_SRCS := $(addprefix src/, $(GEONAME_DATA_FILES))
 
-dump/%:
-	mkdir -p dump
-	cd dump && wget -q http://download.geonames.org/export/dump/$*
+debian/geonames/%:
+	mkdir -p debian/geonames/
+	cd debian/geonames/ && wget -q http://download.geonames.org/export/dump/$*
 
 geonames_deploy: $(GEONAME_DUMPS)
 	ln -s $(GEONAME_DUMPS) src/

-- 
koko packaging



More information about the pkg-kde-commits mailing list