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:10:56 +0100 |
commit | fc7541998a7dfe7a7d10a55f0cc683c0ef66bcf1 (patch) | |
tree | 91e701405570f8572ac4cb8fbd3e1eac42b4ae8c /ubuntu/maverick/tdetoys/debian/control.in | |
parent | d37d6b22b4b33398c366ef66e733f639b12b2ccf (diff) | |
download | tde-packaging-fc7541998a7dfe7a7d10a55f0cc683c0ef66bcf1.tar.gz tde-packaging-fc7541998a7dfe7a7d10a55f0cc683c0ef66bcf1.zip |
DEB: Replaced ${Source-Version} with ${source:Version}
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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, |