diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-13 02:06:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-13 02:06:28 +0100 |
commit | 300b3bb470d5c4900fdd86bee4763749912f460a (patch) | |
tree | 9184cc0478982970df43268392d9bbd8f2ce6d36 /debian | |
parent | bd75a662d98b3140d799b501defe4c45a3e40c25 (diff) | |
download | tde-packaging-300b3bb470d5c4900fdd86bee4763749912f460a.tar.gz tde-packaging-300b3bb470d5c4900fdd86bee4763749912f460a.zip |
DEB gwenview: Fix the name of suggested i18n package.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/_base/applications/graphics/gwenview-i18n/debian/control | 4 | ||||
-rw-r--r-- | debian/_base/applications/graphics/gwenview/debian/control | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/_base/applications/graphics/gwenview-i18n/debian/control b/debian/_base/applications/graphics/gwenview-i18n/debian/control index 16e21e9ee..b292db694 100644 --- a/debian/_base/applications/graphics/gwenview-i18n/debian/control +++ b/debian/_base/applications/graphics/gwenview-i18n/debian/control @@ -13,5 +13,5 @@ Depends: gwenview-trinity (>= 1.4.2) Replaces: gwenview-trinity (<< 1.4.0-1) Description: Internationalization (i18n) for Gwenview, an image viewer for TDE This package provides internationalization (i18n) files (translations) for - Gwenview, an image viewer for the Trinity Desktop Environment. See the 'gwenview' - package description for more information. + Gwenview, an image viewer for the Trinity Desktop Environment. See the + 'gwenview-trinity' package description for more information. diff --git a/debian/_base/applications/graphics/gwenview/debian/control b/debian/_base/applications/graphics/gwenview/debian/control index 3c648f81c..ee49128d7 100644 --- a/debian/_base/applications/graphics/gwenview/debian/control +++ b/debian/_base/applications/graphics/gwenview/debian/control @@ -12,7 +12,7 @@ Depends: ${shlibs:Depends} Replaces: gwenview-trinity (<< 4:14.0.0~) Breaks: gwenview-trinity (<< 4:14.0.0~) Recommends: tdegraphics-tdefile-plugins-trinity, kipi-plugins-trinity -Suggests: gwenview-i18n +Suggests: gwenview-i18n-trinity Description: image viewer for TDE Gwenview is an image viewer for the Trinity Desktop Environment. It features a folder tree window and a file list window to provide easy navigation of your @@ -29,5 +29,5 @@ Description: image viewer for TDE package. The ability to perform lossless JPEG transforms is built in. . Gwenview's internationalization files (i18n) (translations) are available - in the gwenview-i18n package. Users with non-US English desktops should - install this package. + in the gwenview-i18n-trinity package. Users with non-US English desktops + should install this package. |