sabberworm / PHP-CSS-Parser

A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS

Home Page:http://www.sabberworm.com/blog/2010/6/10/php-css-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debian package

opened this issue · comments

Hi.

It would be useful to have a Debian package. It can be done simply with install and uninstall targets of a makefile (maybe the same thing can apply with composer) + dh-make + some specific files for Debian (mainly control for the description and copyright).

Regards.

What would be the benefit over installing via Composer?

  • It is a mess if there is one tool per language + the system tool.
  • If the library is used more than once on the same system, it is not duplicated by APT (the package system tool of Debian and Ubuntu).
  • A Debian package can be a requirement to use a library for a new project.
  • Generally system administrators hate things like composer, npm and pip.
  • If an other project uses this project and wants to be in Debian (or Ubuntu), it must have a Debian package for itself and also for its dependencies.