mirror of https://gitee.com/openkylin/libkml.git
format patches
This commit is contained in:
parent
c4cd05e937
commit
b50f839f3d
|
@ -1,7 +1,14 @@
|
|||
Description: Fix syntax for Python 3 compatibility.
|
||||
Author: Bas Couwenberg <sebastic@debian.org>
|
||||
Forwarded: not-needed
|
||||
From: Bas Couwenberg <sebastic@debian.org>
|
||||
Date: Sat, 14 May 2022 03:38:00 +0800
|
||||
Subject: Fix syntax for Python 3 compatibility.
|
||||
|
||||
Forwarded: not-needed
|
||||
---
|
||||
src/swig/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/swig/CMakeLists.txt b/src/swig/CMakeLists.txt
|
||||
index 29c2d05..0e40d5a 100644
|
||||
--- a/src/swig/CMakeLists.txt
|
||||
+++ b/src/swig/CMakeLists.txt
|
||||
@@ -10,7 +10,7 @@ if(WITH_PYTHON)
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
Description: Use Debian specific path to perl.
|
||||
Author: Bas Couwenberg <sebastic@debian.org>
|
||||
Forwarded: not-needed
|
||||
From: Bas Couwenberg <sebastic@debian.org>
|
||||
Date: Sat, 14 May 2022 03:37:59 +0800
|
||||
Subject: Use Debian specific path to perl.
|
||||
|
||||
Forwarded: not-needed
|
||||
---
|
||||
examples/perl/helloplacemark.pl | 2 +-
|
||||
examples/perl/hellowalk.pl | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/examples/perl/helloplacemark.pl b/examples/perl/helloplacemark.pl
|
||||
index 8f59680..afc5048 100755
|
||||
--- a/examples/perl/helloplacemark.pl
|
||||
+++ b/examples/perl/helloplacemark.pl
|
||||
@@ -1,4 +1,4 @@
|
||||
|
@ -10,6 +18,8 @@ Forwarded: not-needed
|
|||
|
||||
# Copyright 2008, Google Inc. All rights reserved.
|
||||
#
|
||||
diff --git a/examples/perl/hellowalk.pl b/examples/perl/hellowalk.pl
|
||||
index 88f8630..c52e880 100755
|
||||
--- a/examples/perl/hellowalk.pl
|
||||
+++ b/examples/perl/hellowalk.pl
|
||||
@@ -1,4 +1,4 @@
|
||||
|
|
Loading…
Reference in New Issue