[med-svn] [Git][med-team/megahit][master] Python3 build depends and dependency
Shayan Doust
gitlab at salsa.debian.org
Fri Nov 1 22:33:50 GMT 2019
Shayan Doust pushed to branch master at Debian Med / megahit
Commits:
42a063eb by Shayan Doust at 2019-10-31T14:36:25Z
Python3 build depends and dependency
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -6,7 +6,8 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
cmake,
zlib1g-dev,
- g++
+ python3-all,
+ dh-python
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/megahit
Vcs-Git: https://salsa.debian.org/med-team/megahit.git
@@ -16,6 +17,7 @@ Package: megahit
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
+ ${python3:Depends},
bzip2,
python3-all
Description: ultra-fast and memory-efficient meta-genome assembler
=====================================
debian/rules
=====================================
@@ -9,4 +9,4 @@ include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@
+ dh $@ --with python3
View it on GitLab: https://salsa.debian.org/med-team/megahit/commit/42a063eb2aa8507750e0a594a0da3f2ada486169
--
View it on GitLab: https://salsa.debian.org/med-team/megahit/commit/42a063eb2aa8507750e0a594a0da3f2ada486169
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/20191101/5db70074/attachment.html>
More information about the debian-med-commit
mailing list