[Cryptech-Commits] [releng/alpha] 04/04: Update Debian package dependencies.
git at cryptech.is
git at cryptech.is
Fri Apr 14 23:28:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ksng
in repository releng/alpha.
commit 881f1848aecd7c63d21ee18cf587a6e4f0a0c6e1
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Apr 14 19:26:15 2017 -0400
Update Debian package dependencies.
No longer depends on sqlite3.
Does now depend on python-tornado: on some platforms (Debian Jessie)
this may need to come from backports.
---
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 17c9cd4..cb679b2 100755
--- a/scripts/build-debian-control-files.py
+++ b/scripts/build-debian-control-files.py
@@ -25,7 +25,6 @@ Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9),
dh-python,
- libsqlite3-dev,
python (>= 2.7),
python-yaml
Homepage: http://trac.cryptech.is/wiki
@@ -34,6 +33,7 @@ Package: {args.package}
Architecture: any
Depends: python,
python-serial (>= 3.0),
+ python-tornado (>= 4.0),
${{misc:Depends}},
${{python:Depends}},
${{shlibs:Depends}}
More information about the Commits
mailing list