Skip to content
Commits on Source (3)
......@@ -8,12 +8,14 @@ totalopenstation (0.5.0-1) UNRELEASED; urgency=medium
- RRR set
- missing build-deps added
* debian/watch: http:// -> https:// for pypi URI
* debian/totalopenstation.docs: update README file extension
* debian/rules: fix tests failure
[ Bas Couwenberg ]
* Bump Standards-Version to 4.4.1, no changes.
* Add gbp.conf to use pristine-tar & --source-only-changes by default.
-- Matteo F. Vescovi <mfv@debian.org> Sat, 30 Nov 2019 23:58:48 +0100
-- Matteo F. Vescovi <mfv@debian.org> Sun, 01 Dec 2019 22:49:26 +0100
totalopenstation (0.3.3-3) unstable; urgency=medium
......
#!/usr/bin/make -f
export DH_OPTIONS
export PYBUILD_BEFORE_TEST=cp -r {dir}/sample_data {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/sample_data
INSTDIR=debian/tmp
......