[med-svn] [Git][med-team/mosdepth][master] Added -d:release
Steffen Möller
gitlab at salsa.debian.org
Tue Nov 3 21:36:02 GMT 2020
Steffen Möller pushed to branch master at Debian Med / mosdepth
Commits:
99e8a677 by Steffen Moeller at 2020-11-03T22:30:40+01:00
Added -d:release
- - - - -
3 changed files:
- debian/TODO
- debian/changelog
- debian/rules
Changes:
=====================================
debian/TODO
=====================================
@@ -1,3 +1,6 @@
Need to integrate https://github.com/38/d4-format
+task test, "run the tests":
+ exec "nim c --lineDir:on --debuginfo -r tests/all"
+
-- Steffen Mon, 02 Nov 2020 22:26:57 +0100
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mosdepth (0.3.1+ds-2) UNRELEASED; urgency=medium
+
+ * Set -d:release flag.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 03 Nov 2020 14:26:52 +0100
+
mosdepth (0.3.1+ds-1) unstable; urgency=medium
* Initial release (Closes: #973658)
=====================================
debian/rules
=====================================
@@ -11,7 +11,7 @@ include /usr/share/dpkg/default.mk
dh $@
override_dh_auto_build:
- nim c -p:/usr/share/nimble/unicodeplus -p:/usr/share/nimble/unicodedb -p:/usr/share/nimble/regex -p:/usr/share/nimble/docopt -p:/usr/share/nimble/hts --nimcache:$(CURDIR)/tests/nimcache mosdepth.nim
+ nim c -d:release -p:/usr/share/nimble/unicodeplus -p:/usr/share/nimble/unicodedb -p:/usr/share/nimble/regex -p:/usr/share/nimble/docopt -p:/usr/share/nimble/hts --nimcache:$(CURDIR)/tests/nimcache mosdepth.nim
help2man --no-info --no-discard-stderr --help-option="-h" ./mosdepth > debian/mosdepth.1
override_dh_auto_test:
View it on GitLab: https://salsa.debian.org/med-team/mosdepth/-/commit/99e8a677590be26e0cf35c6edae5205baee9c0c1
--
View it on GitLab: https://salsa.debian.org/med-team/mosdepth/-/commit/99e8a677590be26e0cf35c6edae5205baee9c0c1
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/debian-med-commit/attachments/20201103/13ef70c6/attachment-0001.html>
More information about the debian-med-commit
mailing list