File: control

package info (click to toggle)
matthiasmullie-minify 1.3.73-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,040 kB
  • sloc: php: 3,196; javascript: 2,083; makefile: 38; xml: 27; sh: 6
file content (31 lines) | stat: -rw-r--r-- 1,198 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
Source: matthiasmullie-minify
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-phpcomposer,
 phpab,
 phpunit <!nocheck>,
 php-pcov <!nocheck>,
 php-matthiasmullie-path-converter <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/matthiasmullie/minify
Vcs-Browser: https://salsa.debian.org/php-team/pear/matthiasmullie-minify
Vcs-Git: https://salsa.debian.org/php-team/pear/matthiasmullie-minify.git
Rules-Requires-Root: no

Package: php-matthiasmullie-minify
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: concatenates and minifies CSS and JavaScript code
 Removes whitespace, strips comments, combines files (incl. @import statements
 and small assets in CSS files), and optimizes/shortens a few common
 programming patterns.