[med-svn] [Git][med-team/graphbin][master] Add dependencies for graphbin and install graphbin (not yet other files)
Shayan Doust
gitlab at salsa.debian.org
Tue Jul 14 20:36:03 BST 2020
Shayan Doust pushed to branch master at Debian Med / graphbin
Commits:
06ea09c1 by Shayan Doust at 2020-07-14T20:35:29+01:00
Add dependencies for graphbin and install graphbin (not yet other files)
- - - - -
3 changed files:
- debian/control
- + debian/graphbin.install
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -3,16 +3,21 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Shayan Doust <hello at shayandoust.me>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: debhelper-compat (= 13),
+ python3-all,
+ dh-python
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/graphbin
Vcs-Git: https://salsa.debian.org/med-team/graphbin.git
Homepage: https://github.com/Vini2/GraphBin
Package: graphbin
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Architecture: all
+Depends: ${python3:Depends},
+ ${misc:Depends},
+ python3-biopython,
+ python3-igraph,
+ python3-cairocffi
Description: refined binning of metagenomic contigs using assembly graphs
GraphBin is a NGS data-based metagenomic contig bin refinment tool that
makes use of the contig connectivity information from the assembly graph
=====================================
debian/graphbin.install
=====================================
@@ -0,0 +1 @@
+graphbin.py usr/bin
=====================================
debian/rules
=====================================
@@ -9,5 +9,10 @@ include /usr/share/dpkg/default.mk
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@
+ dh $@ --with python3
+
+override_dh_install:
+ dh_install
+ mv debian/graphbin/usr/bin/graphbin.py debian/graphbin/usr/bin/graphbin
+ chmod +x debian/graphbin/usr/bin/graphbin
View it on GitLab: https://salsa.debian.org/med-team/graphbin/-/commit/06ea09c1dd4de372ec3de5182c42d235986b683a
--
View it on GitLab: https://salsa.debian.org/med-team/graphbin/-/commit/06ea09c1dd4de372ec3de5182c42d235986b683a
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/20200714/92bcc312/attachment-0001.html>
More information about the debian-med-commit
mailing list