added libboost and libgtk2 to package dependencies
This commit is contained in:
parent
665d69d0bd
commit
4a2a4cc155
1 changed files with 6 additions and 2 deletions
|
@ -29,7 +29,9 @@ Build-Depends: debhelper (>= 4.0.0),
|
|||
libid3tag0-dev,
|
||||
libmad0-dev,
|
||||
libogg-dev,
|
||||
libvorbis-dev
|
||||
libvorbis-dev,
|
||||
libboost-dev (>= 1.31), libboost-date-time-dev (>= 1.31),
|
||||
libgtk2.0-dev (>= 2.6.1)
|
||||
Standards-Version: 3.6.1
|
||||
|
||||
Package: livesupport-libs
|
||||
|
@ -47,7 +49,9 @@ Depends: ${shlibs:Depends},
|
|||
libid3tag0,
|
||||
libmad0,
|
||||
libogg0,
|
||||
libvorbis0a
|
||||
libvorbis0a,
|
||||
libboost-date-time1.32.0 (>= 1.31),
|
||||
libgtk2.0-0 (>= 2.6.1)
|
||||
Description: A radio program automation and support tool.
|
||||
This package contains the libraries used by LiveSupport.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue