[Python-apps-commits] r3053 - in packages/upnp-inspector/trunk/debian (control)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Jun 2 18:03:24 UTC 2009


    Date: Tuesday, June 2, 2009 @ 18:03:23
  Author: cjsmo-guest
Revision: 3053

reworked dependencies, package now depends on coherence and python-gtk2, move python from Build-Depends to Build-Depends-Indep.

Modified:
  packages/upnp-inspector/trunk/debian/control

Modified: packages/upnp-inspector/trunk/debian/control
===================================================================
--- packages/upnp-inspector/trunk/debian/control	2009-06-02 16:39:18 UTC (rev 3052)
+++ packages/upnp-inspector/trunk/debian/control	2009-06-02 18:03:23 UTC (rev 3053)
@@ -3,30 +3,18 @@
 Priority: optional
 Maintainer: Charlie Smotherman <cjsmo at cableone.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python (>=2.5)
-Build-Depends-Indep: python-support (>= 0.6.4), python-setuptools
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: python (>=2.5), python-support (>= 0.6.4), python-setuptools
 Standards-Version: 3.8.1
 XS-Python-Version: >=2.5
 Homepage: http://coherence.beebits.net/wiki/UPnP-Inspector
 
-Package: python-upnp-inspector
+Package: upnp-inspector
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends}.
-         python-celementtree,
-         python-configobj,
-         python-ctypes,
-         python-elementtree,
-         python-gst0.10,
-         python-louie,
-         python-nose,
-         python-pkg-resources,
-         python-twisted-core,
-         python-twisted-web,
-         python-axiom,
-         python-tagpy,
-         python-zopeinterface,
-         python-coherence
+         ${python:Depends},
+         python-gtk2,
+         python-coherence (>=0.6.4)
 Description: Python UPnP framework analyzer
  The Inspector is an UPnP Device and Service analyzer, and a debugging tool,
  based on the Coherence DLNA/UPnP framework.  It is a GUI to discover and




More information about the Python-apps-commits mailing list