[cod-tools] 59/142: trunk/ Changing the default behaviour of MasterMakefile: packages are unsigned by default, only 'make signed' forces signing.

Andrius Merkys merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit 42a11d717d38c648ca714aaef0f077f894ddd298
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Mon Nov 28 11:20:19 2016 +0000

    trunk/
    Changing the default behaviour of MasterMakefile: packages are unsigned by
    default, only 'make signed' forces signing.
    
    
    git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/trunk@59 26752c47-bcd6-4c9c-b022-347364b77eb5
---
 MasterMakefile | 8 ++++----
 README.md      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/MasterMakefile b/MasterMakefile
index c572178..1d58546 100644
--- a/MasterMakefile
+++ b/MasterMakefile
@@ -10,7 +10,7 @@ ORIG_TAR_GZ   = ${PROJECT}_${VERSION}.orig.tar.gz
 DEBIAN_TAR_GZ = ${PROJECT}_${PKG_VERSION}.debian.tar.gz
 DEBIAN_TAR_XZ = ${PROJECT}_${PKG_VERSION}.debian.tar.xz
 
-DEBUILD_OPTS =
+DEBUILD_OPTS = -us -uc
 
 all: ${DEBIAN_TAR_GZ}
 
@@ -24,7 +24,7 @@ endif
 
 #------------------------------------------------------------------------------
 
-.PHONY: original orig unsigned
+.PHONY: original orig signed
 
 original orig: ${ORIG_TAR_GZ}
 
@@ -41,8 +41,8 @@ ${DEBIAN_TAR_GZ}: ${ORIG_TAR_GZ}
 	(cd ${PROJECT}; debuild ${DEBUILD_OPTS})
 	rm -rf ${PROJECT}
 
-unsigned:
-	${MAKE} all DEBUILD_OPTS="-us -uc"
+signed:
+	${MAKE} all DEBUILD_OPTS=
 
 cleanAll distclean:
 	rm -rf source ${PKGNAME} ${PROJECT}
diff --git a/README.md b/README.md
index dbe0219..65de1a5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ https://github.com/sauliusg/cod-tools.
 Installation
 ------------
 
-To build any of the packages, run ``make unsigned`` inside the package
+To build any of the packages, run ``make all`` inside the package
 subdirectories. Be aware that some of the packages depend on others in
 this collection. Please refer to the following dependency tree.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git



More information about the debian-science-commits mailing list