[Python-modules-commits] r24175 - in packages/txws/trunk/debian (changelog control)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Tue May 7 14:02:11 UTC 2013


    Date: Tuesday, May 7, 2013 @ 14:02:09
  Author: laarmen-guest
Revision: 24175

Use explicit dependency for Twisted

Modified:
  packages/txws/trunk/debian/changelog
  packages/txws/trunk/debian/control

Modified: packages/txws/trunk/debian/changelog
===================================================================
--- packages/txws/trunk/debian/changelog	2013-05-07 03:08:04 UTC (rev 24174)
+++ packages/txws/trunk/debian/changelog	2013-05-07 14:02:09 UTC (rev 24175)
@@ -6,4 +6,4 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:04:13 +0200
+ -- Simon Chopin <chopin.simon at gmail.com>  Mon, 06 May 2013 15:27:03 +0200

Modified: packages/txws/trunk/debian/control
===================================================================
--- packages/txws/trunk/debian/control	2013-05-07 03:08:04 UTC (rev 24174)
+++ packages/txws/trunk/debian/control	2013-05-07 14:02:09 UTC (rev 24175)
@@ -6,7 +6,6 @@
 Build-Depends:
  debhelper (>= 8),
  python-all (>= 2.6.6-3~),
- python-pkg-resources,
  python-setuptools
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
@@ -16,7 +15,7 @@
 
 Package: python-txws
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core
 Description: Websocket wrapper for Twisted
  txWS (pronounced "Twisted WebSockets") is a small, short, simple library
  for adding WebSockets server support to your favorite Twisted




More information about the Python-modules-commits mailing list