Andrius Merkys pushed to branch master at Debian Med / busco


Commits:
b8525106 by Andrius Merkys at 2022-05-05T02:01:01-04:00
Run build time tests.

- - - - -
f732e8d0 by Andrius Merkys at 2022-05-05T02:02:41-04:00
Tests depend on python3-pandas.

- - - - -
712d1d22 by Andrius Merkys at 2022-05-05T02:04:53-04:00
Tests depend on python3-biopython.

- - - - -
ac52ee4f by Andrius Merkys at 2022-05-05T02:10:24-04:00
Update debian/changelog.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/pybuild.testfiles
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,14 @@
 busco (5.3.2-2) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * Depends: hmmer, prodigal
     Closes: #1010568
 
- -- Andreas Tille <[email protected]>  Wed, 04 May 2022 17:21:02 +0200
+  [ Andrius Merkys ]
+  * Team upload.
+  * Run build time tests.
+
+ -- Andrius Merkys <[email protected]>  Thu, 05 May 2022 02:10:05 -0400
 
 busco (5.3.2-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -6,6 +6,8 @@ Uploaders: Andreas Tille <[email protected]>, Nilesh Patra 
<[email protected]>
 Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
+               python3-biopython <!nocheck>,
+               python3-pandas <!nocheck>,
                python3-setuptools
 Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/busco


=====================================
debian/pybuild.testfiles
=====================================
@@ -0,0 +1,2 @@
+config
+tests


=====================================
debian/rules
=====================================
@@ -7,3 +7,6 @@ include /usr/share/dpkg/default.mk
 
 %:
        dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+       dh_auto_test -- --test-custom --test-args '{interpreter} -m unittest 
tests/unittest_runner.py -v'



View it on GitLab: 
https://salsa.debian.org/med-team/busco/-/compare/5e55e6812d073860fc2f153209da81f9cada1578...ac52ee4f67977fcdb01e3a1c95152423a983d0c6

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/busco/-/compare/5e55e6812d073860fc2f153209da81f9cada1578...ac52ee4f67977fcdb01e3a1c95152423a983d0c6
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

Reply via email to