debian/0000775000000000000000000000000012142442305007165 5ustar debian/patches/0000775000000000000000000000000012142442305010614 5ustar debian/patches/series0000664000000000000000000000000012142440761012023 0ustar debian/source/0000775000000000000000000000000012142442305010465 5ustar debian/source/format0000664000000000000000000000001411741023760011677 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005611741023760012110 0ustar extend-diff-ignore = "^src/[^/]*[.]egg-info/" debian/control0000664000000000000000000000156712142437501010603 0ustar Source: slimit Section: devel Priority: extra Maintainer: Python Applications Packaging Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 8.0.0) , python-all , python-setuptools Standards-Version: 3.9.3 Homepage: http://slimit.org/ X-Python-Version: >= 2.7 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/slimit/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/slimit/trunk/ Package: slimit Architecture: all Depends: ${misc:Depends}, ${python:Depends} , python-pkg-resources Description: JavaScript minifier/parser in Python SlimIt is a JavaScript minifier written in Python. It compiles JavaScript into more compact code so that it downloads and runs faster. . SlimIt also provides a library that includes a JavaScript parser, lexer, pretty printer and a tree visitor. debian/docs0000664000000000000000000000001311741023760010036 0ustar README.rst debian/copyright0000664000000000000000000001027111741143501011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: slimit Source: https://github.com/rspivak/slimit Files: * Copyright: 2011 Ruslan Spivak 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 X CONSORTIUM 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. Files: bootstrap.py Copyright: 2006 Zope Foundation and Contributors. License: Zope-2.1 Zope Public License (ZPL) Version 2.1 . A copyright notice accompanies this license document that identifies the copyright holders. . This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. . 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. . 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. . 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED 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 HOLDERS 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. Files: debian/* Copyright: 2012 TANIGUCHI Takaki License: GPL-2.0+ This package 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 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000664000000000000000000000240412142441770011044 0ustar slimit (0.8.1-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ TANIGUCHI Takaki ] * debian/watch: Update to new github source archive URL. * New upstream release + Drop debian/patches/drop_depend_odict. upstream does not require. -- TANIGUCHI Takaki Wed, 08 May 2013 21:24:21 +0900 slimit (0.7.4-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Sun, 10 Jun 2012 20:18:27 +0900 slimit (0.7.3-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Tue, 22 May 2012 23:36:37 +0900 slimit (0.7.2-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Mon, 21 May 2012 10:10:05 +0900 slimit (0.7.1-1) unstable; urgency=low * New upstream release * debian/control: Add python-pkg-resources to Depends.(Closes: #672915) -- TANIGUCHI Takaki Wed, 16 May 2012 10:01:34 +0900 slimit (0.7-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Thu, 19 Apr 2012 12:04:22 +0900 slimit (0.6.2-1) unstable; urgency=low * Initial release (Closes: #662756) -- TANIGUCHI Takaki Mon, 09 Apr 2012 00:21:58 +0900 debian/watch0000664000000000000000000000011512142440501010207 0ustar version=3 https://github.com/rspivak/slimit/tags .*/v?(\d[\d\.]+)\.tar\.gz debian/rules0000775000000000000000000000005511741023760010251 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/compat0000664000000000000000000000000211741023760010367 0ustar 8