Antonio Valentino pushed to branch master at Debian GIS Project / mintpy
Commits: f658edfd by Antonio Valentino at 2022-11-19T10:32:56+00:00 Fix dependencies - - - - - b7ea0755 by Antonio Valentino at 2022-11-19T10:33:31+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +mintpy (1.5.0-2) unstable; urgency=medium + + * Fix dependencies: + - python3-gdal is now a regular dependency + - python3-pyfftw is now recommended. + + -- Antonio Valentino <[email protected]> Sat, 19 Nov 2022 10:33:02 +0000 + mintpy (1.5.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -39,13 +39,13 @@ Homepage: https://github.com/insarlab/MintPy Package: python3-mintpy Architecture: all -Depends: python3-distributed, +Depends: ${python3:Depends}, + ${misc:Depends}, + python3-distributed, python3-pysolid, - ${python3:Depends}, - ${misc:Depends} -Suggests: python-mintpy-doc, - python3-gdal, - python3-pyfftw + python3-gdal +Recommends: python3-pyfftw +Suggests: python-mintpy-doc Description: Miami INsar Time-series software in PYthon The Miami INsar Time-series software in PYthon (MintPy as /mInt paI/) is an open-source package for Interferometric Synthetic Aperture Radar View it on GitLab: https://salsa.debian.org/debian-gis-team/mintpy/-/compare/1452c57cf66bdbd4702c16a32d76178ff4914b73...b7ea0755168f1cea2bd95201d16037136904051b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mintpy/-/compare/1452c57cf66bdbd4702c16a32d76178ff4914b73...b7ea0755168f1cea2bd95201d16037136904051b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
