[Git][debian-gis-team/pycoast][master] Set LANGUAGE in d/rles to ensire reproducible builds
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Fri Nov 4 06:36:12 GMT 2022
Antonio Valentino pushed to branch master at Debian GIS Project / pycoast
Commits:
45cc71da by Antonio Valentino at 2022-11-04T06:35:44+00:00
Set LANGUAGE in d/rles to ensire reproducible builds
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pycoast (1.6.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - set LANGUAGE to ensure reproducible builds.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Fri, 04 Nov 2022 06:34:46 +0000
+
pycoast (1.6.0+dfsg-1) unstable; urgency=medium
[ Bas Couwenberg ]
=====================================
debian/rules
=====================================
@@ -26,9 +26,18 @@ and not test_western_shapes_pil"
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+override_dh_auto_build-indep:
+ dh_auto_build -i
+ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+ cd docs && \
+ sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/
+ rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees
+endif
override_dh_auto_build:
dh_auto_build --buildsystem=pybuild
+ env http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \
+ LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 \
$(MAKE) -C docs html
$(RM) -r docs/build/html/_images
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/commit/45cc71dabbd6bc8bcc2a3bff182297ce5885d971
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/commit/45cc71dabbd6bc8bcc2a3bff182297ce5885d971
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/20221104/22fd2a01/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list