diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-17 03:11:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-17 03:11:54 +0200 |
commit | e781bb1239f06fddfcf0886a1007b1861456b214 (patch) | |
tree | 8bf259c5591533b867200a4ef87075570a032dac | |
parent | 779697a55e7f704fe1b223a99737f87ea4e4abe9 (diff) | |
download | tde-packaging-e781bb1239f06fddfcf0886a1007b1861456b214.tar.gz tde-packaging-e781bb1239f06fddfcf0886a1007b1861456b214.zip |
Prefer update-notifier-common before reboot-notifier in adept recommends on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2485f53b3c83dcd87da8a0b0c3d432ed265726a1)
-rw-r--r-- | debian/lenny/applications/adept/debian/control | 2 | ||||
-rw-r--r-- | debian/squeeze/applications/adept/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/maverick/applications/adept/debian/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/applications/adept/debian/control b/debian/lenny/applications/adept/debian/control index 6c33a9fb4..3badae2b2 100644 --- a/debian/lenny/applications/adept/debian/control +++ b/debian/lenny/applications/adept/debian/control @@ -83,7 +83,7 @@ Section: tde Depends: ${shlibs:Depends}, adept-updater-trinity, update-notifier-common | apt-config-auto-update Replaces: adept-notifier-trinity (<< 4:14.0.0~) Breaks: adept-notifier-trinity (<< 4:14.0.0~) -Recommends: reboot-notifier +Recommends: update-notifier-common | reboot-notifier Architecture: any Description: system tray notifier of available system updates Adept Notifier provides a system tray icon notifying the user of diff --git a/debian/squeeze/applications/adept/debian/control b/debian/squeeze/applications/adept/debian/control index 6c33a9fb4..3badae2b2 100644 --- a/debian/squeeze/applications/adept/debian/control +++ b/debian/squeeze/applications/adept/debian/control @@ -83,7 +83,7 @@ Section: tde Depends: ${shlibs:Depends}, adept-updater-trinity, update-notifier-common | apt-config-auto-update Replaces: adept-notifier-trinity (<< 4:14.0.0~) Breaks: adept-notifier-trinity (<< 4:14.0.0~) -Recommends: reboot-notifier +Recommends: update-notifier-common | reboot-notifier Architecture: any Description: system tray notifier of available system updates Adept Notifier provides a system tray icon notifying the user of diff --git a/ubuntu/maverick/applications/adept/debian/control b/ubuntu/maverick/applications/adept/debian/control index 72a4af857..9ea0c0c34 100644 --- a/ubuntu/maverick/applications/adept/debian/control +++ b/ubuntu/maverick/applications/adept/debian/control @@ -83,7 +83,7 @@ Section: tde Depends: ${shlibs:Depends}, adept-updater-trinity, update-notifier-common | apt-config-auto-update Replaces: adept-notifier-kde3 (<< 4:14.0.0~), adept-notifier-trinity (<< 4:14.0.0~) Breaks: adept-notifier-kde3 (<< 4:14.0.0~), adept-notifier-trinity (<< 4:14.0.0~) -Recommends: reboot-notifier +Recommends: update-notifier-common | reboot-notifier Architecture: any Description: system tray notifier of available system updates Adept Notifier provides a system tray icon notifying the user of |