[SCM] koko packaging branch, kubuntu_unstable, updated. 1e9b693e205e048eed62762834993c032d144de1
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Mar 12 08:30:46 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/koko.git;a=commitdiff;h=1e9b693
The following commit has been merged in the kubuntu_unstable branch:
commit 1e9b693e205e048eed62762834993c032d144de1
Author: Harald Sitter <sitter at kde.org>
Date: Thu Mar 12 09:30:22 2015 +0100
must copy the geonames data as the build fails with ln -s
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 65a3ec6..fbbc478 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ debian/geonames/%:
cd debian/geonames/ && wget -q http://download.geonames.org/export/dump/$*
geonames_deploy: $(GEONAME_DUMPS)
- ln -s $(GEONAME_DUMPS) src/
+ cp -v $(GEONAME_DUMPS) src/
geonames_undeploy: $(GEONAME_DUMPS)
rm -rf $(GEONAME_SRCS)
--
koko packaging
More information about the pkg-kde-commits
mailing list