debian/0002755000000000000000000000000012135043544007171 5ustar debian/source/0002755000000000000000000000000012135043544010471 5ustar debian/source/format0000644000000000000000000000001412135043544011675 0ustar 3.0 (quilt) debian/control0000644000000000000000000000200312135043544010565 0ustar Source: python-pyscss Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: W. Martin Borgert Build-Depends: debhelper, debhelper (>= 9.20120909~), python, python-setuptools, python-all-dev, libpcre3-dev, xsltproc, docbook-xsl Standards-Version: 3.9.3.1 Homepage: https://github.com/Kronuz/pyScss Vcs-Git: git://git.debian.org/collab-maint/python-pyscss.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pyscss.git;a=summary Package: python-pyscss Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python Description: SCSS compiler for python pyScss compiles Scss (Sass), a superset of CSS that is more powerful, elegant and easier to maintain than plain-vanilla CSS. The library acts as a CSS source code preprocesor which allows you to use variables, nested rules, mixins, and have inheritance of rules, all with a CSS-compatible syntax which the preprocessor then compiles to standard CSS. debian/changelog0000644000000000000000000000024212135043544011037 0ustar python-pyscss (1.1.5-1) unstable; urgency=low * initial release (Closes: #705735) -- W. Martin Borgert Sun, 21 Apr 2013 17:40:59 +0000 debian/compat0000644000000000000000000000000212135043544010365 0ustar 9 debian/install0000644000000000000000000000003512135043544010556 0ustar pyscss.1 usr/share/man/man1/ debian/rules0000755000000000000000000000046012135043544010247 0ustar #!/usr/bin/make -f MANPAGE=pyscss.1 DB2MAN=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl XP=xsltproc --nonet --novalid %: dh $@ --with python2 override_dh_install: $(MANPAGE) dh_install %.1: debian/%.dbk $(XP) $(DB2MAN) $< override_dh_clean: dh_clean rm -f $(MANPAGE) debian/copyright0000644000000000000000000000250612135043544011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyscss Upstream-Contact: German M. Bravo (Kronuz) Source: https://github.com/Kronuz/pyScss Files: * Copyright: 2011-2012, German M. Bravo (Kronuz) License: MIT License: MIT 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. debian/pyscss.dbk0000644000000000000000000000317412135043544011202 0ustar
debacle@debian.org
W. Martin Borgert 2013 W. Martin Borgert 2013-04-21
pyscss 1 pyscss User Commands pyscss Converts Scss files to CSS. pyscss Description Run pyscss --help for more options. Example pyscss --no-compress input.scss > output.css Copyright for this manual Copyright 2013 W. Martin Borgert. Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the MIT License.