[med-svn] [Git][med-team/allelecount][master] Try building perl support
Andreas Tille
gitlab at salsa.debian.org
Mon May 11 16:53:51 BST 2020
Andreas Tille pushed to branch master at Debian Med / allelecount
Commits:
25618bb9 by Andreas Tille at 2020-05-11T17:53:37+02:00
Try building perl support
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -5,7 +5,14 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
libhts-dev,
- libbz2-dev
+ libbz2-dev,
+ libconst-fast-perl,
+ libdevel-cover-perl,
+ libfile-slurp-perl,
+ libfile-which-perl,
+ libipc-system-simple-perl,
+ libpod-coverage-perl,
+ libtest-fatal-perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/allelecount
Vcs-Git: https://salsa.debian.org/med-team/allelecount.git
=====================================
debian/rules
=====================================
@@ -20,6 +20,18 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --sourcedirectory=c
+override_dh_auto_build:
+ dh_auto_build
+ cd perl && perl Makefile.PL INSTALL_BASE=/usr
+
+override_dh_auto_test:
+ dh_auto_test
+ cd perl && make test
+
+override_dh_auto_install:
+ dh_auto_install
+ cd perl && make install
+
### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
View it on GitLab: https://salsa.debian.org/med-team/allelecount/-/commit/25618bb99b38e9bb739150929647cdce88170372
--
View it on GitLab: https://salsa.debian.org/med-team/allelecount/-/commit/25618bb99b38e9bb739150929647cdce88170372
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/20200511/d7cff7e3/attachment-0001.html>
More information about the debian-med-commit
mailing list