[3depict] branch master updated (c9a1686 -> 4974a7b)

D Haley mycae-guest at moszumanska.debian.org
Wed Aug 3 23:47:16 UTC 2016


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

mycae-guest pushed a change to branch master
in repository 3depict.

      from  c9a1686   build-commit Mon Feb  8 03:03:03 CET 2016
       new  cf0e357   * Import 0.0.19
       new  b88bbc2   * Update to upstream effd078610a7
       new  5313e88   *Update changelog
       new  dc09599   * Close bugs #807232, #831200
       new  48d23e1   * Update standards for lintian
       new  d4cce9e   * Remove redundant debian/copyright paragraph (lintian)
       new  4974a7b   * Add files not caught by git-import-orig (?)

The 7 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:
 ChangeLog                                          |   35 +-
 README                                             |   12 +-
 TODO                                               |   18 +-
 config.h.in                                        |   17 +-
 configure.ac                                       |   49 +-
 data/startup-tips.txt                              |    7 +-
 data/textures/tex-source/3Depict-icon-hires.png    |  Bin 0 -> 58757 bytes
 debian/changelog                                   |    7 +
 debian/control                                     |    3 +-
 debian/copyright                                   |    6 +-
 .../patches/diff-upstream-0.0.18_to_212d6e1e6b14   | 1490 -----
 debian/patches/diff_0.0.19_to_effd078610a7         | 1235 +++++
 debian/patches/lowercase-textdomain.patch          |   10 +-
 debian/patches/series                              |    2 +-
 docs/manual-latex/manual.aux                       |  118 +-
 docs/manual-latex/manual.bbl                       |    2 +-
 docs/manual-latex/manual.bib                       |    4 +-
 docs/manual-latex/manual.blg                       |   29 +-
 docs/manual-latex/manual.log                       |  113 +-
 docs/manual-latex/manual.pdf                       |  Bin 4550865 -> 4523074 bytes
 docs/manual-latex/manual.tex                       |    2 +-
 docs/manual-latex/manual.toc                       |   66 +-
 locales/de_DE/LC_MESSAGES/3Depict.mo               |  Bin 44825 -> 44640 bytes
 m4/ax_compare_version.m4                           |  177 +
 packaging/RPM/3Depict-0.0.17-upstream.patch        |   65 -
 ...t-path.patch => 3Depict-0.0.19-font-path.patch} |    0
 ...c.patch => 3Depict-0.0.19-manual-pdf-loc.patch} |    0
 packaging/RPM/3Depict.spec                         |   56 +-
 packaging/debian/changelog                         |    6 +
 packaging/mac/3package.sh                          |   16 +-
 packaging/mac/makeMacOSXApp                        |   36 +-
 packaging/makeTarball.sh                           |  136 +-
 packaging/mingw-debian-cross/bootstrap.sh          |  270 +-
 .../patches/gettext-disable-tools                  |   30 +-
 packaging/mingw-debian-cross/patches/glew-makefile |   17 +-
 .../mingw-debian-cross/patches/glew-makefile.base  |   15 +-
 .../patches/iconv-fix-alias2.patch                 |   13 +
 .../patches/mathgl-disable-things                  |   82 +
 .../patches/mathgl-fix-pthread-and-linking         |   34 +
 .../mingw-debian-cross/patches/qhull-ptr.patch     |   17 +
 .../patches/qhull2015-cmakefile-replacement        |  624 +++
 packaging/mingw-debian-cross/windows-installer.nsi |   11 +-
 src/3Depict.cpp                                    |   34 +-
 src/Makefile.am                                    |    7 +-
 src/backend/APT/APTFileIO.cpp                      |    6 +-
 src/backend/APT/APTFileIO.h                        |    5 -
 src/backend/APT/APTRanges.cpp                      |   40 +-
 src/backend/APT/APTRanges.h                        |    5 +
 src/backend/APT/ionhit.cpp                         |   66 +-
 src/backend/APT/ionhit.h                           |   15 +-
 src/backend/APT/vtk.cpp                            |  175 +
 src/backend/APT/vtk.h                              |   54 +
 src/backend/animator.cpp                           |    4 +-
 src/backend/filter.cpp                             |  182 +-
 src/backend/filter.h                               |   42 +-
 src/backend/filters/algorithms/K3DTree-mk2.cpp     |  414 +-
 src/backend/filters/algorithms/K3DTree-mk2.h       |   32 +-
 src/backend/filters/algorithms/mass.cpp            |   94 +-
 src/backend/filters/algorithms/mass.h              |   12 +-
 src/backend/filters/algorithms/rdf.cpp             |   13 +-
 src/backend/filters/allFilter.cpp                  |    4 +-
 src/backend/filters/allFilter.h                    |    2 +-
 src/backend/filters/annotation.cpp                 |    3 +-
 src/backend/filters/boundingBox.cpp                |  194 +-
 src/backend/filters/boundingBox.h                  |    6 +-
 src/backend/filters/clusterAnalysis.cpp            |  292 +-
 src/backend/filters/clusterAnalysis.h              |    1 +
 src/backend/filters/dataLoad.cpp                   |    2 +-
 src/backend/filters/filterCommon.cpp               |   85 +-
 src/backend/filters/filterCommon.h                 |   84 +-
 src/backend/filters/geometryHelpers.cpp            |   20 +-
 src/backend/filters/ionClip.cpp                    |    3 +-
 src/backend/filters/ionColour.cpp                  |   18 +-
 src/backend/filters/ionDownsample.cpp              |   56 +-
 .../{compositionProfile.cpp => profile.cpp}        |  185 +-
 .../filters/{compositionProfile.h => profile.h}    |   45 +-
 src/backend/filters/rangeFile.cpp                  |   26 +-
 src/backend/filters/spatialAnalysis.cpp            | 1257 ++++-
 src/backend/filters/spatialAnalysis.h              |   25 +-
 src/backend/filters/spectrumPlot.cpp               |   13 +-
 src/backend/filters/transform.cpp                  |  102 +-
 src/backend/filters/voxelise.cpp                   |   28 +-
 src/backend/filtertree.cpp                         |   44 +-
 src/backend/filtertreeAnalyse.cpp                  |   12 +-
 src/backend/plot.h                                 |    4 +
 src/backend/state.cpp                              |  111 +-
 src/backend/state.h                                |   22 +-
 src/backend/viscontrol.cpp                         |   23 +-
 src/common/assertion.h                             |    7 +-
 src/common/basics.cpp                              |   80 +-
 src/common/basics.h                                |   11 +-
 src/common/constants.cpp                           |    2 +-
 src/common/constants.h                             |    2 -
 src/common/mathfuncs.cpp                           |  105 +-
 src/common/mathfuncs.h                             |   20 +
 src/common/stringFuncs.cpp                         |   46 +-
 src/common/stringFuncs.h                           |    6 +
 src/common/voxels.cpp                              |  236 +-
 src/common/voxels.h                                |  104 +-
 src/gl/cameras.cpp                                 |   66 +-
 src/gl/cameras.h                                   |   13 +
 src/gl/drawables.cpp                               |  164 +-
 src/gl/drawables.h                                 |   44 +-
 src/gl/glDebug.h                                   |    2 +-
 src/gl/isoSurface.cpp                              |    1 +
 src/gui/cropPanel.cpp                              |    5 +
 src/gui/dialogs/ExportPos.cpp                      |   11 +-
 src/gui/dialogs/ExportRngDialog.cpp                |   21 +-
 src/gui/dialogs/StashDialog.cpp                    |   13 +-
 src/gui/dialogs/animateFilterDialog.cpp            |   39 +-
 .../animateSubDialogs/colourKeyFrameDialog.cpp     |   41 +-
 .../dialogs/animateSubDialogs/realKeyFrameDialog.h |    8 +-
 src/gui/glPane.cpp                                 |   55 +-
 src/gui/glPane.h                                   |    7 +-
 src/gui/glade-skeleton/mainWindow.wxg              |  252 +-
 src/gui/mainFrame.cpp                              |  543 +-
 src/gui/mainFrame.h                                |  237 +-
 src/gui/mathglPane.cpp                             |   31 +-
 src/testing/mglTesting.cpp                         |    2 +-
 src/testing/testing.cpp                            |   20 +-
 src/wx/propertyGridUpdater.h                       |    2 +-
 src/wx/wxcommon.cpp                                |    5 -
 src/wx/wxcomponents.cpp                            |    6 +-
 translations/3Depict_base.pot                      | 4862 +++++++++--------
 translations/3Depict_de_DE.mo                      |  Bin 44825 -> 44640 bytes
 translations/3Depict_de_DE.po                      | 5676 ++++++++++----------
 126 files changed, 13062 insertions(+), 8380 deletions(-)
 create mode 100644 data/textures/tex-source/3Depict-icon-hires.png
 delete mode 100644 debian/patches/diff-upstream-0.0.18_to_212d6e1e6b14
 create mode 100644 debian/patches/diff_0.0.19_to_effd078610a7
 create mode 100644 m4/ax_compare_version.m4
 delete mode 100644 packaging/RPM/3Depict-0.0.17-upstream.patch
 rename packaging/RPM/{3Depict-0.0.17-font-path.patch => 3Depict-0.0.19-font-path.patch} (100%)
 rename packaging/RPM/{3Depict-0.0.17-manual-pdf-loc.patch => 3Depict-0.0.19-manual-pdf-loc.patch} (100%)
 create mode 100644 packaging/mingw-debian-cross/patches/iconv-fix-alias2.patch
 create mode 100644 packaging/mingw-debian-cross/patches/mathgl-disable-things
 create mode 100644 packaging/mingw-debian-cross/patches/mathgl-fix-pthread-and-linking
 create mode 100644 packaging/mingw-debian-cross/patches/qhull-ptr.patch
 create mode 100644 packaging/mingw-debian-cross/patches/qhull2015-cmakefile-replacement
 create mode 100644 src/backend/APT/vtk.cpp
 create mode 100644 src/backend/APT/vtk.h
 rename src/backend/filters/{compositionProfile.cpp => profile.cpp} (91%)
 rename src/backend/filters/{compositionProfile.h => profile.h} (85%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/3depict.git



More information about the debian-science-commits mailing list