Adding debian version 1.2+20240521-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8512f66c5a
commit
de0a843256
6 changed files with 81 additions and 0 deletions
13
debian/rules
vendored
Executable file
13
debian/rules
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_NAME=aristaproto
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
# help pybuild
|
||||
rm -rf *.egg-info
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled: some dependencies not yet in debian
|
Loading…
Add table
Add a link
Reference in a new issue