[Python-modules-commits] r12302 - in packages/python-tornado/trunk (7 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sat Mar 20 17:10:58 UTC 2010


    Date: Saturday, March 20, 2010 @ 17:10:50
  Author: chaica-guest
Revision: 12302

first commit of debian/

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


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

Added: packages/python-tornado/trunk/debian/changelog
===================================================================
--- packages/python-tornado/trunk/debian/changelog	                        (rev 0)
+++ packages/python-tornado/trunk/debian/changelog	2010-03-20 17:10:50 UTC (rev 12302)
@@ -0,0 +1,5 @@
+python-tornado (0.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #551520)
+
+ -- Carl Chenet <chaica at ohmytux.com>  Sat, 20 Mar 2010 17:38:45 +0100

Added: packages/python-tornado/trunk/debian/compat
===================================================================
--- packages/python-tornado/trunk/debian/compat	                        (rev 0)
+++ packages/python-tornado/trunk/debian/compat	2010-03-20 17:10:50 UTC (rev 12302)
@@ -0,0 +1 @@
+7

Added: packages/python-tornado/trunk/debian/control
===================================================================
--- packages/python-tornado/trunk/debian/control	                        (rev 0)
+++ packages/python-tornado/trunk/debian/control	2010-03-20 17:10:50 UTC (rev 12302)
@@ -0,0 +1,22 @@
+Source: python-tornado
+Section: python
+XS-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 (>= 2.5)
+Standards-Version: 3.8.4
+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/
+
+Package: python-tornado
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-dev, python-pycurl, python-simplejson
+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
+ is written using a web framework that looks a bit like web.py or
+ Google's webapp, but with additional tools and optimizations to take
+ advantage of the underlying non-blocking infrastructure.
+

Added: packages/python-tornado/trunk/debian/copyright
===================================================================
--- packages/python-tornado/trunk/debian/copyright	                        (rev 0)
+++ packages/python-tornado/trunk/debian/copyright	2010-03-20 17:10:50 UTC (rev 12302)
@@ -0,0 +1,30 @@
+This package was debianized by Carl Chenet <chaica at ohmytux.com> on
+Mon, 22 Mar 2010 16:47:15 +0200.
+
+It was downloaded from http://www.tornadoweb.org/
+
+Upstream Author:
+
+    Facebook
+
+Copyright:
+
+    Copyright © 2009 Facebook
+
+License:
+
+    Licensed to the Apache Software Foundation (ASF) under one or more contributor
+    license agreements. The ASF licenses this work to You under the Apache License,
+    Version 2.0 (the "License"); you may not use this work except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    On a Debian system, the license can be found at
+    /usr/share/common-licenses/Apache-2.0 .
+
+The Debian packaging is:
+
+    Copyright © 2010 Carl Chenet <chaica at ohmytux.com>
+
+and is also under the same license described above.

Added: packages/python-tornado/trunk/debian/rules
===================================================================
--- packages/python-tornado/trunk/debian/rules	                        (rev 0)
+++ packages/python-tornado/trunk/debian/rules	2010-03-20 17:10:50 UTC (rev 12302)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+


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

Added: packages/python-tornado/trunk/debian/watch
===================================================================
--- packages/python-tornado/trunk/debian/watch	                        (rev 0)
+++ packages/python-tornado/trunk/debian/watch	2010-03-20 17:10:50 UTC (rev 12302)
@@ -0,0 +1,2 @@
+version=3
+http://www.tornadoweb.org/static/tornado-(.+)\.tar\.gz




More information about the Python-modules-commits mailing list