[Git][debian-gis-team/pyresample][master] 3 commits: Do not remove .egg-info
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Oct 15 10:39:02 BST 2022
Antonio Valentino pushed to branch master at Debian GIS Project / pyresample
Commits:
01df6277 by Antonio Valentino at 2022-10-15T09:24:03+00:00
Do not remove .egg-info
- - - - -
1fb33cd6 by Antonio Valentino at 2022-10-15T09:29:32+00:00
Re-enable all tests
- - - - -
57f10524 by Antonio Valentino at 2022-10-15T09:32:52+00:00
Set distribution to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
-pyresample (1.25.1-2) UNRELEASED; urgency=medium
+pyresample (1.25.1-2) unstable; urgency=medium
* Fix d/copyright formatting.
+ * debian/rules:
+ - do not remove .egg-info files
+ - re-enable all tests.
- -- Antonio Valentino <antonio.valentino at tiscali.it> Wed, 10 Aug 2022 06:32:46 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 15 Oct 2022 09:32:29 +0000
pyresample (1.25.1-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -9,8 +9,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=pyresample
export USE_CYTHON=True
-# exclude tests that work only when the package is installed
-export PYBUILD_TEST_ARGS=-k "not test_minimal_resamplers_exist"
%:
@@ -31,7 +29,6 @@ override_dh_auto_install:
dh_auto_install -ppython-pyresample-test --buildsystem=pybuild
dh_auto_install -X.dat -X.npz --buildsystem=pybuild --remaining
$(RM) -r debian/python3-pyresample/usr/lib/python3*/dist-packages/pyresample/test/test_files
- $(RM) -r debian/python3-pyresample/usr/lib/python3.??/dist-packages/pyresample-*-info
override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/62d79f64320f20faeb906a1bcfccf652a00592b8...57f105243c6caf1132a9c98c37cc90aa66d22fd0
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/62d79f64320f20faeb906a1bcfccf652a00592b8...57f105243c6caf1132a9c98c37cc90aa66d22fd0
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/20221015/3d5a07aa/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list