[mapserver] 01/03: Add patch to add ARCHIVE install target for Windows builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Sep 18 14:51:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapserver.

commit 3d35bfc13a7555dc77c999cf7c4284dd078b44d9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 12 16:09:52 2015 +0200

    Add patch to add ARCHIVE install target for Windows builds.
---
 debian/changelog                                    |  6 ++++++
 debian/patches/series                               |  1 +
 debian/patches/windows-archive-install-target.patch | 14 ++++++++++++++
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5e8b634..32a2f3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapserver (7.0.0-5) UNRELEASED; urgency=medium
+
+  * Add patch to add ARCHIVE install target for Windows builds.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 12 Sep 2015 16:09:34 +0200
+
 mapserver (7.0.0-4) unstable; urgency=medium
 
   * Update symbols for ppc64.
diff --git a/debian/patches/series b/debian/patches/series
index c9c814a..2ef82c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ perl-mapscript-install.patch
 ruby-mapscript-install.patch
 cmake-mapserver-export.patch
 java-hardening.patch
+windows-archive-install-target.patch
diff --git a/debian/patches/windows-archive-install-target.patch b/debian/patches/windows-archive-install-target.patch
new file mode 100644
index 0000000..b2e60ae
--- /dev/null
+++ b/debian/patches/windows-archive-install-target.patch
@@ -0,0 +1,14 @@
+Description: Add ARCHIVE install target for Windows builds.
+Author: Bas Couwenberg <sebastic at debian.org>
+Origin: https://github.com/sebastic/mapserver/commit/f86ccbd000a0672d9e29756db2a57b4d9290c5c3
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -976,6 +976,7 @@ INSTALL(TARGETS sortshp shptree shptreev
+ )
+ INSTALL(TARGETS mapserver
+         EXPORT mapserverTargets
++        ARCHIVE DESTINATION ${INSTALL_LIB_DIR} COMPONENT shlib
+         LIBRARY DESTINATION ${INSTALL_LIB_DIR} COMPONENT shlib
+         PUBLIC_HEADER DESTINATION ${INSTALL_INCLUDE_DIR}/mapserver COMPONENT dev
+ )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapserver.git



More information about the Pkg-grass-devel mailing list