[sr-dev] git:5.0:830ed6ed: Makefile: deb rule, remove --no-sign and use -us -uc

Daniel-Constantin Mierla miconda at gmail.com
Wed Jun 14 10:37:15 CEST 2017


Module: kamailio
Branch: 5.0
Commit: 830ed6ed21fe2477fbc0cc1fa51434dfe8771ec6
URL: https://github.com/kamailio/kamailio/commit/830ed6ed21fe2477fbc0cc1fa51434dfe8771ec6

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-06-14T10:30:52+02:00

Makefile: deb rule, remove --no-sign and use -us -uc

* --no-sign just works for stretch

(cherry picked from commit ad48f441ec9d0611b9c80d51c459099bb520f393)

---

Modified: src/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/830ed6ed21fe2477fbc0cc1fa51434dfe8771ec6.diff
Patch: https://github.com/kamailio/kamailio/commit/830ed6ed21fe2477fbc0cc1fa51434dfe8771ec6.patch

---

diff --git a/src/Makefile b/src/Makefile
index 2bbbdc3c89..c590e5c9f0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -611,11 +611,11 @@ bin:
 deb:
 	(cd ..; \
 	if [ -d debian ]; then \
-		dpkg-buildpackage -rfakeroot -tc --no-sign; \
+		dpkg-buildpackage -rfakeroot -tc -uc -us; \
 		rm debian; \
 	else \
 		ln -s pkg/$(MAIN_NAME)/deb/debian debian; \
-		dpkg-buildpackage -rfakeroot -tc --no-sign; \
+		dpkg-buildpackage -rfakeroot -tc -uc -us; \
 		rm debian; \
 	fi)
 
@@ -623,11 +623,11 @@ deb:
 deb-stable:
 	(cd ..; \
 	if [ -d debian ]; then \
-		dpkg-buildpackage -rfakeroot -tc --no-sign; \
+		dpkg-buildpackage -rfakeroot -tc -uc -us; \
 		rm debian; \
 	else \
 		ln -s pkg/$(MAIN_NAME)/deb/jessie debian; \
-		dpkg-buildpackage -rfakeroot -tc --no-sign; \
+		dpkg-buildpackage -rfakeroot -tc -uc -us; \
 		rm debian; \
 	fi)
 




More information about the sr-dev mailing list