gmyth/debian/control
author melunko
Wed Dec 06 01:32:43 2006 +0000 (2006-12-06)
branchtrunk
changeset 200 cc92e11a0c71
parent 36 a6559a231dd2
child 270 bb8a8b1c449d
permissions -rw-r--r--
[svn r201] Changed debian/control to enable two different packages gmyth and gmyth-dev
     1 Source: gmyth
     2 Priority: optional
     3 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
     4 Build-Depends: debhelper (>= 4.0.0)
     5 Standards-Version: 3.6.2
     6 Section: libs
     7 
     8 Package: gmyth
     9 Section: libs
    10 Architecture: any
    11 Depends: ${shlibs:Depends}, ${misc:Depends}
    12 Description: The gmyth library binary files. GMyth is a library intended to access mythtv backend functionalities from a glib/gobject perspective. It includes access to the program guide, recorded programs, scheduling, etc.
    13 
    14 Package: gmyth-dev
    15 Section: libdevel
    16 Architecture: any
    17 Depends: gmyth (= ${Source-Version})
    18 Description: The gmyth library development files. GMyth is a library intended to access mythtv backend functionalities from a glib/gobject perspective. It includes access to the program guide, recorded programs, scheduling, etc.
    19