[Python-modules-commits] r15755 - in packages/python-tornado/trunk/debian (6 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Fri Feb 18 02:14:24 UTC 2011


    Date: Friday, February 18, 2011 @ 02:14:13
  Author: chaica-guest
Revision: 15755

  * New upstream release.
  * Added debian/examples
  * debian/control
    - Removed python-support
    - Replaced XS-Python-Version by X-Python-Version
    - Added Breaks: ${python:Breaks}
  * debian/rules
    - Replaced dh $@ by dh $@ --with python2
  * debian/watch
    - fixed the path
  * debian/copyright
    - some files no more in the upstream sources

Added:
  packages/python-tornado/trunk/debian/examples
Modified:
  packages/python-tornado/trunk/debian/changelog
  packages/python-tornado/trunk/debian/control
  packages/python-tornado/trunk/debian/copyright
  packages/python-tornado/trunk/debian/rules
  packages/python-tornado/trunk/debian/watch

Modified: packages/python-tornado/trunk/debian/changelog
===================================================================
--- packages/python-tornado/trunk/debian/changelog	2011-02-17 19:49:47 UTC (rev 15754)
+++ packages/python-tornado/trunk/debian/changelog	2011-02-18 02:14:13 UTC (rev 15755)
@@ -1,3 +1,20 @@
+python-tornado (1.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added debian/examples
+  * debian/control
+    - Removed python-support
+    - Replaced XS-Python-Version by X-Python-Version
+    - Added Breaks: ${python:Breaks}
+  * debian/rules
+    - Replaced dh $@ by dh $@ --with python2
+  * debian/watch
+    - fixed the path
+  * debian/copyright
+    - some files no more in the upstream sources
+
+ -- Carl Chenet <chaica at ohmytux.com>  Fri, 18 Feb 2011 04:02:54 +0100
+
 python-tornado (1.0.1-1) unstable; urgency=low
 
   * Team upload

Modified: packages/python-tornado/trunk/debian/control
===================================================================
--- packages/python-tornado/trunk/debian/control	2011-02-17 19:49:47 UTC (rev 15754)
+++ packages/python-tornado/trunk/debian/control	2011-02-18 02:14:13 UTC (rev 15755)
@@ -1,11 +1,11 @@
 Source: python-tornado
 Section: python
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Carl Chenet <chaica at ohmytux.com>
-Build-Depends: debhelper (>= 7.0.50~), python-support, python-all-dev (>= 2.5)
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3)
+Standards-Version: 3.9.1.0
 Homepage: http://www.tornadoweb.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-tornado/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-tornado/trunk/
@@ -14,6 +14,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-pycurl, python (>= 2.6) | python-simplejson
 Recommends: python-mysqldb
+Breaks: ${python:Breaks}
 Description: scalable, non-blocking web server and tools
  Tornado is an open source version of the scalable, non-blocking
  web server and tools that power FriendFeed. The FriendFeed application

Modified: packages/python-tornado/trunk/debian/copyright
===================================================================
--- packages/python-tornado/trunk/debian/copyright	2011-02-17 19:49:47 UTC (rev 15754)
+++ packages/python-tornado/trunk/debian/copyright	2011-02-18 02:14:13 UTC (rev 15755)
@@ -23,13 +23,6 @@
     On a Debian system, the license can be found at
     /usr/share/common-licenses/Apache-2.0 .
 
-The following files:
-demos/wsgi/web/httpserver.py: Copyright © 2004 Colin Stewart
-demos/wsgi/web/debugerror.py: Copyright © 2005, the Lawrence Journal-World
-
-and are released under the BSD modified license available at 
-http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5
-
 The following files :
 demos/chat/static/chat.js
 demos/chat/static/chat.css
@@ -50,15 +43,6 @@
 and are under the MIT license available at
 http://www.opensource.org/licenses/mit-license.php
 
-The following file:
-demos/wsgi/web/__init__.py
-is by:
-
-    Aaron Swartz <me at aaronsw.com>
-    Anand Chitipothu <anandology at gmail.com>
-
-and is in the public domain.
-
 Debian packaging is:
 
     Copyright © 2010 Carl Chenet <chaica at ohmytux.com>

Added: packages/python-tornado/trunk/debian/examples
===================================================================
--- packages/python-tornado/trunk/debian/examples	                        (rev 0)
+++ packages/python-tornado/trunk/debian/examples	2011-02-18 02:14:13 UTC (rev 15755)
@@ -0,0 +1 @@
+demos/*

Modified: packages/python-tornado/trunk/debian/rules
===================================================================
--- packages/python-tornado/trunk/debian/rules	2011-02-17 19:49:47 UTC (rev 15754)
+++ packages/python-tornado/trunk/debian/rules	2011-02-18 02:14:13 UTC (rev 15755)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2

Modified: packages/python-tornado/trunk/debian/watch
===================================================================
--- packages/python-tornado/trunk/debian/watch	2011-02-17 19:49:47 UTC (rev 15754)
+++ packages/python-tornado/trunk/debian/watch	2011-02-18 02:14:13 UTC (rev 15755)
@@ -1,2 +1,2 @@
 version=3
-http://www.tornadoweb.org/ static/tornado-(.+)\.tar\.gz
+http://githubredir.debian.net/github/facebook/tornado /v(.*).tar.gz




More information about the Python-modules-commits mailing list