From 986cbd71eb802604015bf75d887f4ad395a59f50 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 25 Jul 2022 18:20:03 +0300 Subject: disable testing in Debian packaging Sponsored-by: author --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index f2ea247..f931c71 100755 --- a/debian/rules +++ b/debian/rules @@ -6,10 +6,10 @@ override_dh_auto_clean: true +override_dh_auto_test: + true + override_dh_auto_build: - echo "$$PATH" - command -v cargo - command -v rustc true override_dh_auto_install: -- cgit v1.2.1 From 2f9a871d42fced252905f1e98d1218bfec912ee0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 25 Jul 2022 18:29:27 +0300 Subject: fix: comment out unused embedded files Sponsored-by: author --- riki.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/riki.md b/riki.md index 62093ff..6fc0d53 100644 --- a/riki.md +++ b/riki.md @@ -247,11 +247,13 @@ then AST of site/page.mdwn matches that of output/page.html ~~~ + ### Horizontal rule @@ -307,11 +309,12 @@ when I run riki build --plain-body site output then AST of site/page.mdwn matches that of output/page.html ~~~ - + ### Task list -- cgit v1.2.1