Fix syntax error in tqtinterface control file on Debian and Ubuntu

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a0a7c9b509)
v3.5.13-sru
Slávek Banko 9 years ago
parent 2e47bf8600
commit 168e8ba79e

@ -19,7 +19,7 @@ Package: libtqtinterface-dev
Architecture: any
Section: libs
Breaks: libtqtinterface (<< 4:3.5.13.3~)
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt3-apps-dev
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt3-apps-dev
Description: The Trinity Qt Interface Libraries (Development Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.
@ -29,7 +29,7 @@ Description: The Trinity Qt Interface Libraries (Development Files)
Package: libtqtinterface-doc
Architecture: any
Section: libs
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt3-doc
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt3-doc
Description: The Trinity Qt Interface Libraries (Debug Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.
@ -39,7 +39,7 @@ Description: The Trinity Qt Interface Libraries (Debug Files)
Package: libtqtinterface-dbg
Architecture: any
Section: libs
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt-x11-free-dbg
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt-x11-free-dbg
Description: The Trinity Qt Interface Libraries (Debug Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.

@ -19,7 +19,7 @@ Package: libtqtinterface-dev
Architecture: any
Section: libs
Breaks: libtqtinterface (<< 4:3.5.13.3~)
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt3-apps-dev
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt3-apps-dev
Description: The Trinity Qt Interface Libraries (Development Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.
@ -29,7 +29,7 @@ Description: The Trinity Qt Interface Libraries (Development Files)
Package: libtqtinterface-doc
Architecture: any
Section: libs
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt3-doc
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt3-doc
Description: The Trinity Qt Interface Libraries (Debug Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.
@ -39,7 +39,7 @@ Description: The Trinity Qt Interface Libraries (Debug Files)
Package: libtqtinterface-dbg
Architecture: any
Section: libs
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt-x11-free-dbg
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt-x11-free-dbg
Description: The Trinity Qt Interface Libraries (Debug Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.

@ -22,7 +22,7 @@ Architecture: any
Section: libs
Replaces: libtqtinterface-dev (<< 4:3.5.13)
Breaks: libtqtinterface-dev (<< 4:3.5.13), libtqtinterface (<< 4:3.5.13.3~)
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt3-apps-dev
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt3-apps-dev
Description: The Trinity Qt Interface Libraries (Development Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.
@ -34,7 +34,7 @@ Architecture: any
Section: libs
Replaces: libtqtinterface-doc (<< 4:3.5.13)
Breaks: libtqtinterface-doc (<< 4:3.5.13)
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt3-doc
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt3-doc
Description: The Trinity Qt Interface Libraries (Debug Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.
@ -46,7 +46,7 @@ Architecture: any
Section: libs
Replaces: libtqtinterface-dbg (<< 4:3.5.13)
Breaks: libtqtinterface-dbg (<< 4:3.5.13)
Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt-x11-free-dbg
Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), qt-x11-free-dbg
Description: The Trinity Qt Interface Libraries (Debug Files)
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.

Loading…
Cancel
Save