Adding debian version 1.23.2-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
94e3fc38e7
commit
cd35ac3e0d
9 changed files with 319 additions and 0 deletions
14
debian/rules
vendored
Executable file
14
debian/rules
vendored
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_NAME=mycli
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild --with python3
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing useless files
|
||||
rm -f debian/mycli/usr/lib/python3/dist-packages/mycli/AUTHORS
|
||||
rm -f debian/mycli/usr/lib/python3/dist-packages/mycli/SPONSORS
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled, doesn't work yet
|
Loading…
Add table
Add a link
Reference in a new issue