diff options
author | Guillem Jover <guillem@debian.org> | 2017-08-20 02:14:36 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-10-17 02:28:09 +0200 |
commit | 8e2bbd2ab23edd7d9ea0b424a2f1791a0136a741 (patch) | |
tree | d6085ef406673d81676fdf4d447ba1b5ab6ce621 /utils/.gitignore | |
parent | 53dbac6cdff347fc8acc8cdacf7e509ceadd7f5d (diff) | |
download | dpkg-8e2bbd2ab23edd7d9ea0b424a2f1791a0136a741.tar.gz |
u-a: Add new policykit file
This makes it possible to use the pkexec tool to execute u-a from GUI
programs.
We need to bump the gettext build-dependency to at least 0.19.7 which is
the first version introducing ITS support and GETTEXTDATADIR variable
support (GETTEXTDATADIRS support was added in 0.19.8).
Proposed-by: Boyuan Yang <073plan@gmail.com>
Diffstat (limited to 'utils/.gitignore')
-rw-r--r-- | utils/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/.gitignore b/utils/.gitignore index 9970040b7..fa8e868b6 100644 --- a/utils/.gitignore +++ b/utils/.gitignore @@ -1,3 +1,4 @@ start-stop-daemon update-alternatives +update-alternatives.polkit t.tmp |