diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:46:42 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-21 16:29:32 +0200 |
| commit | f039f985fb634b6d22623afc0441848dcdef1c3f (patch) | |
| tree | 6310ce291bfb1d49b7b056fcd41f84c772953471 /debian.tasks/rules | |
| parent | 4ad1ef5c21b3465153821e675d464918e0439181 (diff) | |
| download | Ishtar-f039f985fb634b6d22623afc0441848dcdef1c3f.tar.bz2 Ishtar-f039f985fb634b6d22623afc0441848dcdef1c3f.zip | |
🚀 Debian package: ishtar-tasks
Diffstat (limited to 'debian.tasks/rules')
| -rwxr-xr-x | debian.tasks/rules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian.tasks/rules b/debian.tasks/rules new file mode 100755 index 000000000..1fed0020d --- /dev/null +++ b/debian.tasks/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +## Prevent setuptools/distribute from accessing the internet. +#export http_proxy = http://127.0.9.1:9 + +%: + @dh $@ + +dh_auto_clean: + echo "Pass" |
