[Git][debian-gis-team/gdal][master] 8 commits: Doxygen issue forwarded to Perl binding maintainer

Sebastiaan Couwenberg gitlab at salsa.debian.org
Sat Jan 20 14:40:26 UTC 2018


Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / gdal


Commits:
1db4a123 by Francesco Paolo Lovergine at 2018-01-02T14:12:41+01:00
Doxygen issue forwarded to Perl binding maintainer

- - - - -
7fe00f92 by Francesco Paolo Lovergine at 2018-01-02T14:15:45+00:00
Removed libjs-query depedency

- - - - -
60e04cb5 by Francesco Paolo Lovergine at 2018-01-02T16:41:36+01:00
Removed links to external libjs-query

- - - - -
04a51ffe by Bas Couwenberg at 2018-01-02T16:46:57+01:00
Remove jquery symlinks and dependencies.

- - - - -
9951918f by Francesco Paolo Lovergine at 2018-01-02T16:12:15+00:00
Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/gdal

- - - - -
2a7a4cbe by Francesco Paolo Lovergine at 2018-01-02T16:17:15+00:00
Removed autotools_dev

- - - - -
7132fdd0 by Francesco Paolo Lovergine at 2018-01-02T16:20:13+00:00
Removed b-d on autotools-dev

- - - - -
d78cb6fe by Bas Couwenberg at 2018-01-20T15:39:39+01:00
Update copyright-format URL to use HTTPS.

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/copyright
- − debian/libgdal-doc.links
- − debian/libgdal-perl.links
- debian/patches/perl-doxyfile
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Tue, 02 Jan 2018 12:27:12 +0100
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
            Bas Couwenberg <sebastic at 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


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-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 at pobox.com>
 Source: http://www.gdal.org/


=====================================
debian/libgdal-doc.links deleted
=====================================
--- a/debian/libgdal-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/jquery/jquery.js usr/share/doc/libgdal-doc/gdal/jquery.js


=====================================
debian/libgdal-perl.links deleted
=====================================
--- a/debian/libgdal-perl.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/jquery/jquery.js usr/share/doc/libgdal-perl/html/jquery.js


=====================================
debian/patches/perl-doxyfile
=====================================
--- a/debian/patches/perl-doxyfile
+++ b/debian/patches/perl-doxyfile
@@ -1,7 +1,7 @@
 Description: Fix generation of classes documentation in Perl bindings doxygen stuff.
 Author: Francesco Paolo Lovergine <frankie at 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


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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:



View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/compare/ae91d3d13dfa786ef26acca6ff892aab7ec98267...d78cb6fee4577180387184fe02b280dcde2e6750

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/compare/ae91d3d13dfa786ef26acca6ff892aab7ec98267...d78cb6fee4577180387184fe02b280dcde2e6750
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180120/d10b901d/attachment-0001.html>


More information about the Pkg-grass-devel mailing list