[Python-modules-commits] r10480 - in packages/tornado/trunk (8 files)

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Sun Nov 15 22:41:13 UTC 2009


    Date: Sunday, November 15, 2009 @ 22:41:12
  Author: angelabad-guest
Revision: 10480

[svn-inject] Applying Debian modifications to trunk

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


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

Added: packages/tornado/trunk/debian/changelog
===================================================================
--- packages/tornado/trunk/debian/changelog	                        (rev 0)
+++ packages/tornado/trunk/debian/changelog	2009-11-15 22:41:12 UTC (rev 10480)
@@ -0,0 +1,5 @@
+tornado (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #551520)
+
+ -- Angel Abad <angelabad at gmail.com>  Tue, 27 Oct 2009 14:05:27 +0100

Added: packages/tornado/trunk/debian/compat
===================================================================
--- packages/tornado/trunk/debian/compat	                        (rev 0)
+++ packages/tornado/trunk/debian/compat	2009-11-15 22:41:12 UTC (rev 10480)
@@ -0,0 +1 @@
+7

Added: packages/tornado/trunk/debian/control
===================================================================
--- packages/tornado/trunk/debian/control	                        (rev 0)
+++ packages/tornado/trunk/debian/control	2009-11-15 22:41:12 UTC (rev 10480)
@@ -0,0 +1,17 @@
+Source: tornado
+Section: python 
+Priority: optional
+Maintainer: Angel Abad <angelabad at gmail.com>
+Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.3.5-11),
+ python-support (>= 0.5.3)
+Standards-Version: 3.8.3
+Homepage: http://www.tornadoweb.org/
+
+Package: python-tornado
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
+ python-pycurl (>= 7.16.2.1), python-simplejson
+XB-Python-Version: ${python:Versions}
+Description: Scalable, non-blocking python web server
+ Tornado is an open source version of the scalable, non-blocking web
+ server and tools that power FriendFeed.

Added: packages/tornado/trunk/debian/copyright
===================================================================
--- packages/tornado/trunk/debian/copyright	                        (rev 0)
+++ packages/tornado/trunk/debian/copyright	2009-11-15 22:41:12 UTC (rev 10480)
@@ -0,0 +1,35 @@
+This work was packaged for Debian by:
+
+    Angel Abad <angelabad at gmail.com> on Tue, 27 Oct 2009 14:05:27 +0100
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Angel Abad <angelabad at gmail.com>
+
+# Please chose a license for your packaging work. If the program you package
+# uses a mainstream license, using the same license is the safest choice.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
+# If you just want it to be GPL version 3, leave the following lines in.
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: packages/tornado/trunk/debian/pyversions
===================================================================
--- packages/tornado/trunk/debian/pyversions	                        (rev 0)
+++ packages/tornado/trunk/debian/pyversions	2009-11-15 22:41:12 UTC (rev 10480)
@@ -0,0 +1 @@
+2.5-

Added: packages/tornado/trunk/debian/rules
===================================================================
--- packages/tornado/trunk/debian/rules	                        (rev 0)
+++ packages/tornado/trunk/debian/rules	2009-11-15 22:41:12 UTC (rev 10480)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh  $@
+
+override_dh_compress:
+	dh_compress -X.py


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

Added: packages/tornado/trunk/debian/watch
===================================================================
--- packages/tornado/trunk/debian/watch	                        (rev 0)
+++ packages/tornado/trunk/debian/watch	2009-11-15 22:41:12 UTC (rev 10480)
@@ -0,0 +1,3 @@
+version=3
+
+http://www.tornadoweb.org/ http://www.tornadoweb.org/static/tornado-(.*).tar.gz
\ No newline at end of file




More information about the Python-modules-commits mailing list