1
0
Fork 0

Adding debian version 1.23.2-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 18:53:51 +01:00
parent 94e3fc38e7
commit cd35ac3e0d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 319 additions and 0 deletions

14
debian/rules vendored Executable file
View 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