diff options
| author | Jochen Sprickerhof <jspricke@debian.org> | 2020-01-05 06:53:54 -1200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2020-01-05 22:38:44 +0000 |
| commit | f9693f7b8541660e992ee15e4665095541ed21c8 (patch) | |
| tree | ce8a09bcc876fb0e9c1bfdda5d7e0b5d33f75d13 | |
| parent | ee73f0cd5c4120426b6271168501512b50b90ba0 (diff) | |
1.3.0-2 (patches unapplied)import/1.3.0-2ubuntu/groovy-develubuntu/groovyubuntu/focal-proposedubuntu/focal-develubuntu/focal
Imported using git-ubuntu import.
Notes
Notes:
* Override timezone for tests
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/rules | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5928b03..d337345 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-tasklib (1.3.0-2) unstable; urgency=medium + + * Override timezone for tests + + -- Jochen Sprickerhof <jspricke@debian.org> Sun, 05 Jan 2020 06:53:54 -1200 + python-tasklib (1.3.0-1) unstable; urgency=medium * New upstream version 1.3.0 diff --git a/debian/rules b/debian/rules index 14680c3..96980c6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f +# for unit tests +export TZ=UTC + %: dh $@ --buildsystem=pybuild --with python3 |
