File: control

package info (click to toggle)
glue 0.13-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 856 kB
  • sloc: python: 1,395; makefile: 117
file content (26 lines) | stat: -rw-r--r-- 828 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
Source: glue
Maintainer: Angel Abad <angel@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3:any,
 python3-setuptools,
 python3-all,
 python3-sphinx
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/glue
Vcs-Git: https://salsa.debian.org/debian/glue.git
Homepage: https://github.com/jorgebastida/glue

Package: glue-sprite
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Recommends: optipng
Description: Simple command line tool to generate CSS sprites
 Glue is a simple command line tool to generate CSS sprites using any
 kind of source images like PNG, JPEG or GIF. Glue will generate a
 unique PNG file containing every source image and a CSS file
 including the necessary CSS classes to use the sprite.