diff options
author | 2023-08-14 16:48:03 +0600 | |
---|---|---|
committer | 2023-08-14 16:48:03 +0600 | |
commit | bb9e457a8d2e5afa73db7f6e1619f775620d0556 (patch) | |
tree | e4019e0f57253d9d732730e601fcda47fe294008 | |
parent | 4f18abfbef4d4bfc84864652a0e580f1f295e033 (diff) | |
download | apturl-bb9e457a8d2e5afa73db7f6e1619f775620d0556.tar.gz apturl-bb9e457a8d2e5afa73db7f6e1619f775620d0556.zip |
Clean up dependencies
Signed-off-by: Mubashshir <ahm@jadupc.com>
-rw-r--r-- | debian/control | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 72dcda9..6bef073 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,9 @@ Architecture: all Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, - python3-apt + python3-apt, + python3-aptdaemon, + python3-aptdaemon.gtk3widgets Description: install packages using the apt protocol - common data AptUrl is a simple graphical application that takes an URL (which follows the apt-protocol) as a command line option, parses it and carries out the @@ -40,9 +42,3 @@ Description: install packages using the apt protocol - GTK+ frontend him). . This package contains the GTK+ frontend. - -Package: apturl-kde -Architecture: all -Depends: apturl -Description: Transitional package. - Transitional package. |