diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-12-17 03:32:13 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-17 03:32:13 +0100 |
commit | a0a7c9b50941a51682bfa08164e23b52a9cf9ca0 (patch) | |
tree | 81b1663a722ae7f28db1fea4cbb5fc3649ac0f49 /debian/squeeze | |
parent | 0cbdbe95f312959fd2ff3616462f7ed2d100435a (diff) | |
download | tde-packaging-a0a7c9b50941a51682bfa08164e23b52a9cf9ca0.tar.gz tde-packaging-a0a7c9b50941a51682bfa08164e23b52a9cf9ca0.zip |
Fix syntax error in tqtinterface control file on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/squeeze')
-rw-r--r-- | debian/squeeze/dependencies/tqtinterface/debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/squeeze/dependencies/tqtinterface/debian/control b/debian/squeeze/dependencies/tqtinterface/debian/control index 07d7062b1..79c964871 100644 --- a/debian/squeeze/dependencies/tqtinterface/debian/control +++ b/debian/squeeze/dependencies/tqtinterface/debian/control @@ -22,7 +22,7 @@ Architecture: any Section: libs Replaces: libtqtinterface-dev (<< 4:14.0.0~) Breaks: libtqtinterface-dev (<< 4:14.0.0~) -Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), tqt3-apps-dev +Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), tqt3-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:14.0.0~) Breaks: libtqtinterface-doc (<< 4:14.0.0~) -Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), tqt3-doc +Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), tqt3-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:14.0.0~) Breaks: libtqtinterface-dbg (<< 4:14.0.0~) -Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), tqt-x11-free-dbg +Depends: ${shlibs:Depends}, libtqtinterface (>= ${Source-Version}), tqt-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. |