Commit 932b757a authored by Andreas Tille's avatar Andreas Tille
Browse files

several nim libraries would be needed - giving up here

parent 85e98380
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
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@debian.org>  Sat, 13 Apr 2019 10:32:57 +0200
+3 −1
Original line number Diff line number Diff line
@@ -3,7 +3,9 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@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
+3 −4
Original line number Diff line number Diff line
@@ -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