debian/0000755000000000000000000000000012263772644007203 5ustar debian/compat0000644000000000000000000000000212263766463010403 0ustar 9 debian/cssmin.manpages0000644000000000000000000000002012263766463012206 0ustar debian/cssmin.1 debian/source/0000755000000000000000000000000012263766463010505 5ustar debian/source/format0000644000000000000000000000001412263766463011713 0ustar 3.0 (quilt) debian/control0000644000000000000000000000131012263766463010603 0ustar Source: cssmin Section: devel Priority: optional Maintainer: Stuart Prescott Build-Depends: debhelper (>= 9), python-all, python-setuptools Homepage: http://github.com/zacharyvoase/cssmin Standards-Version: 3.9.5 Package: cssmin Architecture: all Depends: python, python-pkg-resources, ${python:Depends}, ${misc:Depends} Enhances: python-webassets Description: YUI CSS compression algorithm in Python cssmin is a Python port of the YUI Cascading Style Sheet (CSS) compressor. It can be used as a module from other Python programs, including as a filter for python-webassets bundles. It can also be used from the command line. debian/changelog0000644000000000000000000000064212263766463011061 0ustar cssmin (0.2.0-1) unstable; urgency=medium * New upstream release. - build system no longer tries to update modules (Closes: #733442) * Bump standards-version (no changes required). -- Stuart Prescott Fri, 10 Jan 2014 23:51:34 +1100 cssmin (0.1.4-1) unstable; urgency=low * Initial release. (Closes: #709143) -- Stuart Prescott Tue, 21 May 2013 23:30:02 +1000 debian/rules0000755000000000000000000000016312263766463010265 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 override_dh_auto_clean: rm -rf src/cssmin.egg-info/ dh_auto_clean debian/copyright0000644000000000000000000000621312263766463011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cssmin Upstream-Contact: Zachary Voase Source: http://github.com/zacharyvoase/cssmin Files: * Copyright: © 2010, Zachary Voase © 2009, Yahoo! Inc. License: Expat and BSD-3-clause Comment: This software contains portions of the YUI CSS Compressor, notably some regular expressions for reducing the size of CSS. The YUI Compressor source code can be found at . Files: debian/* Copyright: © 2013 Stuart Prescott License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: BSD-3-clause Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Yahoo! Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Yahoo! Inc. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/watch0000644000000000000000000000022212263766463010232 0ustar version=3 opts=filenamemangle=s/.+\/v?(.*)\.tar\.gz/cssmin-$1.tar.gz/ \ https://github.com/zacharyvoase/cssmin/tags .*/v?(\d[\d\.]+)\.tar\.gz debian/cssmin.10000644000000000000000000000176112263766463010570 0ustar .TH CSSMIN "1" "May 2013" "Debian" "User Commands" .SH NAME cssmin - YUI Cascading Style Sheet (CSS) compressor .SH SYNOPSIS .B cssmin [\fI--wrap N\fR] .SH DESCRIPTION Reads raw CSS from stdin, and writes compressed CSS to stdout. .SH OPTIONS .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-w\fR N, \fB\-\-wrap\fR=\fIN\fR Wrap output to approximately N chars per line. .SH EXAMPLES .PP To combine several CSS files into one compressed output: .PP \f(CWcat file1.css file2.css file3.css | cssmin > output.min.css\fP .PP To compress one CSS file while keeping the line length to approximately 1000 characters: .PP \f(CWcssmin \-\-wrap 1000 < input.css > output.css\fP .PP .SH AUTHOR .B cssmin was written by Zachary Voase. .PP More details can be found at http://github.com/zacharyvoase/cssmin .PP This manual page was written by Stuart Prescott , for the Debian project (but may be used by others). debian/gbp.conf0000644000000000000000000000010112263766463010614 0ustar [DEFAULT] pristine-tar = True sign-tags = True compression = gz