Adding debian version 1.10.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
91f63e89fb
commit
770fce1728
6 changed files with 76 additions and 0 deletions
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
|
||||
override_dh_auto_install:
|
||||
mkdir -p debian/pre-commit-pygrep-hooks/usr/share/pre-commit/pygrep-hooks
|
||||
cp .pre-commit*.yaml debian/pre-commit-pygrep-hooks/usr/share/pre-commit/pygrep-hooks
|
||||
|
||||
override_dh_auto_test:
|
||||
pytest tests
|
Loading…
Add table
Add a link
Reference in a new issue