[mercator] branch master updated (8dd04a7 -> 8020851)

Olek Wojnar olek-guest at moszumanska.debian.org
Sun Sep 27 21:51:12 UTC 2015


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

olek-guest pushed a change to branch master
in repository mercator.

     omits  8dd04a7   Clarify Debian release
       new  8f9dca7   Clarify Debian release
       new  317f702   Restore upstream 0.3.3
       new  282b5e4   Packaging updates
       new  8020851   Update for new interface version

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8dd04a7)
            \
             N -- N -- N   refs/heads/master (8020851)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 4 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:
 AUTHORS                                            |    1 +
 ChangeLog                                          |  190 +
 Makefile.am                                        |    7 +-
 Makefile.in                                        |   77 +-
 Mercator/BasePoint.cpp                             |    6 +-
 Mercator/BasePoint.h                               |    6 +-
 Mercator/Makefile.in                               |   40 +-
 Mercator/Segment.cpp                               |    2 +-
 Mercator/Terrain.cpp                               |    6 +-
 Mercator/Terrain.h                                 |    6 +-
 Mercator/iround.h                                  |   20 +-
 NEWS                                               |    4 +
 acinclude.m4                                       |  157 -
 aclocal.m4                                         | 8619 +-------------------
 autogen.sh                                         |   99 +-
 config.guess                                       |  107 +-
 config.sub                                         |   67 +-
 configure                                          |  557 +-
 configure.ac                                       |    7 +-
 debian/changelog                                   |   16 +
 debian/control                                     |   24 +-
 debian/copyright                                   |    3 +-
 debian/docs                                        |    1 -
 debian/libmercator-0.3-3v5.install                 |    2 -
 debian/libmercator-0.3-4.install                   |    2 +
 ...r-0.3-3v5.symbols => libmercator-0.3-4.symbols} |  233 +-
 debian/rules                                       |    6 +-
 debian/watch                                       |    2 +-
 depcomp                                            |   87 +-
 install-sh                                         |    5 +-
 ltmain.sh                                          |  137 +-
 aclocal.m4 => m4/libtool.m4                        | 1981 +----
 m4/ltoptions.m4                                    |  369 +
 m4/ltsugar.m4                                      |  123 +
 m4/ltversion.m4                                    |   23 +
 m4/lt~obsolete.m4                                  |   98 +
 m4/m4_ax_cxx_compile_stdcxx_11.m4                  |  107 +
 acinclude.m4 => m4/pkg.m4                          |   62 +-
 mercator.spec                                      |    2 +-
 missing                                            |   49 +-
 support/ChangeLog-CVS                              |    1 +
 support/generate-ChangeLog.sh                      |   19 +
 tests/Buffertest.cpp                               |    6 +-
 tests/Makefile.in                                  |   35 +-
 tests/Segmentperf.cpp                              |    6 +-
 tests/Segmenttest.cpp                              |    6 +-
 tests/TerrainaddAreatest.cpp                       |    6 +-
 tests/Terraintest.cpp                              |   59 +-
 48 files changed, 2018 insertions(+), 11430 deletions(-)
 delete mode 100644 debian/libmercator-0.3-3v5.install
 create mode 100644 debian/libmercator-0.3-4.install
 rename debian/{libmercator-0.3-3v5.symbols => libmercator-0.3-4.symbols} (86%)
 mode change 100644 => 100755 ltmain.sh
 copy aclocal.m4 => m4/libtool.m4 (80%)
 create mode 100644 m4/ltoptions.m4
 create mode 100644 m4/ltsugar.m4
 create mode 100644 m4/ltversion.m4
 create mode 100644 m4/lt~obsolete.m4
 create mode 100644 m4/m4_ax_cxx_compile_stdcxx_11.m4
 copy acinclude.m4 => m4/pkg.m4 (75%)
 create mode 100644 support/ChangeLog-CVS
 create mode 100755 support/generate-ChangeLog.sh

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



More information about the Pkg-games-commits mailing list