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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Tue Mar 13 21:36:53 UTC 2012


    Date: Tuesday, March 13, 2012 @ 21:36:51
  Author: jtaylor-guest
Revision: 20771

wrap-and-sort debian/

Modified:
  packages/python-tornado/trunk/debian/changelog
  packages/python-tornado/trunk/debian/control
  packages/python-tornado/trunk/debian/copyright

Modified: packages/python-tornado/trunk/debian/changelog
===================================================================
--- packages/python-tornado/trunk/debian/changelog	2012-03-13 21:36:44 UTC (rev 20770)
+++ packages/python-tornado/trunk/debian/changelog	2012-03-13 21:36:51 UTC (rev 20771)
@@ -5,8 +5,9 @@
 
   [ Julian Taylor ]
   * make packages arch all
+  * wrap-and-sort debian/
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Tue, 13 Mar 2012 21:17:07 +0100
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Tue, 13 Mar 2012 21:18:39 +0100
 
 python-tornado (2.1.0-1) unstable; urgency=low
 

Modified: packages/python-tornado/trunk/debian/control
===================================================================
--- packages/python-tornado/trunk/debian/control	2012-03-13 21:36:44 UTC (rev 20770)
+++ packages/python-tornado/trunk/debian/control	2012-03-13 21:36:51 UTC (rev 20771)
@@ -4,8 +4,12 @@
 X-Python3-Version: >= 3.2
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Carl Chenet <chaica at ohmytux.com>, Yaroslav Halchenko <debian at onerussian.com>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3), python3-all-dev, python3-setuptools
+Uploaders: Carl Chenet <chaica at ohmytux.com>,
+           Yaroslav Halchenko <debian at onerussian.com>
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all-dev (>= 2.6.6-3),
+               python3-all-dev,
+               python3-setuptools
 Standards-Version: 3.9.2
 Homepage: http://www.tornadoweb.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-tornado/trunk/
@@ -13,8 +17,13 @@
 
 Package: python-tornado
 Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-pycurl, python (>= 2.6) | python-simplejson, ca-certificates
-Recommends: python-mysqldb, python (>= 2.6) | python-multiprocessing
+Depends: ca-certificates,
+         python (>= 2.6) | python-simplejson,
+         python-pycurl,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Recommends: python (>= 2.6) | python-multiprocessing, python-mysqldb
 Breaks: ${python:Breaks}
 Description: scalable, non-blocking web server and tools
  Tornado is an open source version of the scalable, non-blocking
@@ -27,7 +36,11 @@
 
 Package: python3-tornado
 Architecture: all
-Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}, python3 (>= 3.2), ca-certificates
+Depends: ca-certificates,
+         python3 (>= 3.2),
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
 Breaks: ${python3:Breaks}
 Description: scalable, non-blocking web server and tools
  Tornado is an open source version of the scalable, non-blocking

Modified: packages/python-tornado/trunk/debian/copyright
===================================================================
--- packages/python-tornado/trunk/debian/copyright	2012-03-13 21:36:44 UTC (rev 20770)
+++ packages/python-tornado/trunk/debian/copyright	2012-03-13 21:36:51 UTC (rev 20771)
@@ -127,7 +127,7 @@
     The Original Code is the Netscape security libraries.
 
     The Initial Developer of the Original Code is Netscape
-    Communications Corporation.  Portions created by Netscape are 
+    Communications Corporation.  Portions created by Netscape are
     Copyright (C) 1994-2000 Netscape Communications Corporation.  All
     Rights Reserved.
 
@@ -135,8 +135,8 @@
 
     Alternatively, the contents of this file may be used under the
     terms of the GNU General Public License Version 2 or later (the
-    "GPL"), in which case the provisions of the GPL are applicable 
-    instead of those above.  If you wish to allow use of your 
+    "GPL"), in which case the provisions of the GPL are applicable
+    instead of those above.  If you wish to allow use of your
     version of this file only under the terms of the GPL and not to
     allow others to use your version of this file under the MPL,
     indicate your decision by deleting the provisions above and




More information about the Python-modules-commits mailing list