summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-08 12:49:10 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-08 12:49:10 +0200
commit1763484f9e883f86e12d0ec5b0cb89c8569fc36f (patch)
tree1c375e68b79a774035f86ce0f9a1215677b8aaf0 /Makefile
parent056b7a5063e9b82025b51774b19ee531089e580b (diff)
Minor fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 349413d..2e3f006 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ install:
# misc ---------------------------------------------------
deb:
# build binary deb package
- dpkg-buildpackage -us -uc -rfakeroot
+ dpkg-buildpackage -rfakeroot
deb-src:
dh_clean
@@ -148,6 +148,7 @@ deb-src:
$(DISTROS): deb-src
sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../webserver_$(VERSION).dsc
+ debsign result/$@/webserver_$(VERSION)_amd64.changes
debs: $(DISTROS)