Package: ttcn3parser
Severity: serious
Tags: patch

cd . && python setup.py build --build-base="./build"
/bin/sh: python: command not found
make: *** [common-build-impl] Error 127

Please add the missing Build-Depends on 'python-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ttcn3parser-20050122/debian/control ./debian/control
--- ../tmp-orig/ttcn3parser-20050122/debian/control     2005-01-30 
13:36:16.479552772 +0100
+++ ./debian/control    2005-01-30 13:36:04.706824974 +0100
@@ -2,14 +2,14 @@
 Section: devel
 Priority: extra
 Maintainer: W. Borgert <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4), docbook-xsl (>= 1.60), python2.3-dev, 
xsltproc, cdbs
+Build-Depends: debhelper (>> 4), docbook-xsl (>= 1.60), python-dev, xsltproc, 
cdbs
 Standards-Version: 3.6.1.1
 
 Package: ttcn3parser
 Architecture: all
-Depends: python, python2.3-pyparsing
+Depends: python, python-pyparsing
 Recommends: ttcn-el
-Suggests: python2.3-psyco
+Suggests: python-psyco
 Description: parser for the TTCN-3 test specification language
  This is a parser for TTCN-3 (Testing and Test Control
  Notation 3), a language mainly for testing of communication


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to