[med-svn] [Git][med-team/hts-nim-tools][master] 3 commits: Ignore incompatible pointer types (Closes: #1075071)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Dec 2 09:08:59 GMT 2024
Andreas Tille pushed to branch master at Debian Med / hts-nim-tools
Commits:
541b8737 by Andreas Tille at 2024-12-02T10:03:31+01:00
Ignore incompatible pointer types (Closes: #1075071)
- - - - -
5d424fc5 by Andreas Tille at 2024-12-02T10:05:18+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
19b2a3c2 by Andreas Tille at 2024-12-02T10:07:07+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+hts-nim-tools (0.2.1-2) unstable; urgency=medium
+
+ * Team upload.
+ * Ignore incompatible pointer types
+ Closes: #1075071
+ * Standards-Version: 4.7.0 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Mon, 02 Dec 2024 10:06:01 +0100
+
hts-nim-tools (0.2.1-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 13),
nim-lapper-dev,
help2man,
libhts-dev
-Standards-Version: 4.5.0
+Standards-Version: 4.7.0
Homepage: https://github.com/brentp/hts-nim-tools
Vcs-Browser: https://salsa.debian.org/med-team/hts-nim-tools
Vcs-Git: https://salsa.debian.org/med-team/hts-nim-tools.git
=====================================
debian/rules
=====================================
@@ -11,7 +11,7 @@ override_dh_auto_build:
#nim c --nimcache:$(NIMCACHE) -p:/usr/share/nimble/unicodeplus -p:/usr/share/nimble/unicodedb -p:/usr/share/nimble/regex -p:/usr/share/nimble/docopt -p:/usr/share/nimble/kexpr -p:/usr/share/nimble/hts src/bam_filter.nim
#nim c --nimcache:$(NIMCACHE) -p:/usr/share/nimble/unicodeplus -p:/usr/share/nimble/unicodedb -p:/usr/share/nimble/regex -p:/usr/share/nimble/docopt -p:/usr/share/nimble/lapper -p:/usr/share/nimble/hts src/count_reads.nim
#nim c --nimcache:$(NIMCACHE) -p:/usr/share/nimble/unicodeplus -p:/usr/share/nimble/unicodedb -p:/usr/share/nimble/regex -p:/usr/share/nimble/docopt -p:/usr/share/nimble/lapper -p:/usr/lib/nim/pure -p:/usr/share/nimble/hts src/copy_number_sampler.nim
- nim c --debuginfo:on --nimcache:$(NIMCACHE) --out:bin/hts-nim-tools -p:/usr/share/nimble/unicodeplus -p:/usr/share/nimble/unicodedb -p:/usr/share/nimble/regex -p:/usr/share/nimble/docopt -p:/usr/share/nimble/lapper -p:/usr/share/nimble/kexpr -p:/usr/lib/nim/pure -p:/usr/share/nimble/hts src/hts_nim_tools.nim
+ nim c --passC:"-Wno-incompatible-pointer-types" --debuginfo:on --nimcache:$(NIMCACHE) --out:bin/hts-nim-tools -p:/usr/share/nimble/unicodeplus -p:/usr/share/nimble/unicodedb -p:/usr/share/nimble/regex -p:/usr/share/nimble/docopt -p:/usr/share/nimble/lapper -p:/usr/share/nimble/kexpr -p:/usr/lib/nim/pure -p:/usr/share/nimble/hts src/hts_nim_tools.nim
help2man --no-info --no-discard-stderr --help-option="-h" ./bin/hts-nim-tools > debian/hts-nim-tools.1
override_dh_dwz:
View it on GitLab: https://salsa.debian.org/med-team/hts-nim-tools/-/compare/ce3873c42cdf1dedc60a0de4dd70f77334e43226...19b2a3c24e3784398a21dbc3fb98f2e334420e6f
--
View it on GitLab: https://salsa.debian.org/med-team/hts-nim-tools/-/compare/ce3873c42cdf1dedc60a0de4dd70f77334e43226...19b2a3c24e3784398a21dbc3fb98f2e334420e6f
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/20241202/b45e6cb2/attachment-0001.htm>
More information about the debian-med-commit
mailing list