Skip to content
Commits on Source (4)
qtltools (1.2+dfsg-3) UNRELEASED; urgency=medium
* Team upload.
* Make really sure examples.tar.xz will not contain itself
* debhelper-compat 12
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
-- Andreas Tille <tille@debian.org> Sat, 11 Jan 2020 19:40:18 +0100
qtltools (1.2+dfsg-2) unstable; urgency=medium
* Team upload.
......
......@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
libblas-dev,
libboost-iostreams-dev,
libboost-program-options-dev,
......
......@@ -19,5 +19,6 @@ override_dh_auto_clean:
dh_auto_clean
override_dh_install:
cd debian/upstream.example && find -type f | LC_ALL=C sort | tar -T - --sort=name --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner -Jcvf examples.tar.xz
cd debian/upstream.example && find -type f | LC_ALL=C sort | grep -v examples.tar.xz | \
tar -T - --sort=name --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner -Jcvf examples.tar.xz
dh_install
Contact: Olivier Delaneau <olivier.delaneau at gmail.com>
Name: QTLtools
Reference:
- Author: >
Olivier Delaneau and Halit Ongen and Andrew A. Brown and Alexandre
......@@ -21,8 +19,7 @@ Reference:
Journal: Bioinformatics
Year: 2017
DOI: 10.1093/bioinformatics/btx074
URL: "https://academic.oup.com/bioinformatics/article-lookup/doi/\
10.1093/bioinformatics/btx074"
URL: https://academic.oup.com/bioinformatics/article-lookup/doi/10.1093/bioinformatics/btx074
Registry:
- Name: SciCrunch
Entry: NA
......