[med-svn] [Git][med-team/python-dnaio][master] Make it to build

Liubov Chuprikova gitlab at salsa.debian.org
Sun Jun 23 00:25:51 BST 2019



Liubov Chuprikova pushed to branch master at Debian Med / python-dnaio


Commits:
c4808987 by Liubov Chuprikova at 2019-06-22T23:25:28Z
Make it to build

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -3,15 +3,25 @@ Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Liubov Chuprikova <chuprikovalv at gmail.com>
-Build-Depends: debhelper (>= 12~)
+Build-Depends: debhelper (>= 12~),
+               dh-python,
+               python3,
+               python3-dev,
+               python3-setuptools,
+               python3-pytest,
+               python3-xopen,
+               cython3
 Standards-Version: 4.3.0
 Vcs-Browser: https://salsa.debian.org/med-team/python-dnaio
 Vcs-Git: https://salsa.debian.org/med-team/python-dnaio.git
 Homepage: https://github.com/marcelm/dnaio
 
 Package: python3-dnaio
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python3:Depends},
+         python3-xopen
 Description: Python 3 library for fast parsing of FASTQ and FASTA files
  dnaio is a Python 3 library for fast parsing of FASTQ and also FASTA files.
  The code was previously part of the cutadapt tool and has been improved


=====================================
debian/rules
=====================================
@@ -18,7 +18,7 @@ include /usr/share/dpkg/default.mk
 # export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@
+	dh $@ --with python3 --buildsystem=pybuild
 
 ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
 #override_dh_auto_test:



View it on GitLab: https://salsa.debian.org/med-team/python-dnaio/commit/c48089879520b9162d8fd5f14b895f358aecf47d

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-dnaio/commit/c48089879520b9162d8fd5f14b895f358aecf47d
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/20190622/800faf3e/attachment-0001.html>


More information about the debian-med-commit mailing list