diff options
author | Pawel "l0ner" Soltys <sh4dou@gmail.com> | 2011-12-18 19:09:26 +0100 |
---|---|---|
committer | Pawel "l0ner" Soltys <sh4dou@gmail.com> | 2011-12-18 19:09:26 +0100 |
commit | 17bd64a4f5045bff950e8725a66ee1800e0254e1 (patch) | |
tree | ff25e74f8237046702df34d68563a9052d82acdd /ubuntu/maverick/applications/adept | |
parent | 620523010a822e93be02bdb3e375c11fe51ebae4 (diff) | |
parent | aecd88c6bb977677b41b95e89395f673ce8bdb4a (diff) | |
download | tde-packaging-17bd64a4f5045bff950e8725a66ee1800e0254e1.tar.gz tde-packaging-17bd64a4f5045bff950e8725a66ee1800e0254e1.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/adept')
-rw-r--r-- | ubuntu/maverick/applications/adept/debian/control | 12 | ||||
-rw-r--r-- | ubuntu/maverick/applications/adept/debian/control.in | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/ubuntu/maverick/applications/adept/debian/control b/ubuntu/maverick/applications/adept/debian/control index f14bf6ffd..20a981c38 100644 --- a/ubuntu/maverick/applications/adept/debian/control +++ b/ubuntu/maverick/applications/adept/debian/control @@ -34,7 +34,7 @@ Section: kde Depends: adept-common-trinity, ${shlibs:Depends} Replaces: adept-manager-kde3 (<< 4:3.5.13) Breaks: adept-manager-kde3 (<< 4:3.5.13) -Recommends: libqt-perl +Recommends: libtqt-perl Architecture: any Description: package manager for Trinity Adept Manager is a graphical user interface for package management. @@ -45,7 +45,7 @@ Description: package manager for Trinity * Edit the list of used repositories (sources.list) * Configure packages through the debconf system . - Please also install libqt-perl if you want the KDE Debconf frontend + Please also install libtqt-perl if you want the KDE Debconf frontend to function. Package: adept-installer-trinity @@ -53,7 +53,7 @@ Section: kde Depends: adept-common-trinity, app-install-data, ${shlibs:Depends} Replaces: adept-installer-kde3 (<< 4:3.5.13) Breaks: adept-installer-kde3 (<< 4:3.5.13) -Recommends: libqt-perl +Recommends: libtqt-perl Architecture: any Description: simple user interface for application management (for Trinity) Adept Installer presents a list of applications available through the @@ -61,7 +61,7 @@ Description: simple user interface for application management (for Trinity) that contains a .desktop file for use with KDE, GNOME or other desktop environment. . - Please also install libqt-perl if you want the KDE Debconf frontend + Please also install libtqt-perl if you want the KDE Debconf frontend to function. Package: adept-updater-trinity @@ -69,13 +69,13 @@ Section: kde Depends: adept-common-trinity, ${shlibs:Depends} Replaces: adept-updater-kde3 (<< 4:3.5.13) Breaks: adept-updater-kde3 (<< 4:3.5.13) -Recommends: libqt-perl +Recommends: libtqt-perl Architecture: any Description: system update tool for Trinity Adept Updater provides a simple wizard-style user interface to system upgrades. It uses same algorithms as apt-get dist-upgrade. . - Please also install libqt-perl if you want the KDE Debconf frontend + Please also install libtqt-perl if you want the KDE Debconf frontend to function. Package: adept-notifier-trinity diff --git a/ubuntu/maverick/applications/adept/debian/control.in b/ubuntu/maverick/applications/adept/debian/control.in index a313fdbae..d272f82b2 100644 --- a/ubuntu/maverick/applications/adept/debian/control.in +++ b/ubuntu/maverick/applications/adept/debian/control.in @@ -28,7 +28,7 @@ Description: package manager for Trinity -- common files Package: adept-manager-trinity Section: kde Depends: adept-common-trinity, ${shlibs:Depends} -Recommends: libqt-perl +Recommends: libtqt-perl Architecture: any Description: package manager for Trinity Adept Manager is a graphical user interface for package management. @@ -39,13 +39,13 @@ Description: package manager for Trinity * Edit the list of used repositories (sources.list) * Configure packages through the debconf system . - Please also install libqt-perl if you want the KDE Debconf frontend + Please also install libtqt-perl if you want the KDE Debconf frontend to function. Package: adept-installer-trinity Section: kde Depends: adept-common-trinity, app-install-data, ${shlibs:Depends} -Recommends: libqt-perl +Recommends: libtqt-perl Architecture: any Description: simple user interface for application management (for Trinity) Adept Installer presents a list of applications available through the @@ -53,19 +53,19 @@ Description: simple user interface for application management (for Trinity) that contains a .desktop file for use with KDE, GNOME or other desktop environment. . - Please also install libqt-perl if you want the KDE Debconf frontend + Please also install libtqt-perl if you want the KDE Debconf frontend to function. Package: adept-updater-trinity Section: kde Depends: adept-common-trinity, ${shlibs:Depends} -Recommends: libqt-perl +Recommends: libtqt-perl Architecture: any Description: system update tool for Trinity Adept Updater provides a simple wizard-style user interface to system upgrades. It uses same algorithms as apt-get dist-upgrade. . - Please also install libqt-perl if you want the KDE Debconf frontend + Please also install libtqt-perl if you want the KDE Debconf frontend to function. Package: adept-notifier-trinity |