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/tdetoys/debian/control.in | |
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/tdetoys/debian/control.in')
-rw-r--r-- | ubuntu/maverick/tdetoys/debian/control.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/tdetoys/debian/control.in b/ubuntu/maverick/tdetoys/debian/control.in index fa01c0f9a..9e2e63c14 100644 --- a/ubuntu/maverick/tdetoys/debian/control.in +++ b/ubuntu/maverick/tdetoys/debian/control.in @@ -10,8 +10,8 @@ Standards-Version: 3.7.2 Package: tdetoys Architecture: all Section: tde -Depends: amor (>= ${Source-Version}), eyesapplet (>= ${Source-Version}), fifteenapplet (>= ${Source-Version}), kmoon (>= ${Source-Version}), kodo (>= ${Source-Version}), kteatime (>= ${Source-Version}), ktux (>= ${Source-Version}), kweather (>= ${Source-Version}), kworldclock (>= ${Source-Version}) -Suggests: tdetoys-doc-html (>= ${Source-Version}) +Depends: amor (>= ${source:Version}), eyesapplet (>= ${source:Version}), fifteenapplet (>= ${source:Version}), kmoon (>= ${source:Version}), kodo (>= ${source:Version}), kteatime (>= ${source:Version}), ktux (>= ${source:Version}), kweather (>= ${source:Version}), kworldclock (>= ${source:Version}) +Suggests: tdetoys-doc-html (>= ${source:Version}) Description: toys from the official TDE release TDE (the Trinity Desktop Environment) is a powerful Open Source graphical desktop environment for Unix workstations. It combines ease of use, |