File: control

package info (click to toggle)
python-lzstring 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: python: 399; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 911 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: python-lzstring
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lzstring
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lzstring.git
Homepage: https://github.com/gkovacs/lz-string-python
Rules-Requires-Root: no

Package: python3-lzstring
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: LZ-based compression algorithm for Python (Python 3 version)
 python-lzstring is a simple Python module that compression data using LZ-based
 algorithm.
 .
 This package contains the Python 3 version of the library.