[Git][debian-gis-team/saga][master] 4 commits: Close bug in changelog.

Bas Couwenberg gitlab at salsa.debian.org
Sat Jul 13 14:53:50 BST 2019



Bas Couwenberg pushed to branch master at Debian GIS Project / saga


Commits:
bf8a210f by Bas Couwenberg at 2019-07-13T11:01:08Z
Close bug in changelog.

- - - - -
8fa096dc by Bas Couwenberg at 2019-07-13T11:28:24Z
Revert "Add lintian overrides for usr-share-doc-symlink-to-foreign-package."

This reverts commit 9a707464b6007e09c516edd73055d0c096cab403.

- - - - -
cfbb6a22 by Bas Couwenberg at 2019-07-13T12:35:53Z
Switch to Python 3.

- - - - -
ce0f3d23 by Bas Couwenberg at 2019-07-13T13:24:44Z
Update library package names in control file.

- - - - -


9 changed files:

- debian/changelog
- debian/control
- debian/control.in
- − debian/libsaga-api-7.3.0-dbgsym.lintian-overrides
- − debian/libsaga-gdi-7.3.0-dbgsym.lintian-overrides
- − debian/python-saga.install
- + debian/python3-saga.install
- debian/rules
- debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -7,12 +7,13 @@ saga (7.3.0+dfsg-1~exp1) UNRELEASED; urgency=medium
     - Update paths for moved files
     - Drop idw source files, removed upstream
   * Add patch to fix spelling errors.
-  * Add lintian overrides for usr-share-doc-symlink-to-foreign-package.
+  * Switch to Python 3.
 
   [ Johan Van de Wauw ]
   * Also watch for new LTR release
   * Adjust files-excluded paths
   * New upstream version 7.3.0+dfsg
+    (closes: #931941)
   * Use system version of svm
   * Bump saga api packages to new version
   * Add libdxf patch


=====================================
debian/control
=====================================
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9),
                libsvm-dev,
                libvigraimpex-dev,
                libwxgtk3.0-dev,
-               python-dev,
+               python3-dev,
                swig
 Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/saga
@@ -61,8 +61,8 @@ Package: libsaga-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libsaga-api-2.3.1 (= ${binary:Version}),
-         libsaga-gdi-2.3.1 (= ${binary:Version}),
+Depends: libsaga-api-7.3.0 (= ${binary:Version}),
+         libsaga-gdi-7.3.0 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: saga (= ${binary:Version})
 Description: SAGA GIS development files
@@ -72,7 +72,7 @@ Description: SAGA GIS development files
  This package contains the header files for developing with SAGA.
  Install this package if you wish to develop software that uses the SAGA API.
 
-Package: libsaga-api-2.3.1
+Package: libsaga-api-7.3.0
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -85,7 +85,7 @@ Description: SAGA GIS shared libraries
  .
  This package contains the library files for developing with SAGA.
 
-Package: libsaga-gdi-2.3.1
+Package: libsaga-gdi-7.3.0
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -101,21 +101,21 @@ Description: SAGA GIS shared library (graphical models)
 Package: libsaga
 Architecture: all
 Section: oldlibs
-Depends: libsaga-api-2.3.1,
-         libsaga-gdi-2.3.1,
+Depends: libsaga-api-7.3.0,
+         libsaga-gdi-7.3.0,
          ${misc:Depends}
 Description: SAGA GIS shared libraries - transitional package
  SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
  information system used for editing and analysing spatial data.
  .
  This package is a transitional package from libsaga to
- libsaga-api-2.3.1 and libsaga-gdi-2.3.1.
+ libsaga-api-7.3.0 and libsaga-gdi-7.3.0.
  It can safely be removed.
 
-Package: python-saga
+Package: python3-saga
 Architecture: any
 Section: python
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
 Suggests: saga (= ${binary:Version})


=====================================
debian/control.in
=====================================
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9),
                libsvm-dev,
                libvigraimpex-dev,
                libwxgtk3.0-dev,
-               python-dev,
+               python3-dev,
                swig
 Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/saga
@@ -112,10 +112,10 @@ Description: SAGA GIS shared libraries - transitional package
  libsaga-api- at VERSION@ and libsaga-gdi- at VERSION@.
  It can safely be removed.
 
-Package: python-saga
+Package: python3-saga
 Architecture: any
 Section: python
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
 Suggests: saga (= ${binary:Version})


=====================================
debian/libsaga-api-7.3.0-dbgsym.lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-# False positive, dbgsym is auto built from same source.
-usr-share-doc-symlink-to-foreign-package *
-


=====================================
debian/libsaga-gdi-7.3.0-dbgsym.lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-# False positive, dbgsym is auto built from same source.
-usr-share-doc-symlink-to-foreign-package *
-


=====================================
debian/python-saga.install deleted
=====================================
@@ -1,2 +0,0 @@
-usr/lib/python*/dist-packages/*.so
-usr/lib/python*/dist-packages/*.py


=====================================
debian/python3-saga.install
=====================================
@@ -0,0 +1 @@
+usr/lib/python*


=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ templates:
 	done
 
 %:
-	dh $@ --with python2 --with autoreconf --parallel
+	dh $@ --with python3 --with autoreconf --parallel
 
 override_dh_clean:
 	dh_clean src/saga_core/saga_api/saga_api.py saga_cmd.1 saga_gui.1
@@ -52,8 +52,5 @@ override_dh_auto_install:
 override_dh_install:
 	dh_install --list-missing
 
-override_dh_python2:
-	dh_python2 --no-guessing-versions
-
 override_dh_makeshlibs:
-	dh_makeshlibs -Xpython-saga
+	dh_makeshlibs -Xpython3-saga


=====================================
debian/source/lintian-overrides
=====================================
@@ -1,6 +1,3 @@
 # Not worth the effort
 testsuite-autopkgtest-missing
 
-# Only a single Python version is supported during the build
-python-foo-but-no-python3-foo python-saga
-



View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/compare/9a707464b6007e09c516edd73055d0c096cab403...ce0f3d23248d67baac7ec9f50341412ae7e7cb62

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/compare/9a707464b6007e09c516edd73055d0c096cab403...ce0f3d23248d67baac7ec9f50341412ae7e7cb62
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190713/7e11b605/attachment-0001.html>


More information about the Pkg-grass-devel mailing list