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

git at cryptech.is git at cryptech.is
Wed Sep 20 23:55:16 UTC 2017


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

sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.

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

commit 4d770b65a5cb6ac170f7e7858336b03762f9ccda
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