[Cryptech-Commits] [releng/alpha] branch systolic-crt updated: Fix syntax of generated Debian control file.

git at cryptech.is git at cryptech.is
Sat Sep 9 22:21:21 UTC 2017


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

sra at hactrn.net pushed a commit to branch systolic-crt
in repository releng/alpha.

The following commit(s) were added to refs/heads/systolic-crt by this push:
     new b2ac807  Fix syntax of generated Debian control file.
b2ac807 is described below

commit b2ac8078c830cbc61c9da6147e321693c01a491f
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat Sep 9 18:18:47 2017 -0400

    Fix syntax of generated Debian control file.
---
 scripts/build-debian-control-files.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-debian-control-files.py b/scripts/build-debian-control-files.py
index 58f2d8a..9817248 100755
--- a/scripts/build-debian-control-files.py
+++ b/scripts/build-debian-control-files.py
@@ -44,7 +44,7 @@ Description: Cryptech Project open-source cryptographic software and firmware.
 '''
 
 if args.conflicts:
-    conflicts = "Conflicts: {}\n".format(args.conflicts)
+    conflicts = "Conflicts: {}\n".format(", ".join(args.conflicts.split()))
 else:
     conflicts = ""
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list