[Git][tex-team/latex-cjk-chinese-arphic][master] 2 commits: Squash all the different commits into a single commit
"Danai Sae-Han (@danai)" <[email protected]>
| Newsgroups | gmane.linux.debian.devel.tetex |
|---|---|
| Message-ID | <[email protected]> |
Danai Sae-Han pushed to branch master at Debian TeX Maintainers / Latex Cjk Chinese Arphic
Commits:
510486a1 by Danai Sae-Han at 2026-08-16T17:37:41+08:00
Squash all the different commits into a single commit
- - - - -
3b2d616a by Danai Sae-Han at 2026-08-16T17:37:41+08:00
Merge branch 'danai-master-patch-35894' into 'master'
Edit aa_gitlab-ci.yml to enable all CI/CD tests on Salsa
See merge request tex-team/latex-cjk-chinese-arphic!2
- - - - -
2 changed files:
- debian/aa_gitlab-ci.yml
- debian/rules
Changes:
=====================================
debian/aa_gitlab-ci.yml
=====================================
@@ -2,14 +2,13 @@ include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
-# This sample disables all default tests, only disable those that you
-# don't want
+# Only disable the CI tests that you don't want by setting the line to '1' instead of '0'
variables:
SALSA_CI_DISABLE_APTLY: 0
- SALSA_CI_DISABLE_AUTOPKGTEST: 1
- SALSA_CI_DISABLE_BLHC: 1
+ SALSA_CI_DISABLE_AUTOPKGTEST: 0
+ SALSA_CI_DISABLE_BLHC: 0
SALSA_CI_DISABLE_LINTIAN: 0
SALSA_CI_DISABLE_PIUPARTS: 0
- SALSA_CI_DISABLE_REPROTEST: 1
+ SALSA_CI_DISABLE_REPROTEST: 0
SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 0
SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 0
\ No newline at end of file
=====================================
debian/rules
=====================================
@@ -14,6 +14,15 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
endif
+# Fix for #1121401.
+# Also see https://lists.debian.org/debian-devel/2024/06/threads.html#00033
+# for a fundamental lack of standards in building reproducible packages.
+export LC_ALL=C.UTF-8
+#export LOCALE=C.UTF-8
+#export DEBCHANGE_TZ=UTC
+export TZ=UTC
+#export SOURCE_DATE_EPOCH=
+# dpkg-parsechangelog --format=rfc822 -S Timestamp
# Arphic PL fonts information
View it on GitLab: https://salsa.debian.org/tex-team/latex-cjk-chinese-arphic/-/compare/e338feb87e8a5627f29b38ee94e9deadd10e642f...3b2d616a5394d807e07dc027c0187bd4af858094
--
View it on GitLab: https://salsa.debian.org/tex-team/latex-cjk-chinese-arphic/-/compare/e338feb87e8a5627f29b38ee94e9deadd10e642f...3b2d616a5394d807e07dc027c0187bd4af858094
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help