[SCM] mapcache branch, master, updated. upstream/1.0.0-86-g0771daf
Bas Couwenberg
sebastic at xs4all.nl
Tue Sep 17 22:46:17 UTC 2013
The following commit has been merged in the master branch:
commit 4574f04b06591d1eba4385aa43c0bd5d56b7ce87
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Sep 17 22:20:34 2013 +0200
Use pkgkde-gensymbols & pkgkde-symbolshelper to handle symbols.
diff --git a/debian/changelog b/debian/changelog
index 7d2e6e8..07d5a76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ mapcache (1.2.0-1) UNRELEASED; urgency=low
- mapcache_seed_non_zero_exit.patch (applied upstream)
- mapcache_seed_delete_mode.patch (applied upstream)
- mapcache_seed_typo.patch (applied upstream)
+ * Use pkgkde-gensymbols & pkgkde-symbolshelper to handle symbols.
* SONAME of libmapcache changed from libmapcache.so.0 to
libmapcache.so.
* Enable verbose make output.
diff --git a/debian/control b/debian/control
index 94507ee..a80c218 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1.1),
libpcre3-dev, libpixman-1-dev,
libsqlite3-dev, libtiff4-dev,
libmapserver-6.2.1, libmapserver-6.2.1-dev,
- chrpath, cmake (>= 2.8.0), pkg-config,
+ chrpath, cmake (>= 2.8.0), pkg-config, pkg-kde-tools,
docbook2x, docbook-xsl, docbook-xml, xsltproc
Standards-Version: 3.9.4
Homepage: http://www.mapserver.org/en/mapcache/
diff --git a/debian/libmapcache.symbols b/debian/libmapcache.symbols
index c9d5146..459e793 100644
--- a/debian/libmapcache.symbols
+++ b/debian/libmapcache.symbols
@@ -1,3 +1,4 @@
+# SymbolsHelper-Confirmed: 1.0.0 amd64
libmapcache.so #PACKAGE# #MINVER#
EZXML_NIL at Base 1.0.0
_configuration_parse_wms_xml at Base 1.0.0
diff --git a/debian/rules b/debian/rules
index 0afcb75..92038d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ COMMON_CONFIG = -DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_OGR=1
%:
- dh $@ --with apache2
+ dh $@ --with apache2,pkgkde_symbolshelper
override_dh_clean:
dh_clean
--
Packaging for MapCache
More information about the Pkg-grass-devel
mailing list