Adding debian version 4.6.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a7fbe822ec
commit
424668c7d4
6 changed files with 94 additions and 0 deletions
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild
|
||||
|
||||
override_dh_auto_test:
|
||||
# currently 4 tests fail, 1031 pass - needs fixing upstream
|
||||
dh_auto_test || true
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
# help pybuild
|
||||
rm -rf *.egg-info
|
Loading…
Add table
Add a link
Reference in a new issue