[med-svn] [Git][med-team/mosdepth][master] several nim libraries would be needed - giving up here
Andreas Tille
gitlab at salsa.debian.org
Sat Apr 13 14:40:25 BST 2019
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 <tille at debian.org> Sat, 13 Apr 2019 10:32:57 +0200
=====================================
debian/control
=====================================
@@ -3,7 +3,9 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190413/ef3f626e/attachment-0001.html>
More information about the debian-med-commit
mailing list