[Python-modules-commits] r20772 - in packages/python-tornado/trunk/debian (changelog control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Tue Mar 13 21:36:59 UTC 2012
Date: Tuesday, March 13, 2012 @ 21:36:58
Author: jtaylor-guest
Revision: 20772
remove unnecessary Dependencies and Breaks
Modified:
packages/python-tornado/trunk/debian/changelog
packages/python-tornado/trunk/debian/control
Modified: packages/python-tornado/trunk/debian/changelog
===================================================================
--- packages/python-tornado/trunk/debian/changelog 2012-03-13 21:36:51 UTC (rev 20771)
+++ packages/python-tornado/trunk/debian/changelog 2012-03-13 21:36:58 UTC (rev 20772)
@@ -6,8 +6,9 @@
[ Julian Taylor ]
* make packages arch all
* wrap-and-sort debian/
+ * remove unnecessary Dependencies and Breaks
- -- Julian Taylor <jtaylor.debian at googlemail.com> Tue, 13 Mar 2012 21:18:39 +0100
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Tue, 13 Mar 2012 21:19:22 +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:51 UTC (rev 20771)
+++ packages/python-tornado/trunk/debian/control 2012-03-13 21:36:58 UTC (rev 20772)
@@ -21,10 +21,8 @@
python (>= 2.6) | python-simplejson,
python-pycurl,
${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
+ ${python: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
web server and tools that power FriendFeed. The FriendFeed application
@@ -36,12 +34,7 @@
Package: python3-tornado
Architecture: all
-Depends: ca-certificates,
- python3 (>= 3.2),
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
-Breaks: ${python3:Breaks}
+Depends: ca-certificates, ${misc:Depends}, ${python3:Depends}
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
More information about the Python-modules-commits
mailing list