diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-29 15:30:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-09 18:05:36 +0100 |
commit | 85c0a703e9657d2d133b0be0d19a575620f76485 (patch) | |
tree | 1c9f89e56cdd24ae21a33b71c9863014117facce | |
parent | d4d9631e598288b2b9b5e8993219a66b4517a476 (diff) | |
download | Ishtar-85c0a703e9657d2d133b0be0d19a575620f76485.tar.bz2 Ishtar-85c0a703e9657d2d133b0be0d19a575620f76485.zip |
Debian: remove gitlab-ci - Tab for debian/rules
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cfd67a8b6..f30c7c165 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export PYBUILD_NAME = ishtar %: - dh $@ --with python3 --buildsystem=pybuild + @dh $@ --with python3 --buildsystem=pybuild #override_dh_auto_test: #dh_auto_test -- --test-tox |