diff --git a/debian/changelog b/debian/changelog index 39ae6b8..d6fbf96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ lxqt-sudo (0.13.0-0ubuntu2) UNRELEASED; urgency=medium * Change Uploaders to Ubuntu uploaders. * Bump Standards-version to 4.2.0, no changes needed. + * Run wrap-and-sort. -- Simon Quigley Mon, 20 Aug 2018 23:41:01 -0500 diff --git a/debian/control b/debian/control index 6c8f379..64f3d6e 100644 --- a/debian/control +++ b/debian/control @@ -19,13 +19,11 @@ Homepage: https://github.com/lxqt/lxqt-sudo Package: lxqt-sudo Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends} -Recommends: lxqt-sudo-l10n, - lxqt-qtplugin -Description: Graphical QT frontend for plain sudo - lxqt-sudo is a graphical QT frontend for plain sudo(8) (for requesting - optional password in GUI fashion). When invoked it simply spawns child sudo +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: lxqt-qtplugin, lxqt-sudo-l10n +Description: Graphical Qt frontend for plain sudo + lxqt-sudo is a graphical Qt frontend for plain sudo(8) (for requesting + optional password in GUI fashion). When invoked it simply spawns child sudo process with requested command (and arguments). If sudo requests user's password, the GUI password dialog is shown and (after submit) the password is provided to sudo.