Update of /cvsroot/ipbench/ipbench2/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25905
Modified Files:
control
Log Message:
fix commas in dependencies
Index: control
===================================================================
RCS file: /cvsroot/ipbench/ipbench2/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** control 21 Dec 2004 05:57:53 -0000 1.5
--- control 7 Mar 2006 05:10:32 -0000 1.6
***************
*** 4,12 ****
Maintainer: Ian Wienand <ia...@ge...>
Standards-Version: 3.6.1
! Build-Depends: debmake cdbs swig python-dev
Package: ipbench-client
Architecture: any
! Depends: ${shlibs:Depends} ipbench-plugins python python-xml
Description: Client machine files for ipbench2
ipbench is a distributed networking suite with a variety of tests and
--- 4,12 ----
Maintainer: Ian Wienand <ia...@ge...>
Standards-Version: 3.6.1
! Build-Depends: debmake, cdbs, swig, python-dev
Package: ipbench-client
Architecture: any
! Depends: ${shlibs:Depends}, ipbench-plugins, python, python-xml
Description: Client machine files for ipbench2
ipbench is a distributed networking suite with a variety of tests and
***************
*** 18,22 ****
Package: ipbench-target
Architecture: any
! Depends: ${shlibs:Depends} ipbench-plugins python python-xml
Description: Target machine files for ipbench2
ipbench is a distributed networking suite with a variety of tests and
--- 18,22 ----
Package: ipbench-target
Architecture: any
! Depends: ${shlibs:Depends}, ipbench-plugins, python, python-xml
Description: Target machine files for ipbench2
ipbench is a distributed networking suite with a variety of tests and
|