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/tdeartwork/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/tdeartwork/debian/control.in')
-rw-r--r-- | ubuntu/maverick/tdeartwork/debian/control.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/tdeartwork/debian/control.in b/ubuntu/maverick/tdeartwork/debian/control.in index 2be39b612..649f98c9a 100644 --- a/ubuntu/maverick/tdeartwork/debian/control.in +++ b/ubuntu/maverick/tdeartwork/debian/control.in @@ -11,7 +11,7 @@ Standards-Version: 3.7.2 Package: tdeartwork Architecture: all Section: tde -Depends: tdeartwork-misc (>= ${Source-Version}), tdeartwork-emoticons (>= ${Source-Version}), tdeartwork-style (>= ${Source-Version}), tdeartwork-theme-icon (>= ${Source-Version}), tdeartwork-theme-window (>= ${Source-Version}), tdewallpapers (>= ${Source-Version}), tdescreensaver (>= ${Source-Version}) +Depends: tdeartwork-misc (>= ${source:Version}), tdeartwork-emoticons (>= ${source:Version}), tdeartwork-style (>= ${source:Version}), tdeartwork-theme-icon (>= ${source:Version}), tdeartwork-theme-window (>= ${source:Version}), tdewallpapers (>= ${source:Version}), tdescreensaver (>= ${source:Version}) Recommends: tdescreensaver-xsavers Description: themes, styles and more from the official TDE release TDE (the Trinity Desktop Environment) is a powerful Open Source graphical @@ -102,7 +102,7 @@ Package: tdescreensaver Architecture: any Section: tde Depends: ${shlibs:Depends}, tdebase-bin -Recommends: twin, tdescreensaver-xsavers (= ${Source-Version}) +Recommends: twin, tdescreensaver-xsavers (= ${source:Version}) Description: additional screen savers released with TDE This package contains the screen savers for TDE. They can be tested and selected within the Appearance and Themes section of the Trinity Control @@ -119,7 +119,7 @@ Package: tdescreensaver-xsavers Architecture: any Section: tde Depends: ${shlibs:Depends}, tdebase-bin, xscreensaver -Recommends: twin, tdescreensaver (= ${Source-Version}), xscreensaver-gl +Recommends: twin, tdescreensaver (= ${source:Version}), xscreensaver-gl Suggests: tdescreensaver-xsavers-webcollage Description: TDE hooks for standard xscreensavers This package allows a smooth integration of the standard xscreensavers |