Codebase list anosql / 17bf6db
Fix some lintian errors aRkadeFR 6 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11 Section: python
22 Priority: optional
33 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
4 Uploaders: Florian Grignon <grignon.florian@gmail.com>
45 Build-Depends:
56 debhelper (>= 11~),
67 dh-python,
66 dh $@ --with python3 --buildsystem=pybuild
77
88 override_dh_auto_test:
9 py.test-3 tests
9 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
10 py.test-3 tests
11 endif