Steffen Möller pushed to branch master at Debian Med / nim-lapper


Commits:
63ac4da4 by Steffen Möller at 2020-11-04T19:01:23+01:00
Requesting peer review

- - - - -


2 changed files:

- debian/nim-lapper-dev.docs
- debian/rules


Changes:

=====================================
debian/nim-lapper-dev.docs
=====================================
@@ -1,4 +1,5 @@
-lapper.html
-nimdoc.out.css
+# fails in cowbuilder
+#lapper.html
+#nimdoc.out.css
 README.md
 example.nim


=====================================
debian/rules
=====================================
@@ -18,12 +18,14 @@
        dh $@
 
 override_dh_auto_build:
-       nim doc2 src/lapper
+       # fails in cowbuilder
+       #nim --nimcache:$(CURDIR)/tests/nimcache doc2 src/lapper
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-       nim c -d:release --lineDir:on -r src/lapper
+       nim c --nimcache:$(CURDIR)/nimcache -d:release --lineDir:on -r 
src/lapper
 endif
 
 override_dh_auto_clean:
        rm -f nimdoc.out.css lapper.html src/lapper
+       rm -rf $(CURDIR)/nimcache



View it on GitLab: 
https://salsa.debian.org/med-team/nim-lapper/-/commit/63ac4da4dbaaf81a13e133785f9acb58fc42d56d

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/nim-lapper/-/commit/63ac4da4dbaaf81a13e133785f9acb58fc42d56d
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to