File: control

package info (click to toggle)
python-jsmin 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 100
  • sloc: python: 727; makefile: 20
file content (34 lines) | stat: -rw-r--r-- 1,175 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
26
27
28
29
30
31
32
33
34
Source: python-jsmin
Section: python
Priority: optional
Maintainer: gustavo panizzo <gfa@zumbi.com.ar>
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3~),
               dh-python,
               python-setuptools,
               python3-all (>= 3.3),
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/tikitu/jsmin
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/python-jsmin.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-jsmin.git

Package: python-jsmin
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: ${python:Recommends}
Description: JavaScript minifier written in Python - Python 2.x
 Python-jsmin is a JavaScript minifier, it is written in pure
 Python and actively maintained.
 .
 This package provides the Python 2.x module.

Package: python3-jsmin
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python:Recommends}
Description: JavaScript minifier written in Python - Python 3.x
 Python-jsmin is a JavaScript minifier, it is written in pure
 Python and actively maintained.
 .
 This package provides the Python 3.x module.