[qgis] branch master updated (84591ea -> ba537d6)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Feb 28 21:38:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository qgis.
from 84591ea Set distribution to experimental.
new 77ffc0a Update copyright file
new 7092a91 Exclude dxf2shp plugin from repacked upstream tarball, see the copyright file for details of the license issue.
new 7a59abd Add Forwarded header to patches.
new 0ee8ff4 Imported Upstream version 2.8.1+dfsg
new 50a3c71 Merge tag 'upstream/2.8.1+dfsg'
new 1614184 Update version for repacked upstream release.
new 19d161f Don't install libdxf2shpconverterplugin.so, no longer built.
new ba537d6 Set distribution to experimental.
The 8 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:
debian/changelog | 9 +
debian/copyright | 117 +-
.../patches/developersmap-use-debian-package.patch | 1 +
debian/patches/disable-doxygen.patch | 2 +
debian/patches/exclude-dxf2shp-plugin.patch | 19 +
debian/patches/python-env.patch | 3 +
debian/patches/series | 1 +
debian/qgis.install | 2 +-
debian/watch | 7 +-
src/plugins/dxf2shp_converter/CMakeLists.txt | 54 -
src/plugins/dxf2shp_converter/README | 27 -
src/plugins/dxf2shp_converter/builder.cpp | 621 ---
src/plugins/dxf2shp_converter/builder.h | 88 -
.../dxf2shp_converter/dxf2shp_converter.png | Bin 805 -> 0 bytes
src/plugins/dxf2shp_converter/dxf2shpconverter.cpp | 220 -
src/plugins/dxf2shp_converter/dxf2shpconverter.h | 88 -
src/plugins/dxf2shp_converter/dxf2shpconverter.qrc | 5 -
.../dxf2shp_converter/dxf2shpconvertergui.cpp | 193 -
.../dxf2shp_converter/dxf2shpconvertergui.h | 50 -
.../dxf2shp_converter/dxf2shpconvertergui.ui | 151 -
src/plugins/dxf2shp_converter/dxflib/confdefs.h | 3 -
.../dxf2shp_converter/dxflib/src/dl_attributes.h | 201 -
.../dxf2shp_converter/dxflib/src/dl_codes.h | 545 --
.../dxflib/src/dl_creationadapter.h | 103 -
.../dxflib/src/dl_creationinterface.h | 266 -
.../dxf2shp_converter/dxflib/src/dl_dxf.cpp | 5600 --------------------
src/plugins/dxf2shp_converter/dxflib/src/dl_dxf.h | 431 --
.../dxf2shp_converter/dxflib/src/dl_entities.h | 1434 -----
.../dxf2shp_converter/dxflib/src/dl_exception.h | 59 -
.../dxf2shp_converter/dxflib/src/dl_extrusion.h | 161 -
.../dxf2shp_converter/dxflib/src/dl_writer.h | 685 ---
.../dxflib/src/dl_writer_ascii.cpp | 170 -
.../dxf2shp_converter/dxflib/src/dl_writer_ascii.h | 80 -
src/plugins/dxf2shp_converter/getInsertions.cpp | 81 -
src/plugins/dxf2shp_converter/getInsertions.h | 60 -
.../dxf2shp_converter/shapelib-1.2.10/LICENSE.LGPL | 483 --
.../dxf2shp_converter/shapelib-1.2.10/dbfopen.c | 1502 ------
.../dxf2shp_converter/shapelib-1.2.10/shapefil.h | 486 --
.../dxf2shp_converter/shapelib-1.2.10/shapelib.def | 42 -
.../dxf2shp_converter/shapelib-1.2.10/shpopen.c | 1878 -------
.../dxf2shp_converter/shapelib-1.2.10/shprewind.c | 108 -
41 files changed, 100 insertions(+), 15936 deletions(-)
create mode 100644 debian/patches/exclude-dxf2shp-plugin.patch
delete mode 100644 src/plugins/dxf2shp_converter/CMakeLists.txt
delete mode 100644 src/plugins/dxf2shp_converter/README
delete mode 100644 src/plugins/dxf2shp_converter/builder.cpp
delete mode 100644 src/plugins/dxf2shp_converter/builder.h
delete mode 100644 src/plugins/dxf2shp_converter/dxf2shp_converter.png
delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconverter.cpp
delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconverter.h
delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconverter.qrc
delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp
delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconvertergui.h
delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconvertergui.ui
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/confdefs.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_attributes.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_codes.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_creationadapter.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_creationinterface.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_dxf.cpp
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_dxf.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_entities.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_exception.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_extrusion.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_writer.h
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_writer_ascii.cpp
delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_writer_ascii.h
delete mode 100644 src/plugins/dxf2shp_converter/getInsertions.cpp
delete mode 100644 src/plugins/dxf2shp_converter/getInsertions.h
delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/LICENSE.LGPL
delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/dbfopen.c
delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/shapefil.h
delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/shapelib.def
delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/shpopen.c
delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/shprewind.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git
More information about the Pkg-grass-devel
mailing list