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> | 2017-07-18 15:13:22 +0200 |
commit | d0f7b82de03e19192927473fa592b6616d404091 (patch) | |
tree | 3f29cc2e49ee2b881b81ace98ff00c56a9d1a851 /ubuntu/maverick/dependencies | |
parent | 5f4d7347f259a0e19c677cb68e4800e60eb79033 (diff) | |
download | tde-packaging-d0f7b82de03e19192927473fa592b6616d404091.tar.gz tde-packaging-d0f7b82de03e19192927473fa592b6616d404091.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')
-rw-r--r-- | ubuntu/maverick/dependencies/dbus-tqt/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/maverick/dependencies/tqtinterface/debian/control | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/maverick/dependencies/dbus-tqt/debian/control b/ubuntu/maverick/dependencies/dbus-tqt/debian/control index b7c53d279..a7e1913b5 100644 --- a/ubuntu/maverick/dependencies/dbus-tqt/debian/control +++ b/ubuntu/maverick/dependencies/dbus-tqt/debian/control @@ -11,7 +11,7 @@ Section: libdevel Architecture: any Replaces: libdbus-tqt-1-dev (<< 4:3.5.13) Breaks: libdbus-tqt-1-dev (<< 4:3.5.13) -Depends: libdbus-tqt-1-1c2 (= ${Source-Version}), libdbus-1-dev (>= 0.90), libtqtinterface-dev +Depends: libdbus-tqt-1-1c2 (= ${source:Version}), libdbus-1-dev (>= 0.90), libtqtinterface-dev Conflicts: dbus-tqt-1-dev Description: simple interprocess messaging system (TQt interface) D-BUS is a message bus, used for sending messages between applications. diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/control b/ubuntu/maverick/dependencies/tqtinterface/debian/control index 83e620f2e..9859f3bbd 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: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. |