[Git][debian-gis-team/mapraster][master] 2 commits: Improve build reproducibility
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Jan 10 18:01:07 GMT 2026
Antonio Valentino pushed to branch master at Debian GIS Project / mapraster
Commits:
8de9df65 by Antonio Valentino at 2026-01-10T17:58:14+00:00
Improve build reproducibility
- - - - -
bbe8a368 by Antonio Valentino at 2026-01-10T17:59:45+00:00
Allow debrebuild to fail
- - - - -
2 changed files:
- debian/.gitlab-ci.yml
- debian/rules
Changes:
=====================================
debian/.gitlab-ci.yml
=====================================
@@ -4,3 +4,6 @@ include:
variables:
SALSA_CI_ENABLE_VALIDATE_PACKAGE_CLEAN_UP: 1
+
+debrebuild:
+ allow_failure: true
=====================================
debian/rules
=====================================
@@ -17,5 +17,10 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
data=sys.stdin.read();\
print(re.sub(r'<div class=\"highlight\"><pre>\s+mkdir -p failed(.*\s){2}</pre></div>', '', data, count=1, flags=re.M))" \
> $(CURDIR)/.pybuild/docs/html/examples/how_to_use.html
+ cat $(CURDIR)/.pybuild/docs/html/examples/test_map_raster_visualization.html |\
+ python3 -c "import re, sys;\
+ data=sys.stdin.read();\
+ print(re.sub(r'<div class=\"highlight\"><pre>\s+mkdir -p failed(.*\s){2}</pre></div>', '', data, count=1, flags=re.M))" \
+ > $(CURDIR)/.pybuild/docs/html/examples/test_map_raster_visualization.html
endif
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapraster/-/compare/6798fd5277aaa6df6dac91e16e8e438425dec10f...bbe8a368d2a753159b55b42f37a87648e49510cc
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapraster/-/compare/6798fd5277aaa6df6dac91e16e8e438425dec10f...bbe8a368d2a753159b55b42f37a87648e49510cc
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/20260110/b2125847/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list