[Git][debian-gis-team/pyresample][master] 4 commits: Remove unnecessary versioned dependency

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Sep 26 08:20:13 BST 2021



Antonio Valentino pushed to branch master at Debian GIS Project / pyresample


Commits:
4fa75e6c by Antonio Valentino at 2021-09-26T06:51:00+00:00
Remove unnecessary versioned dependency

- - - - -
7a72342f by Antonio Valentino at 2021-09-26T06:52:05+00:00
Clean d/changelog

- - - - -
08dfd031 by Antonio Valentino at 2021-09-26T07:09:18+00:00
Add Forwarded tag to 0003-Fix-mathjax-path.patch

- - - - -
c181825f by Antonio Valentino at 2021-09-26T07:09:57+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/patches/0003-Fix-mathjax-path.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-pyresample (1.21.1-1) UNRELEASED; urgency=medium
+pyresample (1.21.1-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]
   * Bump Standards-Version to 4.6.0, no changes.
@@ -7,16 +7,12 @@ pyresample (1.21.1-1) UNRELEASED; urgency=medium
   [ Antonio Valentino ]
   * New upstream release (Closes: #985019).
   * Update debian/copyright file.
+  * debian/control:
+    - remove unnecessary versioned dependenvy (pykdtree).
   * debian/patches:
-    - new 0003-Fix-fill-value-computation.patch.
-      The problem was not just a SyntaxWarning but a bug
-      causing the incorrect mamagement of the fill value
-      for the EWA interpolation (Closes: #985019).
-  * debian/patches:
-    - drop 0003-Fix-fill-value-computation.patch, no longer needed.
     - New 0003-Fix-mathjax-path.patch.
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 13 Mar 2021 09:02:15 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 26 Sep 2021 07:09:39 +0000
 
 pyresample (1.17.0+ds-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -3,7 +3,6 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: python
 Priority: optional
-Rules-Requires-Root: no
 Build-Depends: cython3,
                debhelper-compat (= 12),
                dh-python,
@@ -17,7 +16,7 @@ Build-Depends: cython3,
                python3-numexpr,
                python3-numpy,
                python3-pil,
-               python3-pykdtree (>= 1.3.1),
+               python3-pykdtree,
                python3-pyproj (>= 2.3.1),
                python3-pytest,
                python3-rasterio,
@@ -32,6 +31,7 @@ Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyresample
 Vcs-Git: https://salsa.debian.org/debian-gis-team/pyresample.git
 Homepage: https://github.com/pytroll/pyresample
+Rules-Requires-Root: no
 
 Package: python3-pyresample
 Architecture: any
@@ -39,7 +39,7 @@ Depends: python-pyresample-test,
          python3-configobj,
          python3-numpy,
          python3-pyproj (>= 2.3.1),
-         python3-pykdtree (>= 1.3.1),
+         python3-pykdtree,
          python3-rasterio,
          python3-yaml,
          ${python3:Depends},


=====================================
debian/patches/0003-Fix-mathjax-path.patch
=====================================
@@ -2,6 +2,7 @@ From: Antonio Valentino <antonio.valentino at tiscali.it>
 Date: Sun, 26 Sep 2021 06:38:12 +0000
 Subject: Fix mathjax path
 
+Forwarded: not-needed
 ---
  docs/source/conf.py | 1 +
  1 file changed, 1 insertion(+)



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/20130e1dae5fd24e53923b53ed6a3bf273b4f5fd...c181825fd1e3071dd65f5250befc527af3a414cc

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/20130e1dae5fd24e53923b53ed6a3bf273b4f5fd...c181825fd1e3071dd65f5250befc527af3a414cc
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/20210926/5f524fec/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list