aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2018-11-30 00:57:34 +0100
committerLuca Deri <deri@ntop.org>2018-11-30 00:57:34 +0100
commitd63e000a451f4904c80e949fd05bb7d3cd0f7422 (patch)
tree903909976da5dcb3e1a5de8acb4bd7cd90f57af1
parentc09284ba276a3caf9dd4a8d9440e35e2808d5551 (diff)
Fixed package signing
-rw-r--r--packages/ubuntu/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ubuntu/Makefile.in b/packages/ubuntu/Makefile.in
index 33ecaac34..c55b379e0 100644
--- a/packages/ubuntu/Makefile.in
+++ b/packages/ubuntu/Makefile.in
@@ -21,7 +21,7 @@ ndpi:
@find ./debian/ndpi-tmp -name "*~" -exec /bin/rm {} ';'
@find ./debian/ndpi-dev-tmp -name "*~" -exec /bin/rm {} ';'
dpkg-buildpackage -rfakeroot -d -us -uc
- dpkg-sig --sign builder -k 7921DF34 ../ndpi*deb
+ dpkg-sig --sign builder -k D1EB60BE ../ndpi*deb
@\rm -f ../ndpi*dsc ../ndpi*.gz ../ndpi*changes
@/bin/mv ../ndpi*deb .
@echo