[Python-modules-commits] r18838 - in packages/python-http-parser/trunk (9 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Oct 7 00:56:58 UTC 2011


    Date: Friday, October 7, 2011 @ 00:56:57
  Author: takaki
Revision: 18838

[svn-inject] Applying Debian modifications (0.7.1-1) to trunk

Added:
  packages/python-http-parser/trunk/debian/
  packages/python-http-parser/trunk/debian/changelog
  packages/python-http-parser/trunk/debian/clean
  packages/python-http-parser/trunk/debian/compat
  packages/python-http-parser/trunk/debian/control
  packages/python-http-parser/trunk/debian/copyright
  packages/python-http-parser/trunk/debian/rules
  packages/python-http-parser/trunk/debian/source/
  packages/python-http-parser/trunk/debian/source/format


Property changes on: packages/python-http-parser/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-http-parser/trunk/debian/changelog
===================================================================
--- packages/python-http-parser/trunk/debian/changelog	                        (rev 0)
+++ packages/python-http-parser/trunk/debian/changelog	2011-10-07 00:56:57 UTC (rev 18838)
@@ -0,0 +1,5 @@
+python-http-parser (0.7.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #644525)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 06 Oct 2011 23:57:22 +0900

Added: packages/python-http-parser/trunk/debian/clean
===================================================================
--- packages/python-http-parser/trunk/debian/clean	                        (rev 0)
+++ packages/python-http-parser/trunk/debian/clean	2011-10-07 00:56:57 UTC (rev 18838)
@@ -0,0 +1 @@
+./http_parser/parser.so

Added: packages/python-http-parser/trunk/debian/compat
===================================================================
--- packages/python-http-parser/trunk/debian/compat	                        (rev 0)
+++ packages/python-http-parser/trunk/debian/compat	2011-10-07 00:56:57 UTC (rev 18838)
@@ -0,0 +1 @@
+7

Added: packages/python-http-parser/trunk/debian/control
===================================================================
--- packages/python-http-parser/trunk/debian/control	                        (rev 0)
+++ packages/python-http-parser/trunk/debian/control	2011-10-07 00:56:57 UTC (rev 18838)
@@ -0,0 +1,20 @@
+Source: python-http-parser
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 7.0.50~), python-setuptools
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
+Homepage: https://github.com/benoitc/http-parser/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-http-parser/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-http-parser/trunk/
+
+
+Package: python-http-parser
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: http request/response parser
+ HTTP request/response parser for Python in C under MIT License, based on
+ http-parser from Ryan Dahl.

Added: packages/python-http-parser/trunk/debian/copyright
===================================================================
--- packages/python-http-parser/trunk/debian/copyright	                        (rev 0)
+++ packages/python-http-parser/trunk/debian/copyright	2011-10-07 00:56:57 UTC (rev 18838)
@@ -0,0 +1,30 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: python-http-parser
+Source: http://pypi.python.org/pypi/http-parser
+
+Files: *
+Copyright: 2011 (c) Benoît Chesneau <benoitc at e-engura.org>
+License: MIT
+
+Files: debian/*
+Copyright: 2011 TANIGUCHI Takaki <takaki at debian.org>
+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.

Added: packages/python-http-parser/trunk/debian/rules
===================================================================
--- packages/python-http-parser/trunk/debian/rules	                        (rev 0)
+++ packages/python-http-parser/trunk/debian/rules	2011-10-07 00:56:57 UTC (rev 18838)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+
+#override_dh_auto_install:
+#	dh_auto_install
+#	rm $(CURDIR)/debian/python-http-parser/usr/share/pyshared/http_parser/LICENSE


Property changes on: packages/python-http-parser/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-http-parser/trunk/debian/source/format
===================================================================
--- packages/python-http-parser/trunk/debian/source/format	                        (rev 0)
+++ packages/python-http-parser/trunk/debian/source/format	2011-10-07 00:56:57 UTC (rev 18838)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list