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

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



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


Commits:
38f737e8 by Bas Couwenberg at 2023-08-13T10:44:10+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 @@ pyosmium (3.6.0-3) UNRELEASED; urgency=medium
 
   * Remove generated files in clean target.
   * Update lintian overrides.
+  * Use execute_after instead of override in rules file.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 11 Aug 2023 13:08:37 +0200
 


=====================================
debian/rules
=====================================
@@ -21,8 +21,6 @@ export VERBOSE=1
 	    --buildsystem pybuild \
 	    --with python3,sphinxdoc
 
-override_dh_auto_build-indep:
-	dh_auto_build --indep
-
+execute_after_dh_auto_build-indep:
 	(cd doc && make html)
 	(cd doc && make man)



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/38f737e8439d3f3c77952e3f53e0fab3944dab01

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/38f737e8439d3f3c77952e3f53e0fab3944dab01
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/f5122291/attachment.htm>


More information about the Pkg-grass-devel mailing list