Source: aptkit
Section: admin
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 appstream,
 gettext,
 itstool,
 libappstream-dev,
 libappstream-glib-dev,
 libgdk-pixbuf-2.0-dev,
 libglib2.0-dev,
 libgtk-3-dev,
 libjpeg62-turbo-dev | libjpeg-turbo8-dev,
 libjpeg-dev,
 libpolkit-gobject-1-dev,
 libpolkit-agent-1-dev,
 libtiff-dev,
 meson,
 ninja-build,
 pkexec,
 pkgconf,
 pkg-config,
 policykit-1,
 policykit-1-gnome,
 polkitd,
 shared-mime-info,
Standards-Version: 4.6.2
Homepage: https://github.com/linuxmint/aptkit
Vcs-Browser: https://github.com/linuxmint/aptkit
Vcs-Git: https://github.com/linuxmint/aptkit.git

Package: aptkit
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 gir1.2-glib-2.0,
 gir1.2-gtk-3.0,
 gir1.2-packagekitglib-1.0,
 gir1.2-vte-2.91,
 gir1.2-xapp-1.0,
 iso-codes,
 polkitd,
 python3-apt,
 python3-dbus,
 python3-defer,
 python3-gi,
 python3-pkg-resources,
Description: Transaction based package management service
 Aptkit allows to perform package management tasks in a background process controlled by DBus. It is the continuation of aptdaemon which is not actively maintained and only exists in Ubuntu. Aptdaemon was greatly inspired by PackageKit, which doesn't support essential features of apt by policy.