[Git][debian-gis-team/pywps][master] Use execute_after instead of override in rules file.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 13 11:01:22 BST 2023



Bas Couwenberg pushed to branch master at Debian GIS Project / pywps


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

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -7,6 +7,7 @@ pywps (4.5.2-3) UNRELEASED; urgency=medium
   * Bump debhelper compat to 13.
   * Don't set environment variables in dh_auto_test override.
   * Remove generated files in clean target.
+  * Use execute_after instead of override in rules file.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 22 Dec 2022 20:53:43 +0100
 


=====================================
debian/rules
=====================================
@@ -18,9 +18,7 @@ export OFFLINE_TESTS=1
 %:
 	dh $@ --with apache2,python3,sphinxdoc --buildsystem=pybuild
 
-override_dh_auto_build:
-	dh_auto_build
-
+execute_after_dh_auto_build:
 	(cd docs && PYTHONPATH=$(CURDIR) $(MAKE) html && \
 	 ln -s /usr/share/javascript/mathjax _build/html/_static/)
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/48b314f2f23ff63a2c68cb2535a8cf109679c2f0

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/48b314f2f23ff63a2c68cb2535a8cf109679c2f0
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/049d8492/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list