Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 995100b4 authored by THIBAULT Samuel's avatar THIBAULT Samuel
Browse files

rules: Force latex to use the packaging date

parent fe6c66b9
No related branches found
No related tags found
No related merge requests found
Pipeline #199859 passed
...@@ -4,6 +4,7 @@ vite (1.2+svn+git4.c6c0ce7-2) UNRELEASED; urgency=medium ...@@ -4,6 +4,7 @@ vite (1.2+svn+git4.c6c0ce7-2) UNRELEASED; urgency=medium
* rules,clean: Use dh_clean instead of a toclean file. * rules,clean: Use dh_clean instead of a toclean file.
* patches/reproducibility: Set the help dialog date to the Debian packaging * patches/reproducibility: Set the help dialog date to the Debian packaging
date. date.
* rules: Force latex to use the packaging date.
-- Samuel Thibault <sthibault@debian.org> Tue, 03 Nov 2020 22:57:42 +0100 -- Samuel Thibault <sthibault@debian.org> Tue, 03 Nov 2020 22:57:42 +0100
......
...@@ -11,8 +11,8 @@ override_dh_auto_configure: ...@@ -11,8 +11,8 @@ override_dh_auto_configure:
override_dh_auto_build: override_dh_auto_build:
dh_auto_build dh_auto_build
$(MAKE) -C docs/user_manual FORCE_SOURCE_DATE=1 $(MAKE) -C docs/user_manual
$(MAKE) -C docs/technical_manual FORCE_SOURCE_DATE=1 $(MAKE) -C docs/technical_manual
override_dh_auto_clean: override_dh_auto_clean:
$(MAKE) -C docs/user_manual clean $(MAKE) -C docs/user_manual clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment