[Git][debian-gis-team/satpy][master] 3 commits: Avoid recursive evaluation of variables
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Sep 21 11:26:09 BST 2024
Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits:
547db1de by Antonio Valentino at 2024-09-21T09:21:08+00:00
Avoid recursive evaluation of variables
- - - - -
e046185c by Antonio Valentino at 2024-09-21T10:01:15+00:00
Drop d/source/lintian-overrides
- - - - -
4675fbd5 by Antonio Valentino at 2024-09-21T10:01:16+00:00
Set distribution to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- − debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+satpy (0.51.0-2) unstable; urgency=medium
+
+ * debian/rules:
+ - Avoid recursive evaluation of variables (Closes: #1082394).
+ * Drop d/source/lintian-overrides, no longer needed.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 21 Sep 2024 08:49:42 +0000
+
satpy (0.51.0-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -53,7 +53,8 @@ and not test_sensor_no_files \
and not test_no_reader \
and not test_basic_check_satpy \
and not test_plugin_reader_available_readers \
-and not test_filenames_only" \
+and not test_filenames_only \
+and not test_add_grid_mapping_oblique_mercator" \
--ignore=${TESTDIR}/reader_tests/gms/test_gms5_vissr_l1b.py \
--ignore=${TESTDIR}/reader_tests/gms/test_gms5_vissr_navigation.py \
--ignore=${TESTDIR}/reader_tests/test_viirs_edr_active_fires.py \
@@ -65,7 +66,8 @@ export PYBUILD_DISABLE=test
endif
ifneq (,$(filter $(DEB_BUILD_ARCH),arm64))
-export PYBUILD_TEST_ARGS=$(PYBUILD_TEST_ARGS) --ignore=${TESTDIR}/test_regressions.py
+PYBUILD_TEST_ARGS+=--ignore=${TESTDIR}/test_regressions.py
+export PYBUILD_TEST_ARGS
endif
%:
=====================================
debian/source/lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-# False positive: detected violations actually refer to the uuid library (not to uu)
-# which is not deprecated
-uses-deprecated-python-stdlib uu (deprecated in Python 3.11, removed in Python 3.13) [*]
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/3dd7720e6c4c9b1a77b04c2dbc7532e0121bb99b...4675fbd5ff21258b719fdbd2327d3c7ca48f0d92
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/3dd7720e6c4c9b1a77b04c2dbc7532e0121bb99b...4675fbd5ff21258b719fdbd2327d3c7ca48f0d92
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/20240921/fd9dca1e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list