Skip to content
Commits on Source (8)
......@@ -8,10 +8,14 @@ gdal (2.2.3+dfsg-2) UNRELEASED; urgency=medium
* The doxygen jquery is currently a fork of jquery in minified form, and it
is not compatible with the modern one. Replacement with the libjsquery
provided now removed.
* autotools_dev plugin is deprecated since debhelper >= 9.20160114 and now
no more supported.
[ Bas Couwenberg ]
* Strip trailing whitespace form changelog and patch header.
* Reorder build dependencies (sorted by name).
* Remove jquery symlinks and dependencies.
* Update copyright-format URL to use HTTPS.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 02 Jan 2018 12:27:12 +0100
......
......@@ -4,7 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 9.20160114),
dh-autoreconf,
dh-python,
d-shlibs,
......@@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 9),
doxygen,
graphviz,
ant,
autotools-dev,
chrpath,
libarmadillo-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
......@@ -160,8 +159,7 @@ Package: libgdal-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery,
${misc:Depends}
Depends: ${misc:Depends}
Suggests: libgdal20
Description: Documentation for the Geospatial Data Abstraction Library
GDAL is a translator library for raster geospatial data formats.
......@@ -291,8 +289,7 @@ Description: Python 3 bindings to the Geospatial Data Abstraction Library
Package: libgdal-perl
Architecture: any
Section: perl
Depends: libjs-jquery,
${perl:Depends},
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Perl bindings to the Geospatial Data Abstraction Library
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GDAL/OGR
Upstream-Contact: The GDAL/OGR project team, Frank Warmerdam <warmerdam@pobox.com>
Source: http://www.gdal.org/
......
usr/share/javascript/jquery/jquery.js usr/share/doc/libgdal-doc/gdal/jquery.js
usr/share/javascript/jquery/jquery.js usr/share/doc/libgdal-perl/html/jquery.js
Description: Fix generation of classes documentation in Perl bindings doxygen stuff.
Author: Francesco Paolo Lovergine <frankie@debian.org>
Last-Update: 2018-01-02
Forwarded: needed
Forwarded: https://github.com/ajolma/Geo-GDAL-2.02/pull/1
--- gdal.orig/swig/perl/Doxyfile
+++ gdal/swig/perl/Doxyfile
......
......@@ -75,7 +75,7 @@ gdal-mrsid-dist:
%:
if [ "$@" != "gdal-grass" -a "$@" != "gdal-ecw" -a "$@" != "gdal-mrsid" ]; then \
dh $@ --with autotools_dev,autoreconf,python2,python3 --parallel ; \
dh $@ --with autoreconf,python2,python3 --parallel ; \
fi
override_dh_clean:
......