[Git][debian-gis-team/pyorbital][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 09:43:43 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / pyorbital
Commits:
5411c493 by Bas Couwenberg at 2023-08-13T10:41:28+02:00
Use execute_after instead of override in rules file.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ pyorbital (1.8.0-2) UNRELEASED; urgency=medium
* Team upload.
* Remove generated files in clean target.
+ * Use execute_after instead of override in rules file.
-- Bas Couwenberg <sebastic at debian.org> Fri, 11 Aug 2023 15:57:46 +0200
=====================================
debian/rules
=====================================
@@ -4,31 +4,23 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
-
export PYBUILD_NAME=pyorbital
-
%:
dh $@ --with python3,numpy3,sphinxdoc --buildsystem=pybuild
-
-override_dh_auto_build: export http_proxy=127.0.0.1:9
-override_dh_auto_build: export https_proxy=127.0.0.1:9
-override_dh_auto_build:
- dh_auto_build --buildsystem=pybuild
+execute_after_dh_auto_build: export http_proxy=127.0.0.1:9
+execute_after_dh_auto_build: export https_proxy=127.0.0.1:9
+execute_after_dh_auto_build:
ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
PYTHONPATH=. python3 -m sphinx -N -bhtml doc/source/ doc/build/html # HTML generator
endif
-
-override_dh_auto_install:
- dh_auto_install --buildsystem=pybuild
+execute_after_dh_auto_install:
mv debian/python3-pyorbital/usr/bin/fetch_tles.py debian/python3-pyorbital/usr/bin/fetch_tles
-
override_dh_python3:
dh_python3 -ppython3-pyorbital
-
override_dh_numpy3:
dh_numpy3 -ppython3-pyorbital
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/-/commit/5411c493d6fc78a67b294898c466467deafb77ff
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/-/commit/5411c493d6fc78a67b294898c466467deafb77ff
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/20230813/a0eab89f/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list