diff -Nru pbgenomicconsensus-2.3.2/debian/changelog pbgenomicconsensus-2.3.2/debian/changelog --- pbgenomicconsensus-2.3.2/debian/changelog 2019-01-11 20:19:28.000000000 +0000 +++ pbgenomicconsensus-2.3.2/debian/changelog 2019-02-02 08:36:24.000000000 +0000 @@ -1,3 +1,12 @@ +pbgenomicconsensus (2.3.2-1ubuntu1) disco; urgency=medium + + * Add missing test dependencies. The autopkgtest still fails because they + depend on a pbtestdata module which isn't packaged; I leave it to + someone else to decide if this needs to be packaged or if tests should + be skipped. + + -- Steve Langasek Sat, 02 Feb 2019 00:36:24 -0800 + pbgenomicconsensus (2.3.2-1) unstable; urgency=medium * Team upload diff -Nru pbgenomicconsensus-2.3.2/debian/control pbgenomicconsensus-2.3.2/debian/control --- pbgenomicconsensus-2.3.2/debian/control 2019-01-11 20:19:28.000000000 +0000 +++ pbgenomicconsensus-2.3.2/debian/control 2019-02-02 08:36:24.000000000 +0000 @@ -1,5 +1,6 @@ Source: pbgenomicconsensus -Maintainer: Debian Med Packaging Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Med Packaging Team Uploaders: Afif Elghraoui Section: science Priority: optional diff -Nru pbgenomicconsensus-2.3.2/debian/tests/control pbgenomicconsensus-2.3.2/debian/tests/control --- pbgenomicconsensus-2.3.2/debian/tests/control 2019-01-11 20:19:28.000000000 +0000 +++ pbgenomicconsensus-2.3.2/debian/tests/control 2019-02-02 08:34:48.000000000 +0000 @@ -5,7 +5,10 @@ Depends: @, python-nose, + python-consensuscore2, python-cram, + python-pbconsensuscore, + python-pytest, make, Restrictions: allow-stderr @@ -16,4 +19,6 @@ Depends: @, python-cram, + python-h5py, + python-pbconsensuscore, make,