Andreas Tille pushed to branch master at Debian Med / libensembl-bio-db-hts
Commits: e0aeb326 by Andreas Tille at 2019-11-20T17:49:25Z Try hard to tell where htslib can be found - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,5 @@ libensembl-bio-db-hts-perl (98+git20190710.83c9327-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) - TODO: https://metacpan.org/pod/Bio::SeqFeature::Lite -- Andreas Tille <[email protected]> Wed, 20 Nov 2019 14:15:23 +0100 ===================================== debian/control ===================================== @@ -8,6 +8,8 @@ Build-Depends: debhelper-compat (= 12), libmodule-build-perl, libhts-dev Build-Depends-Indep: perl, + libbio-perl-perl, + pkg-config Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/libensembl-bio-db-hts-perl Vcs-Git: https://salsa.debian.org/med-team/libensembl-bio-db-hts-perl.git ===================================== debian/rules ===================================== @@ -4,3 +4,8 @@ %: dh $@ + +override_dh_auto_configure: + # dh_auto_configure -- --prefix=/usr + # dh_auto_configure -- --htslib-includedir=/usr/include + HTSLIB_DIR=/usr/include dh_auto_configure View it on GitLab: https://salsa.debian.org/med-team/libensembl-bio-db-hts-perl/commit/e0aeb3267b56900163c4e6b760a5e48790d610eb -- View it on GitLab: https://salsa.debian.org/med-team/libensembl-bio-db-hts-perl/commit/e0aeb3267b56900163c4e6b760a5e48790d610eb 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
