[mapserver] branch master updated (c6e62c0 -> a019ac8)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Feb 25 22:00:49 UTC 2016


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

sebastic pushed a change to branch master
in repository mapserver.

      from  c6e62c0   Bump Standards-Version to 3.9.7, no changes.
       new  a010a8b   Update watch file to use download.osgeo.org.
       new  4661a0d   Imported Upstream version 7.0.1
       new  fc3fc69   Merge tag 'upstream/7.0.1'
       new  d7bf8b5   New upstream release.
       new  a3c0e36   Drop patches applied upstream.
       new  b2fee85   Don't install documentation no longer included upstream.
       new  b712214   Update symbols for amd64.
       new  938bd81   Add dependency on php5-common to php5-mapscript for php5enmod.
       new  ad1d831   Fix 'associated' typo in manpage.
       new  0860f25   Add patch for "didn't" typo.
       new  a019ac8   Set distribution to experimental.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmodules                                        |    0
 .travis.yml                                        |   87 -
 CMakeLists.txt                                     |  124 +-
 COMMITERS                                          |   29 -
 Makefile                                           |   15 +-
 astyle.sh                                          |   10 -
 debian/changelog                                   |   13 +-
 debian/control                                     |    3 +-
 debian/libmapserver2.symbols                       |   16 +-
 debian/man/tile4ms.1.xml                           |    2 +-
 debian/mapserver-doc.docs                          |    1 -
 .../0001-Fix-compilation-with-gif_lib-5.1.patch    |   36 -
 ...apscript-to-be-compatible-with-newer-swig.patch |   29 -
 debian/patches/cmake-mapserver-export.patch        |  378 -
 debian/patches/didnt-typo.patch                    |   34 +
 ...-mapserver-target-for-static-libmapserver.patch |  107 -
 .../patches/dont-install-headers-in-usr-lib.patch  |   37 -
 debian/patches/fix-types.patch                     |   22 -
 debian/patches/series                              |    9 +-
 debian/patches/should-typo.patch                   |   27 -
 .../patches/windows-archive-install-target.patch   |   16 -
 debian/watch                                       |    5 +-
 genhtml.patch                                      |   43 -
 github_issue_no_activity_closer.py                 |  123 -
 install-msautotest.sh                              |   14 -
 mapagg.cpp                                         |    3 +
 mapaxisorder.csv                                   | 1788 -----
 mapaxisorder.h                                     | 8206 ++++++++++----------
 mapaxisorder.sh                                    |  110 -
 mapcontour.c                                       |  135 +-
 mapdraw.c                                          |   91 +-
 mapdrawgdal.c                                      |   42 +-
 mapfile.c                                          |   33 +-
 mapfile.h                                          |    6 +-
 mapgeomtransform.c                                 |   39 +-
 mapimageio.c                                       |   13 +-
 mapjoin.c                                          |    1 +
 maplabel.c                                         |   13 +-
 maplayer.c                                         |   13 +-
 maplegend.c                                        |    4 +-
 maplexer.c                                         | 4007 +++++-----
 maplexer.l                                         |    1 +
 mapogcfilter.c                                     |    1 +
 mapogcsld.c                                        |  239 +-
 mapogr.cpp                                         |   32 +-
 mapogroutput.c                                     |   72 +-
 maporaclespatial.c                                 |   12 +-
 mappostgis.c                                       |    5 +-
 mapprimitive.c                                     |    6 +-
 mapproject.c                                       |    6 +-
 maprasterquery.c                                   |   40 +-
 maprendering.c                                     |    1 -
 mapresample.c                                      |   95 +-
 mapscript/csharp/examples/drawquery.cs             |    2 +-
 mapscript/java/javamodule.i                        |    8 +-
 mapscript/mserror.i                                |    2 +-
 mapscript/php/map.c                                |    2 +-
 mapscript/php/nmake.opt                            |   35 -
 mapscript/php/php_mapscript.c                      |   13 +-
 mapscript/python/setup.py                          |   13 +
 mapscript/ruby/rbmodule.i                          |   12 +-
 mapserver-config-version.cmake.in                  |   11 +
 mapserver-config.cmake.in                          |   18 +
 mapshape.c                                         |    1 +
 mapstring.c                                        |   10 +-
 maptemplate.c                                      |    7 +-
 mapthread.c                                        |    2 +-
 maptime.c                                          |    4 +
 maputil.c                                          |   10 +-
 mapuvraster.c                                      |   30 +-
 mapv8.cpp                                          |    2 +
 mapwcs20.c                                         |   30 +-
 mapwfs.c                                           |    2 +
 mapwms.c                                           |   15 +-
 mapwmslayer.c                                      |    2 +-
 nmake.opt                                          |  856 --
 print-test-results.sh                              |   65 -
 release-notes.sh                                   |   11 -
 run-test-suite.sh                                  |   22 -
 run_code_coverage_upload.sh                        |   37 -
 scalebar.c                                         |    1 +
 stablemerge.sh                                     |   29 -
 xmlmapfile/mapfile.xsd                             |    4 +-
 83 files changed, 7041 insertions(+), 10409 deletions(-)
 delete mode 100644 .gitmodules
 delete mode 100644 .travis.yml
 delete mode 100644 COMMITERS
 delete mode 100755 astyle.sh
 delete mode 100644 debian/patches/0001-Fix-compilation-with-gif_lib-5.1.patch
 delete mode 100644 debian/patches/0001-Fix-java-mapscript-to-be-compatible-with-newer-swig.patch
 delete mode 100644 debian/patches/cmake-mapserver-export.patch
 create mode 100644 debian/patches/didnt-typo.patch
 delete mode 100644 debian/patches/dont-export-mapserver-target-for-static-libmapserver.patch
 delete mode 100644 debian/patches/dont-install-headers-in-usr-lib.patch
 delete mode 100644 debian/patches/fix-types.patch
 delete mode 100644 debian/patches/should-typo.patch
 delete mode 100644 debian/patches/windows-archive-install-target.patch
 delete mode 100644 genhtml.patch
 delete mode 100644 github_issue_no_activity_closer.py
 delete mode 100755 install-msautotest.sh
 delete mode 100755 mapaxisorder.csv
 delete mode 100755 mapaxisorder.sh
 delete mode 100644 mapscript/php/nmake.opt
 create mode 100644 mapserver-config-version.cmake.in
 create mode 100644 mapserver-config.cmake.in
 delete mode 100644 nmake.opt
 delete mode 100755 print-test-results.sh
 delete mode 100755 release-notes.sh
 delete mode 100755 run-test-suite.sh
 delete mode 100755 run_code_coverage_upload.sh
 delete mode 100644 stablemerge.sh

-- 
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