From: Marc Cromme Date: Fri, 15 Aug 2003 13:17:01 +0000 (+0000) Subject: first working debian package now X-Git-Tag: tclrobot.0.2.0~4 X-Git-Url: http://git.indexdata.com/?p=tclrobot.git;a=commitdiff_plain;h=37b7baba4f986198c654517991e02e34be3304a0 first working debian package now --- diff --git a/debian/control b/debian/control index 1b211c2..42326e1 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,24 @@ Source: tclrobot -Section: web +Section: devel Priority: optional Maintainer: marc cromme Build-Depends: debhelper (>> 4.0.0), autoconf (>> 2.50), tcl8.3-dev|tcl8.4-dev Standards-Version: 3.5.8 +Package: tclrobot +Section: misc +Architecture: any +Depends: ${shlibs:Depends} +Description: web crawling robot + Fetches html pages from the web + TCL extention library + Package: libtclrobot-tcl Section: libs Architecture: any -Depends: tcl8.3|tcl8.4 +Depends: ${shlibs:Depends}, tcl8.3|tcl8.4 Description: web crawling robot - Fetches html pages from the web + Fetches html pages from the web TCL extention library