From 37b7baba4f986198c654517991e02e34be3304a0 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Fri, 15 Aug 2003 13:17:01 +0000 Subject: [PATCH] first working debian package now --- debian/control | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 -- 1.7.10.4