diff options
| author | Jochen Sprickerhof <jspricke@debian.org> | 2023-01-23 08:13:28 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2023-01-24 23:27:06 +0000 |
| commit | 4b100d7d7139abf200bd96b82e47655c050e7307 (patch) | |
| tree | e558e44bd5556a32de0ad7603bbb9dec9da12519 | |
| parent | 0e004be6da3d205415b74fa85159f1e3f40bf1b0 (diff) | |
2.5.1-3 (patches unapplied)import/2.5.1-3ubuntu/questing-develubuntu/questingubuntu/plucky-develubuntu/pluckyubuntu/oracular-develubuntu/oracularubuntu/noble-develubuntu/nobleubuntu/mantic-develubuntu/manticubuntu/lunar-proposedubuntu/lunar-develubuntu/lunardebian/bookworm
Imported using git-ubuntu import.
Notes
Notes:
* Add missing build dependency on tzdata (Closes: #1029429)
* Bump policy version (no changes)
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 27dd900..5cfea47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-tasklib (2.5.1-3) unstable; urgency=medium + + * Add missing build dependency on tzdata (Closes: #1029429) + * Bump policy version (no changes) + + -- Jochen Sprickerhof <jspricke@debian.org> Mon, 23 Jan 2023 08:13:28 +0100 + python-tasklib (2.5.1-2) unstable; urgency=medium * Drop unused build dependency diff --git a/debian/control b/debian/control index 31c7d06..83330ac 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,9 @@ Build-Depends: debhelper-compat (= 13), python3-all, python3-pytest <!nocheck>, python3-setuptools, + tzdata <!nocheck>, Build-Depends-Indep: taskwarrior, -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Vcs-Browser: https://salsa.debian.org/tasktools-team/python-tasklib |
