summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 13:50:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 13:57:45 +0000
commitf00c1edbd8466a61955f7a0ec8520859c6e32cab (patch)
tree2a5f2f7a5785671211109ada1d7ea59588d8708d
parentUpdating homepage field. (diff)
downloadcolorclass-f00c1edbd8466a61955f7a0ec8520859c6e32cab.tar.xz
colorclass-f00c1edbd8466a61955f7a0ec8520859c6e32cab.zip
Sorting control fields.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 5a5881b..f77ac91 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,5 @@
Source: colorclass
+Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
@@ -9,7 +10,6 @@ Build-Depends:
python3-pytest,
python3-setuptools,
Standards-Version: 4.6.1
-Section: python
Homepage: https://github.com/matthewdeanmartin/colorclass/
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/colorclass
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/colorclass
@@ -17,7 +17,9 @@ Testsuite: autopkgtest-pkg-python
Package: python3-colorclass
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
Description: ANSI color text library for Python
Yet another ANSI color text library for Python. Provides "auto colors" for
dark/light terminals. Works on Linux, OS X, and Windows.