summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-19 16:27:43 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-19 16:27:43 +0200
commit69b0974cbb6ada27d5bbdf0930e3a225acbaf8fb (patch)
treee8ca6fcffe2857bcac504275201a0e13bdf7290e /Makefile
parent40735bb1229ae0369e7d763964ffbe543334b7c9 (diff)
Bugfix: Add missing CGI variables: HTTPS, HTTP_REFERER, HTTP_COOKIE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d611e0..bc4977b 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,8 @@ deb:
dpkg-buildpackage -us -uc -rfakeroot
deb-src:
+ dh_clean
+ dh_auto_clean
dpkg-source -b -I.git -Iresult .
$(DISTROS): deb-src