Andreas Tille pushed to branch master at Debian Med / mosdepth
Commits: 932b757a by Andreas Tille at 2019-04-13T13:40:15Z several nim libraries would be needed - giving up here - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,11 @@ mosdepth (0.2.5-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) + TODO: several nim libraries would be needed - giving up here + https://github.com/brentp/hts-nim + https://github.com/docopt/docopt.nim + https://github.com/nitely/nim-regex + https://github.com/nitely/nim-unicodedb + ... -- Andreas Tille <[email protected]> Sat, 13 Apr 2019 10:32:57 +0200 ===================================== debian/control ===================================== @@ -3,7 +3,9 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 12~) +Build-Depends: debhelper (>= 12~), + nim, + libpcre3-dev Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/mosdepth Vcs-Git: https://salsa.debian.org/med-team/mosdepth.git ===================================== debian/rules ===================================== @@ -20,12 +20,11 @@ include /usr/share/dpkg/default.mk %: dh $@ +override_dh_auto_build: + nimble build -y + ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected #override_dh_auto_test: #ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # do_stuff_for_testing #endif - -### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script -#get-orig-source: -# . debian/get-orig-source View it on GitLab: https://salsa.debian.org/med-team/mosdepth/commit/932b757acb1506c988d354c8740ec546537c194d -- View it on GitLab: https://salsa.debian.org/med-team/mosdepth/commit/932b757acb1506c988d354c8740ec546537c194d 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
