Ubuntu Pastebin

Paste from acheron at Fri, 23 Sep 2016 06:09:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
diff --git a/ubuntu-archive-upload b/ubuntu-archive-upload
index c32f3f1..3b3c074 100755
--- a/ubuntu-archive-upload
+++ b/ubuntu-archive-upload
@@ -145,6 +145,9 @@ for package in packages:
         if package == "kde4libs":
             print "MMM gitName = kde4libs"
             gitName = "kde4libs" # as an exception this one has git repo named after package
+        if package == "libkf5kgeomap":
+            print "MMM gitName = libkgeomap"
+            gitName = "libkgeomap" # as an exception this one has git repo still named after the non KF5 version
         subprocess.check_call(["git", "clone", debian_git + "/" + gitName, "git"])
         os.chdir("git")
         subprocess.check_call(["git", "checkout", "kubuntu_"+release+"_archive"])
Download as text