Adding debian version 1.10.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-16 20:21:11 +02:00
parent 91f63e89fb
commit 770fce1728
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 76 additions and 0 deletions

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