diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 03:26:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 03:26:25 -0600 |
commit | aecd88c6bb977677b41b95e89395f673ce8bdb4a (patch) | |
tree | df07f8da72b31e1e1ef899150ae75c17547159e6 /debian/squeeze/applications | |
parent | 7ebccdd250eca00bdc061cce60eea5db37528608 (diff) | |
download | tde-packaging-aecd88c6bb977677b41b95e89395f673ce8bdb4a.tar.gz tde-packaging-aecd88c6bb977677b41b95e89395f673ce8bdb4a.zip |
Fix libtqt-perl packaging on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/applications')
-rw-r--r-- | debian/squeeze/applications/adept/debian/control | 12 | ||||
-rw-r--r-- | debian/squeeze/applications/adept/debian/control.in | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/debian/squeeze/applications/adept/debian/control b/debian/squeeze/applications/adept/debian/control index cf6ef6714..4238c623a 100644 --- a/debian/squeeze/applications/adept/debian/control +++ b/debian/squeeze/applications/adept/debian/control @@ -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 diff --git a/debian/squeeze/applications/adept/debian/control.in b/debian/squeeze/applications/adept/debian/control.in index a313fdbae..d272f82b2 100644 --- a/debian/squeeze/applications/adept/debian/control.in +++ b/debian/squeeze/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 |