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

Bas Couwenberg gitlab at salsa.debian.org
Sun Jul 21 17:58:36 BST 2019



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


Commits:
c45fe3b6 by Bas Couwenberg at 2019-07-21T16:16:31Z
Close bug in changelog.

- - - - -
6312da6c by Bas Couwenberg at 2019-07-21T16:49:14Z
Add ${python3:Provides} to arch: any packages.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- + debian/python-pyresample-test.lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,11 @@
 pyresample (1.12.3-4) unstable; urgency=medium
 
+  [ Antonio Valentino ]
   * Drop Python 2 support.
+    (closes: #932621)
+
+  [ Bas Couwenberg ]
+  * Add ${python3:Provides} to arch: any packages.
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 21 Jul 2019 15:29:47 +0000
 


=====================================
debian/control
=====================================
@@ -30,17 +30,17 @@ Homepage: https://github.com/pytroll/pyresample
 
 Package: python3-pyresample
 Architecture: any
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         ${shlibs:Depends},
-         python-pyresample-test,
+Depends: python-pyresample-test,
          python3-configobj,
          python3-numpy,
          python3-pyproj,
          python3-pykdtree (>= 1.3.1),
          python3-rasterio,
          python3-six,
-         python3-yaml
+         python3-yaml,
+         ${python3:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: python3-cartopy,
             python3-dask,
             python3-matplotlib,
@@ -50,6 +50,7 @@ Recommends: python3-cartopy,
             python3-xarray
 Suggests: python-pyresample-doc,
           python3-mpltoolkits.basemap
+Provides: ${python3:Provides}
 Description: Resampling of remote sensing data in Python 3
  Pyresample is a Python package for resampling (reprojection) of earth
  observing satellite data. It handles both resampling of gridded data
@@ -82,8 +83,8 @@ Description: Resampling of remote sensing data in Python (documentation)
 Package: python-pyresample-test
 Architecture: all
 Multi-Arch: foreign
-Depends: ${misc:Depends},
-         python-mock
+Depends: python3-mock,
+         ${misc:Depends}
 Description: Resampling of remote sensing data in Python (test suite)
  Pyresample is a Python package for resampling (reprojection) of earth
  observing satellite data. It handles both resampling of gridded data


=====================================
debian/python-pyresample-test.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# the package only contains common test data and both packages for python2
+# and python3 depend on it
+python-package-depends-on-package-from-other-python-variant Depends: python3-*



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/compare/d068e9efc806c795034126514d658e3861d8d288...6312da6c0ac3b0c2dd42af1cff2c337df4223aa9

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/compare/d068e9efc806c795034126514d658e3861d8d288...6312da6c0ac3b0c2dd42af1cff2c337df4223aa9
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/20190721/f01bd7a4/attachment-0001.html>


More information about the Pkg-grass-devel mailing list