mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Change-Id: I4f19349f135bff1fce3590143900fa7c63d21c5d Relate-to: https://github.com/theupdateframework/tuf/issues/263 Signed-off-by: Philippe Coval <rzr@users.sf.net>
27 lines
956 B
Text
27 lines
956 B
Text
Source: python-tuf
|
|
Maintainer: Debian Python Team <team+python@tracker.debian.org>
|
|
Uploaders: Philippe Coval <rzr@users.sf.net>
|
|
Section: devel
|
|
Priority: optional
|
|
Build-Depends: dh-python,
|
|
debhelper-compat (= 12),
|
|
python3-all,
|
|
python3-setuptools,
|
|
python3-six,
|
|
python3-requests,
|
|
python3-securesystemslib
|
|
Standards-Version: 4.5.0
|
|
Vcs-Browser: https://github.com/theupdateframework/tuf
|
|
Vcs-Git: https://github.com/theupdateframework/tuf.git
|
|
Homepage: https://theupdateframework.com
|
|
|
|
Package: python3-tuf
|
|
Architecture: all
|
|
Depends: ${python3:Depends},
|
|
${misc:Depends}
|
|
Description: plug-and-play library for securing a software updater
|
|
The Update Framework (TUF) helps developers to maintain the security of a
|
|
software update system, even against attackers that compromise the repository
|
|
or signing keys.
|
|
.
|
|
tuf is developed at the Secure Systems Lab of NYU.
|