diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 12:10:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 12:10:32 +0000 |
commit | cbb96cc68fafe9cbad4cb7f0a245953e1b3e3f27 (patch) | |
tree | b1c6e26115fec0862c3b33d2ff6468029bd85b6b | |
parent | Removing some automatically detected python depends. (diff) | |
download | mycli-cbb96cc68fafe9cbad4cb7f0a245953e1b3e3f27.tar.xz mycli-cbb96cc68fafe9cbad4cb7f0a245953e1b3e3f27.zip |
Manually sorting fields in control.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 558d60a..bdd4929 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,18 @@ Source: mycli +Section: database +Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Uploaders: Lennart Weller <lhw@ring0.de>, -Section: database -Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-setuptools, Standards-Version: 4.5.1 -Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli -Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli Homepage: https://www.mycli.net +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli Testsuite: autopkgtest-pkg-python Package: mycli |