Adding debian version 4.64.1-4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2da88b2fbc
commit
ec03e12832
11 changed files with 800 additions and 0 deletions
18
debian/rules
vendored
Executable file
18
debian/rules
vendored
Executable file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and not test_manpath and not test_keras'
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
override_dh_installman:
|
||||
dh_installman -ppython3-tqdm tqdm/tqdm.1
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs -A CONTRIBUTING.md README.rst
|
||||
|
||||
override_dh_installexamples:
|
||||
dh_installexamples -A examples/*
|
||||
|
||||
override_dh_compress:
|
||||
dh_compress -X.py
|
Loading…
Add table
Add a link
Reference in a new issue