[SCM] koko packaging branch, kubuntu_unstable, updated. 837bbfbfa2034f6e401fcdfc2f0dad3dfbd02c56

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Jun 23 01:50:56 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit 837bbfbfa2034f6e401fcdfc2f0dad3dfbd02c56
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Jun 23 03:50:29 2015 +0200

    Make sure we return to the right dir
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4e6779c..bc2b41f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,10 @@ GEONAME_SRCS := $(addprefix src/, $(GEONAME_DATA_FILES))
 	dh $@ --with kf5 --parallel
 
 debian/geonames/%:
+	pushd
 	mkdir -p debian/geonames/
 	cd debian/geonames/ && wget -q http://download.geonames.org/export/dump/$*
+	popd
 
 geonames_deploy: $(GEONAME_DUMPS)
 	cp -v $(GEONAME_DUMPS) src/

-- 
koko packaging



More information about the pkg-kde-commits mailing list