diff options
| author | Jochen Sprickerhof <jspricke@debian.org> | 2022-03-28 18:11:21 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2022-03-28 22:37:28 +0000 |
| commit | 1230e95cb6e2cbc9249d618068a8d9c40ceba6b4 (patch) | |
| tree | 7ca45a32bf86baadeee0872d2863bbd011ea52b5 | |
| parent | 220cb945caaff03d3abebe860c052fb06f1e2d09 (diff) | |
2.4.3-2 (patches unapplied)import/2.4.3-2ubuntu/kinetic-proposedubuntu/kinetic-develubuntu/kinetic
Imported using git-ubuntu import.
Notes
Notes:
* Add missing test dependency (Closes: #1008467)
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7d61273..64c46dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-tasklib (2.4.3-2) unstable; urgency=medium + + * Add missing test dependency (Closes: #1008467) + + -- Jochen Sprickerhof <jspricke@debian.org> Mon, 28 Mar 2022 18:11:21 +0200 + python-tasklib (2.4.3-1) unstable; urgency=medium * New upstream version 2.4.3 diff --git a/debian/control b/debian/control index 757e88d..57984d6 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13), python3-setuptools, Build-Depends-Indep: python3-tzlocal, taskwarrior, + python3-tz <!nocheck>, Standards-Version: 4.6.0 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python |
