[Pkg-fdt-tools-team] Bug#398833: ttcn3parser: should include ${python:Depends} in Depends line

John Wright john at movingsucks.org
Tue Nov 21 00:54:40 CET 2006


retitle 398833 ttcn3parser: should include ${python:Depends} in Depends line
tags 398833 + patch
thanks

Hello,

Since python-central is managing this package's Python modules, it needs
to depend on python-central.  (Without python-central installed, I
cannot even import the package in python.)  Replacing the current
Depends line in the control file with ${python:Depends} fixes this
problem for me.


-- 
John Wright
-------------- next part --------------
--- ttcn3parser-20060801.orig/debian/control	2006-08-01 15:36:50.000000000 -0600
+++ ttcn3parser-20060801/debian/control	2006-11-20 16:45:24.000000000 -0700
@@ -9,7 +9,7 @@
 
 Package: ttcn3parser
 Architecture: all
-Depends: python, python-pyparsing
+Depends: ${python:Depends}
 Recommends: ttcn-el
 Suggests: python-psyco
 XB-Python-Version: ${python:Versions}


More information about the Pkg-fdt-tools-team mailing list