DEBSOURCES
Skip Quicknav
sources / python-pyftpdlib / 1.2.0-1 / debian / rules
123456789
#!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_test: ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" "" PYTHONPATH=. python test/test_ftpd.py endif