Skip to content
Commits on Source (2)
geos (3.6.2-2) UNRELEASED; urgency=medium
* Update copyright-format URL to use HTTPS.
* Don't use libjs-jquery for Doxygen docs.
* Bump Standards-Version to 4.1.3, no changes.
-- Bas Couwenberg <sebastic@debian.org> Sat, 20 Jan 2018 15:51:39 +0100
......
......@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9.20160114),
pkg-kde-tools,
ruby-all-dev,
swig
Standards-Version: 4.1.2
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/geos.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/geos.git
Homepage: https://trac.osgeo.org/geos/
......@@ -100,8 +100,7 @@ Package: libgeos-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery,
${misc:Depends}
Depends: ${misc:Depends}
Suggests: libgeos-dev (= ${binary:Version})
Description: Documentation for the GEOS GIS geometry engine library
GEOS provides a spatial object model and fundamental geometric
......
......@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9.20160114),
pkg-kde-tools,
ruby-all-dev,
swig
Standards-Version: 4.1.2
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/geos.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/geos.git
Homepage: https://trac.osgeo.org/geos/
......@@ -100,8 +100,7 @@ Package: libgeos-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery,
${misc:Depends}
Depends: ${misc:Depends}
Suggests: libgeos-dev (= ${binary:Version})
Description: Documentation for the GEOS GIS geometry engine library
GEOS provides a spatial object model and fundamental geometric
......
usr/share/doc/libgeos-doc/html/index.html usr/share/doc/libgeos-doc/index.html
usr/share/javascript/jquery/jquery.js usr/share/doc/libgeos-doc/html/jquery.js
......@@ -101,9 +101,6 @@ override_dh_install-indep:
install -m 644 doc/example.cpp debian/libgeos-doc/usr/share/doc/libgeos-doc/examples
install -m 644 debian/Makefile.example debian/libgeos-doc/usr/share/doc/libgeos-doc/examples/Makefile
# Remove embedded jquery.js in favor of libjs-jquery
rm -f debian/libgeos-doc/usr/share/doc/libgeos-doc/html/jquery.js
override_dh_installman:
dh_installman -plibgeos-dev debian/geos-config.1
......