[sr-dev] git:master:ad48f441: Makefile: deb rule, remove --no-sign and use -us -uc

Victor Seva linuxmaniac at torreviejawireless.org
Tue Jun 13 15:40:25 CEST 2017


Module: kamailio
Branch: master
Commit: ad48f441ec9d0611b9c80d51c459099bb520f393
URL: https://github.com/kamailio/kamailio/commit/ad48f441ec9d0611b9c80d51c459099bb520f393

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2017-06-13T15:40:12+02:00

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

* --no-sign just works for stretch

---

Modified: src/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/ad48f441ec9d0611b9c80d51c459099bb520f393.diff
Patch: https://github.com/kamailio/kamailio/commit/ad48f441ec9d0611b9c80d51c459099bb520f393.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