Bas Couwenberg pushed to branch master at Debian GIS Project / python-geopandas


Commits:
60f8ead8 by Bas Couwenberg at 2023-08-13T11:17:56+02:00
Use execute_after instead of override in rules file.

- - - - -


3 changed files:

- debian/changelog
- debian/clean
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ python-geopandas (0.13.2-4) UNRELEASED; urgency=medium
   * Team upload.
   * Remove generated files in clean target.
   * Add patch to fix pytz.exceptions.UnknownTimeZoneError.
+  * Use execute_after instead of override in rules file.
 
  -- Bas Couwenberg <[email protected]>  Fri, 11 Aug 2023 16:37:28 +0200
 


=====================================
debian/clean
=====================================
@@ -1 +1,2 @@
 *-info/
+geopandas/version.py


=====================================
debian/rules
=====================================
@@ -19,12 +19,7 @@ export PYBUILD_TEST_ARGS=-v \
 %:
        dh  $@ --with python3,numpy3 --buildsystem pybuild
 
-override_dh_clean:
-       dh_clean
-       rm -f geopandas/version.py
-
-override_dh_auto_install:
-       dh_auto_install
+execute_after_dh_auto_install:
        # Remove README with privacy-breach issues
        $(RM) 
debian/*/usr/lib/python*/dist-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.README.html
        $(RM) -r debian/*/usr/lib/python*/dist-packages/examples



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/60f8ead835df7ae3dc4ff1d420abd7f1a2ac734b

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/60f8ead835df7ae3dc4ff1d420abd7f1a2ac734b
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

Reply via email to