
Source: libtubo0
Section: libs
Priority: extra
Maintainer: Edscott Wilson Garcia <edscott@imp.mx>
Build-Depends: debhelper (>= 7.0.50~), libtool, pkg-config
Standards-Version: 3.9.2
Homepage: http://xffm.org/libtubo.html
#Vcs-Git: git://git.debian.org/collab-maint/rodent.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/rodent.git;a=summary

Package: libtubo0-dev
Section: libdevel
Architecture: any
Depends: libtubo0 (= ${binary:Version})
Description: Interprocess control library
 The Libtubo library  is small and simple function set to enable a 
 process to run any other process in the background and communicate via
 the stdout, stderr and stdin file descriptors. This library is used by
 Rodent filemanager but is also available here for other programs to use 
 freely.  The functionality of libtubo is similar to the glib function
 g_spawn_async_with_pipes() except that all pipe setup and monitoring 
 is taken care of. The calling function only has to provide the functions 
 with which to process the input/output of the remote process. These must
 be thread-safe functions. Licence GPL, which means you can use the library
 in closed source applications but must point end users to the site where 
 source code may be downloaded: http://xffm.org/libtubo.html


Package: libtubo0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libtubo, tubo
Description: Interprocess control library
 The Libtubo library  is small and simple function set to enable a 
 process to run any other process in the background and communicate via
 the stdout, stderr and stdin file descriptors. This library is used by
 Rodent filemanager but is also available here for other programs to use 
 freely.  The functionality of libtubo is similar to the glib function
 g_spawn_async_with_pipes() except that all pipe setup and monitoring 
 is taken care of. The calling function only has to provide the functions 
 with which to process the input/output of the remote process. These must
 be thread-safe functions. Licence GPL, which means you can use the library
 in closed source applications but must point end users to the site where 
 source code may be downloaded: http://xffm.org/libtubo.html


