debian/0000755000000000000000000000000011563471364007200 5ustar debian/control0000644000000000000000000000262511563334360010602 0ustar Source: libcss-minifier-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/CSS-Minifier/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcss-minifier-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcss-minifier-perl/ Package: libcss-minifier-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl extension for minifying CSS CSS::Minifier removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. The Mac/Internet Explorer comment hack will be minimized but not stripped and so will continue to function. . This module understands space, horizontal tab, new line, carriage return, and form feed characters to be whitespace. Any other characters that may be considered whitespace are not minimized. These other characters include paragraph separator and vertical tab. . For static CSS files, it is recommended that you minify during the build stage of web deployment. If you minify on-the-fly then it might be a good idea to cache the minified file. Minifying static files on-the-fly repeatedly is wasteful. debian/clean0000644000000000000000000000005011563334360010172 0ustar t/sheets/s2-got.css t/sheets/s3-got.css debian/copyright0000644000000000000000000000206011563462273011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Peter Michaux, Source: http://search.cpan.org/dist/CSS-Minifier/ Name: CSS-Minifier Files: * Copyright: 2007, Peter Michaux, License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016511563334360010225 0ustar version=3 http://search.cpan.org/dist/CSS-Minifier/ .*/CSS-Minifier-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211563334360010370 0ustar 7 debian/changelog0000644000000000000000000000025311563334360011044 0ustar libcss-minifier-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #626005) -- Nicholas Bamber Fri, 13 May 2011 22:30:11 +0100 debian/source/0000755000000000000000000000000011563471364010500 5ustar debian/source/format0000644000000000000000000000001411563334357011706 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611563334360010251 0ustar #!/usr/bin/make -f %: dh $@