update-notifier: remove whoopsie and apport-gtk from recommended dependencies.
This commit is contained in:
parent
b1310874e4
commit
50806140a2
1 changed files with 21 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=7
|
VERSION=8
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
@ -86,6 +86,26 @@ cat << EOF | patch -p1
|
||||||
G_APP_INFO_CREATE_NONE,
|
G_APP_INFO_CREATE_NONE,
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Removal of whoopsie & apport
|
||||||
|
cat << EOF | patch -p1
|
||||||
|
--- a/debian/control 2023-02-16 10:12:29.302592910 -0600
|
||||||
|
+++ b/debian/control 2023-02-16 10:15:08.276963044 -0600
|
||||||
|
@@ -35,11 +35,9 @@
|
||||||
|
ubuntu-release-upgrader-gtk,
|
||||||
|
gnome-shell <!s390x> | notification-daemon <!s390x>,
|
||||||
|
policykit-1
|
||||||
|
-Recommends: apport-gtk (>=2.8-0ubuntu3),
|
||||||
|
- python3-aptdaemon.gtk3widgets | synaptic (>= 0.75.12),
|
||||||
|
+Recommends: python3-aptdaemon.gtk3widgets | synaptic (>= 0.75.12),
|
||||||
|
software-properties-gtk,
|
||||||
|
- python3-aptdaemon,
|
||||||
|
- whoopsie (>= 0.2.77)
|
||||||
|
+ python3-aptdaemon
|
||||||
|
Description: Daemon which notifies about package updates
|
||||||
|
Puts an icon in the user's notification area when package updates are
|
||||||
|
available.
|
||||||
|
EOF
|
||||||
|
|
||||||
changelog "Disabled hp-firmware handling and ubuntu-drivers"
|
changelog "Disabled hp-firmware handling and ubuntu-drivers"
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue