From fe6c978aff57867d5f1b56aa80c7cafcfcfcb70f Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 2 Mar 2021 22:14:02 +0100 Subject: [PATCH] d/control: Lint using cme Change-Id: Ib59e8dd0b489b48b210efb51915b7135695d1438 Fordwarded: https://github.com/theupdateframework/tuf/pull/1300 Relate-to: https://github.com/theupdateframework/tuf/issues/263 Signed-off-by: Philippe Coval --- debian/control | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/debian/control b/debian/control index 9aed87b5..8b2820b0 100644 --- a/debian/control +++ b/debian/control @@ -1,29 +1,26 @@ Source: python-tuf +Maintainer: tuf developers +Uploaders: Lukas Puehringer , + Justin Cappos Section: devel Priority: optional -Maintainer: tuf developers -Uploaders: - Lukas Puehringer , - Justin Cappos , -Build-Depends: - dh-python, - debhelper-compat (= 12), - python3-all, - python3-setuptools, - python3-six, - python3-iso8601, - python3-requests, - python3-securesystemslib (>= 0.11.3), -Standards-Version: 4.4.0 -Homepage: https://theupdateframework.com -Vcs-Git: https://github.com/theupdateframework/tuf.git +Build-Depends: dh-python, + debhelper-compat (= 12), + python3-all, + python3-setuptools, + python3-six, + python3-iso8601, + 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}, +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