diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-11-22 17:10:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-11-22 17:16:35 +0100 |
commit | dd113b54aea209c3ac9c21b899745d455ad4cb1d (patch) | |
tree | 5c073ab1ee1a5d5986502591e22494602fad9998 /ubuntu/maverick/dependencies/tqtinterface | |
parent | a09f1155739cd4a0019e0e9482bd4e0847c9a478 (diff) | |
download | tde-packaging-dd113b54aea209c3ac9c21b899745d455ad4cb1d.tar.gz tde-packaging-dd113b54aea209c3ac9c21b899745d455ad4cb1d.zip |
DEB: Replaced ${Source-Version} with ${source:Version}
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fc7541998a7dfe7a7d10a55f0cc683c0ef66bcf1)
Diffstat (limited to 'ubuntu/maverick/dependencies/tqtinterface')
-rw-r--r-- | ubuntu/maverick/dependencies/tqtinterface/debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/control b/ubuntu/maverick/dependencies/tqtinterface/debian/control index 3c70ec557..8487c3d8d 100644 --- a/ubuntu/maverick/dependencies/tqtinterface/debian/control +++ b/ubuntu/maverick/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. |