fixed the bug in the control file which caused #2229,
and added some alternatives so now it should work under dapper, edgy, and feisty as well
This commit is contained in:
parent
a56e8bf1ab
commit
455a202ff7
1 changed files with 10 additions and 10 deletions
|
@ -47,14 +47,14 @@ Build-Depends: debhelper (>= 4.0.0),
|
||||||
libgtkmm-2.4-dev (>= 2.6.5),
|
libgtkmm-2.4-dev (>= 2.6.5),
|
||||||
libglademm-2.4-dev (>= 2.6.2),
|
libglademm-2.4-dev (>= 2.6.2),
|
||||||
libxml++2.6-dev (>= 2.8.1),
|
libxml++2.6-dev (>= 2.8.1),
|
||||||
libicu34-dev,
|
libicu34-dev | libicu36-dev,
|
||||||
apache2,
|
apache2,
|
||||||
php5-pgsql,
|
php5-pgsql,
|
||||||
libapache2-mod-php5,
|
libapache2-mod-php5,
|
||||||
php-pear,
|
php-pear,
|
||||||
php5-gd,
|
php5-gd,
|
||||||
postgresql-8.1,
|
postgresql-8.1 | postgresql-8.2,
|
||||||
postgresql-client-8.1
|
postgresql-client-8.1 | postgresql-client-8.2
|
||||||
Standards-Version: 3.6.1
|
Standards-Version: 3.6.1
|
||||||
|
|
||||||
Package: campcaster-libs
|
Package: campcaster-libs
|
||||||
|
@ -91,7 +91,7 @@ Description: A radio program automation and support tool.
|
||||||
Package: campcaster-station
|
Package: campcaster-station
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
campcaster-libs (= ${dpkg:Version}),
|
campcaster-libs (= ${binary:Version}),
|
||||||
sed,
|
sed,
|
||||||
pwgen,
|
pwgen,
|
||||||
unixodbc (>= 2.2),
|
unixodbc (>= 2.2),
|
||||||
|
@ -113,14 +113,14 @@ Depends: ${shlibs:Depends},
|
||||||
libcurl3,
|
libcurl3,
|
||||||
libboost-date-time1.33.1,
|
libboost-date-time1.33.1,
|
||||||
libxml++2.6c2a (>= 2.8.1),
|
libxml++2.6c2a (>= 2.8.1),
|
||||||
libicu34,
|
libicu34 | libicu36,
|
||||||
apache2,
|
apache2,
|
||||||
php5-pgsql,
|
php5-pgsql,
|
||||||
libapache2-mod-php5,
|
libapache2-mod-php5,
|
||||||
php-pear,
|
php-pear,
|
||||||
php5-gd,
|
php5-gd,
|
||||||
postgresql-8.1,
|
postgresql-8.1 | postgresql-8.2,
|
||||||
postgresql-client-8.1
|
postgresql-client-8.1 | postgresql-client-8.2
|
||||||
Description: A radio program automation and support tool.
|
Description: A radio program automation and support tool.
|
||||||
Campcaster is the first free and open radio management software that
|
Campcaster is the first free and open radio management software that
|
||||||
provides live studio broadcast capabilities as well as remote automation
|
provides live studio broadcast capabilities as well as remote automation
|
||||||
|
@ -141,8 +141,8 @@ Description: A radio program automation and support tool.
|
||||||
Package: campcaster-studio
|
Package: campcaster-studio
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
campcaster-libs (= ${dpkg:Version}),
|
campcaster-libs (= ${binary:Version}),
|
||||||
campcaster-station (= ${dpkg:Version}),
|
campcaster-station (= ${binary:Version}),
|
||||||
sed,
|
sed,
|
||||||
unixodbc (>= 2.2),
|
unixodbc (>= 2.2),
|
||||||
odbc-postgresql,
|
odbc-postgresql,
|
||||||
|
@ -162,7 +162,7 @@ Depends: ${shlibs:Depends},
|
||||||
libcurl3 (>= 7.12.3),
|
libcurl3 (>= 7.12.3),
|
||||||
libboost-date-time1.33.1,
|
libboost-date-time1.33.1,
|
||||||
libxml++2.6c2a (>= 2.8.1),
|
libxml++2.6c2a (>= 2.8.1),
|
||||||
libicu34,
|
libicu34 | libicu36,
|
||||||
libgtk2.0-0 (>= 2.6.10),
|
libgtk2.0-0 (>= 2.6.10),
|
||||||
libgtkmm-2.4-1c2a (>= 2.6.5)
|
libgtkmm-2.4-1c2a (>= 2.6.5)
|
||||||
libglademm-2.4-1c2a (>= 2.6.2)
|
libglademm-2.4-1c2a (>= 2.6.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue