[Python-apps-commits] r8456 - in slimit/trunk (14 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Tue Apr 10 01:07:45 UTC 2012
Date: Tuesday, April 10, 2012 @ 01:07:41
Author: takaki
Revision: 8456
[svn-inject] Applying Debian modifications (0.6.2-1) to trunk
Added:
slimit/trunk/debian/
slimit/trunk/debian/changelog
slimit/trunk/debian/compat
slimit/trunk/debian/control
slimit/trunk/debian/copyright
slimit/trunk/debian/docs
slimit/trunk/debian/patches/
slimit/trunk/debian/patches/drop_depend_odict
slimit/trunk/debian/patches/series
slimit/trunk/debian/rules
slimit/trunk/debian/source/
slimit/trunk/debian/source/format
slimit/trunk/debian/source/options
slimit/trunk/debian/watch
Property changes on: slimit/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: slimit/trunk/debian/changelog
===================================================================
--- slimit/trunk/debian/changelog (rev 0)
+++ slimit/trunk/debian/changelog 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1,5 @@
+slimit (0.6.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #662756)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Mon, 09 Apr 2012 00:21:58 +0900
Added: slimit/trunk/debian/compat
===================================================================
--- slimit/trunk/debian/compat (rev 0)
+++ slimit/trunk/debian/compat 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1 @@
+8
Added: slimit/trunk/debian/control
===================================================================
--- slimit/trunk/debian/control (rev 0)
+++ slimit/trunk/debian/control 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1,22 @@
+Source: slimit
+Section: devel
+Priority: extra
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+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://svn.debian.org/python-apps/packages/slimit/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/slimit/trunk/
+
+Package: slimit
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+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.
Added: slimit/trunk/debian/copyright
===================================================================
--- slimit/trunk/debian/copyright (rev 0)
+++ slimit/trunk/debian/copyright 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1,44 @@
+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: debian/*
+Copyright: 2012 TANIGUCHI Takaki <takaki at debian.org>
+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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
Added: slimit/trunk/debian/docs
===================================================================
--- slimit/trunk/debian/docs (rev 0)
+++ slimit/trunk/debian/docs 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1 @@
+README.rst
Added: slimit/trunk/debian/patches/drop_depend_odict
===================================================================
--- slimit/trunk/debian/patches/drop_depend_odict (rev 0)
+++ slimit/trunk/debian/patches/drop_depend_odict 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1,13 @@
+Index: slimit-0.6.2/setup.py
+===================================================================
+--- slimit-0.6.2.orig/setup.py 2012-04-07 14:41:22.000000000 +0900
++++ slimit-0.6.2/setup.py 2012-04-09 21:39:48.397110222 +0900
+@@ -25,7 +25,7 @@
+ author_email='ruslan.spivak at gmail.com',
+ packages=find_packages('src'),
+ package_dir={'': 'src'},
+- install_requires=['ply>=3.4', 'odict'],
++ install_requires=['ply>=3.4'],
+ zip_safe=False,
+ entry_points="""\
+ [console_scripts]
Added: slimit/trunk/debian/patches/series
===================================================================
--- slimit/trunk/debian/patches/series (rev 0)
+++ slimit/trunk/debian/patches/series 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1 @@
+drop_depend_odict
Added: slimit/trunk/debian/rules
===================================================================
--- slimit/trunk/debian/rules (rev 0)
+++ slimit/trunk/debian/rules 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
Property changes on: slimit/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: slimit/trunk/debian/source/format
===================================================================
--- slimit/trunk/debian/source/format (rev 0)
+++ slimit/trunk/debian/source/format 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: slimit/trunk/debian/source/options
===================================================================
--- slimit/trunk/debian/source/options (rev 0)
+++ slimit/trunk/debian/source/options 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1 @@
+extend-diff-ignore = "^src/[^/]*[.]egg-info/"
Added: slimit/trunk/debian/watch
===================================================================
--- slimit/trunk/debian/watch (rev 0)
+++ slimit/trunk/debian/watch 2012-04-10 01:07:41 UTC (rev 8456)
@@ -0,0 +1,3 @@
+version=3
+https://github.com/rspivak/slimit/tags .*/tarball/(\d[\d\.]+)
+
More information about the Python-apps-commits
mailing list