[shapelib] branch master updated (2caab54 -> f5368ed)
Bas Couwenberg
sebastic at debian.org
Tue Dec 6 20:41:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository shapelib.
from 2caab54 Set distribution to unstable.
new 33b6d2d Force lowercase RC in watch file.
adds 796f930 Imported Upstream version 1.3.0
new 26a60b4 Imported Upstream version 1.4.0~rc1
new 8e74db9 Merge tag 'upstream/1.4.0_rc1'
new 2bbe9ef New upstream release candidate.
new a764c0b Disable patches.
new b886c68 Update copyright file.
new 6625810 Disable custom rules.
new 80cb89a Use dh-autoreconf for retooling.
new 4dfc09b Add patch to re-bump SONAME (see 1.3.0-1).
new d083192 Re-enable building of manpages.
new 69a2951 Override dh_makeshlibs to strip Debian revision from symbols version.
new 4f701fb Update symbols for 1.4.0~rc1.
new 5c7c90c Override dh_install to use --list-missing.
new 3142ed5 Include pkgconfig script in -dev package.
new 5983933 Explicitly remove .la files.
new 4e2e0c2 Re-enable spelling-errors.patch.
new e27f134 Re-enable privacy-breach-generic.patch.
new 8ca85a7 Mark patches as Forwarded.
new 3743b1a Drop obsolete build system patches.
new d92486a Use dh_auto_* tools instead of custom commands.
new f1fd1ae Add manpage for shputils.
new f5368ed Set distribution to experimental.
The 22 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:
.cvsignore | 15 -
AUTHORS | 2 +
CMakeLists.txt | 237 +
LICENSE.LGPL => COPYING | 0
ChangeLog | 46 +
HOWTO-RELEASE | 16 -
INSTALL | 370 +
Makefile | 113 -
Makefile.am | 75 +
Makefile.in | 1557 ++
NEWS | 2 +
README | 66 +-
README.CMake | 63 +
aclocal.m4 | 1217 ++
ar-lib | 270 +
autogen.sh | 42 +
compile | 347 +
config.guess | 1441 ++
config.sub | 1813 ++
configure | 19184 +++++++++++++++++++
configure.ac | 70 +
contrib/.cvsignore | 12 -
contrib/Makefile | 66 -
contrib/Makefile.am | 59 +
contrib/Makefile.in | 1437 ++
contrib/ShapeFileII.pas | 9 +-
contrib/Shape_PointInPoly.cpp | 11 +-
contrib/csv2shp.c | 558 -
contrib/dbfinfo.c | 9 +-
contrib/{ => doc}/Shape_PointInPoly_README.txt | 0
contrib/{ => doc}/shpsort.txt | 0
contrib/my_nan.h | 46 -
contrib/shpdata.c | 7 +-
contrib/shpdxf.c | 4 +-
contrib/shpgeo.c | 29 +-
contrib/shpgeo.h | 10 +-
contrib/shpinfo.c | 7 +-
contrib/shpwkb.c | 6 +
contrib/tests/shpproj.sh | 59 +-
dbfadd.c | 11 +-
dbfcreate.c | 11 +-
dbfdump.c | 18 +-
dbfopen.c | 556 +-
debian/changelog | 22 +
debian/control | 3 +-
debian/copyright | 60 +-
debian/libshp-dev.install | 1 +
debian/libshp2.symbols | 12 +-
debian/man/shputils.md | 73 +
debian/patches/0003-Properly-use-libtool.patch | 79 -
...namically-link-the-shp-binaries-to-libshp.patch | 69 -
...setting-CFLAGS-and-PREFIX-in-the-Makefile.patch | 27 -
...ix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch | 39 -
...ildflags-in-contrib-fixes-hardening-warni.patch | 24 -
...-generic.patch => privacy-breach-generic.patch} | 3 +-
debian/patches/series | 10 +-
debian/patches/soversion.patch | 15 +
...spelling-errors.patch => spelling-errors.patch} | 13 +-
debian/rules | 40 +-
debian/watch | 2 +-
depcomp | 791 +
install-sh | 508 +
ltmain.sh | 11156 +++++++++++
m4/libtool.m4 | 8388 ++++++++
m4/ltoptions.m4 | 437 +
m4/ltsugar.m4 | 124 +
m4/ltversion.m4 | 23 +
m4/lt~obsolete.m4 | 99 +
makefile.vc | 8 +-
missing | 215 +
mkdist.sh | 37 -
mkinstalldirs | 38 -
mkrelease.sh | 55 -
safileio.c | 11 +-
sbnsearch.c | 985 +
shapefil.h | 354 +-
shapelib.def | 46 -
shapelib.pc.in | 14 +
shpadd.c | 30 +-
shpcreate.c | 11 +-
shpdump.c | 89 +-
shpopen.c | 1122 +-
shprewind.c | 9 +-
shptest.c | 11 +-
shptree.c | 235 +-
shptreedump.c | 11 +-
shputils.c | 11 +-
stream2.out | 530 -
stream2.sh | 11 -
stream3.out | 37 -
test-driver | 148 +
stream1.out => tests/stream1.out | 0
stream1.sh => tests/test1.sh | 19 +-
tests/test2.sh | 27 +
makeshape.sh => tests/test3.sh | 21 +-
web/.cvsignore | 2 -
web/dbf_api.html | 4 +-
web/index.html | 9 +-
web/license.html | 4 +-
web/release.html | 17 +
100 files changed, 53314 insertions(+), 2696 deletions(-)
delete mode 100644 .cvsignore
create mode 100644 AUTHORS
create mode 100644 CMakeLists.txt
rename LICENSE.LGPL => COPYING (100%)
delete mode 100644 HOWTO-RELEASE
create mode 100644 INSTALL
delete mode 100644 Makefile
create mode 100644 Makefile.am
create mode 100644 Makefile.in
create mode 100644 NEWS
create mode 100644 README.CMake
create mode 100644 aclocal.m4
create mode 100755 ar-lib
create mode 100755 autogen.sh
create mode 100755 compile
create mode 100755 config.guess
create mode 100755 config.sub
create mode 100755 configure
create mode 100644 configure.ac
delete mode 100644 contrib/.cvsignore
delete mode 100644 contrib/Makefile
create mode 100644 contrib/Makefile.am
create mode 100644 contrib/Makefile.in
delete mode 100644 contrib/csv2shp.c
rename contrib/{ => doc}/Shape_PointInPoly_README.txt (100%)
rename contrib/{ => doc}/shpsort.txt (100%)
delete mode 100644 contrib/my_nan.h
create mode 100644 debian/man/shputils.md
delete mode 100644 debian/patches/0003-Properly-use-libtool.patch
delete mode 100644 debian/patches/0004-Dynamically-link-the-shp-binaries-to-libshp.patch
delete mode 100644 debian/patches/0005-Stop-setting-CFLAGS-and-PREFIX-in-the-Makefile.patch
delete mode 100644 debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch
delete mode 100644 debian/patches/0007-Use-dpkg-buildflags-in-contrib-fixes-hardening-warni.patch
rename debian/patches/{0009-privacy-breach-generic.patch => privacy-breach-generic.patch} (98%)
create mode 100644 debian/patches/soversion.patch
rename debian/patches/{0008-spelling-errors.patch => spelling-errors.patch} (88%)
create mode 100755 depcomp
create mode 100755 install-sh
create mode 100644 ltmain.sh
create mode 100644 m4/libtool.m4
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 100755 missing
delete mode 100755 mkdist.sh
delete mode 100644 mkinstalldirs
delete mode 100755 mkrelease.sh
create mode 100644 sbnsearch.c
delete mode 100644 shapelib.def
create mode 100644 shapelib.pc.in
delete mode 100644 stream2.out
delete mode 100755 stream2.sh
delete mode 100644 stream3.out
create mode 100755 test-driver
rename stream1.out => tests/stream1.out (100%)
rename stream1.sh => tests/test1.sh (77%)
create mode 100755 tests/test2.sh
rename makeshape.sh => tests/test3.sh (53%)
delete mode 100644 web/.cvsignore
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/shapelib.git
More information about the Pkg-grass-devel
mailing list