diff options
| author | Andrius Merkys <merkys@debian.org> | 2020-04-06 01:48:35 -0400 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2020-04-06 10:36:55 +0000 |
| commit | 0b0fc66db0c7e2ab8f6723128785e061cbcdba49 (patch) | |
| tree | b7748a0d79d13447566599a7c7979f545eaffc93 | |
| parent | 0423d34aa331c5f952d136c8dbe6559a4b01e0e1 (diff) | |
| parent | 2a6acc94ad9d02fdbbadfc467518d03564797b48 (diff) | |
1.3.3+ds-2 (patches applied)applied/1.3.3+ds-2applied/ubuntu/jammy-develapplied/ubuntu/jammyapplied/ubuntu/impish-develapplied/ubuntu/impishapplied/ubuntu/hirsute-develapplied/ubuntu/hirsuteapplied/ubuntu/groovy-proposedapplied/ubuntu/groovy-develapplied/ubuntu/groovyapplied/debian/bullseye
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rw-r--r-- | debian/tests/control | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ba9a045..03de1fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-peakutils (1.3.3+ds-2) unstable; urgency=medium + + * Adding build-depends on python3-matplotlib (Closes: #955655). + * Wrapping and sorting. + + -- Andrius Merkys <merkys@debian.org> Mon, 06 Apr 2020 01:48:35 -0400 + python-peakutils (1.3.3+ds-1) unstable; urgency=medium * New upstream version 1.3.3+ds diff --git a/debian/control b/debian/control index dcfd64f..0c11b9a 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper-compat (= 12), dh-python, python3-all, + python3-matplotlib <!nocheck>, python3-pandas <!nocheck>, python3-scipy <!nocheck>, python3-setuptools, @@ -21,6 +22,8 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, +Recommends: + python3-matplotlib, Description: utilities for detecting peaks in 1D data PeakUtils provides utilities related to the detection of peaks on 1D data. Includes functions to estimate baselines, finding the indexes of peaks in the diff --git a/debian/tests/control b/debian/tests/control index 4017232..1940b87 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Tests: python3 Depends: - @, python3-pandas, + @, Restrictions: allow-stderr |
