1
0
Fork 0

Sorting control fields.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-07 10:21:10 +01:00
parent 10819d90e1
commit dbe3050a69
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

6
debian/control vendored
View file

@ -1,4 +1,5 @@
Source: colorclass Source: colorclass
Section: python
Priority: optional Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends: Build-Depends:
@ -9,7 +10,6 @@ Build-Depends:
python3-pytest, python3-pytest,
python3-setuptools, python3-setuptools,
Standards-Version: 4.6.1 Standards-Version: 4.6.1
Section: python
Homepage: https://github.com/matthewdeanmartin/colorclass/ Homepage: https://github.com/matthewdeanmartin/colorclass/
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/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 Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/colorclass
@ -17,7 +17,9 @@ Testsuite: autopkgtest-pkg-python
Package: python3-colorclass Package: python3-colorclass
Architecture: all Architecture: all
Depends: ${python3:Depends}, ${misc:Depends} Depends:
${misc:Depends},
${python3:Depends},
Description: ANSI color text library for Python Description: ANSI color text library for Python
Yet another ANSI color text library for Python. Provides "auto colors" for Yet another ANSI color text library for Python. Provides "auto colors" for
dark/light terminals. Works on Linux, OS X, and Windows. dark/light terminals. Works on Linux, OS X, and Windows.