This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

commit 5757ab6142a3785389bd2cd6375f103a1f626240
Author: Guillem Jover <guil...@debian.org>
Date:   Tue Oct 17 04:43:38 2017 +0200

    debian: Install update-alternatives policykit-1 file
---
 debian/changelog    | 2 ++
 debian/dpkg.install | 1 +
 utils/.gitignore    | 2 +-
 utils/Makefile.am   | 6 +++---
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d8bb33..804db19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 dpkg (1.19.1) UNRELEASED; urgency=medium
 
+  * Packaging:
+    - Install update-alternatives policykit-1 file.
   * Test suite:
     - Skip Dpkg::OpenPGP test if gpg is not present.
 
diff --git a/debian/dpkg.install b/debian/dpkg.install
index 9f688cb..3f51aaa 100644
--- a/debian/dpkg.install
+++ b/debian/dpkg.install
@@ -14,6 +14,7 @@ usr/bin/dpkg-trigger
 usr/bin/update-alternatives
 usr/share/dpkg/*table
 usr/share/locale/*/LC_MESSAGES/dpkg.mo
+usr/share/polkit-1/actions
 var/lib/dpkg/alternatives
 var/lib/dpkg/info
 var/lib/dpkg/parts
diff --git a/utils/.gitignore b/utils/.gitignore
index fa8e868..edc11e3 100644
--- a/utils/.gitignore
+++ b/utils/.gitignore
@@ -1,4 +1,4 @@
+org.dpkg.pkexec.update-alternatives.policy
 start-stop-daemon
 update-alternatives
-update-alternatives.polkit
 t.tmp
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 64411e0..2fa12d3 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -11,7 +11,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib
 
 CLEANFILES = \
-       update-alternatives.polkit \
+       org.dpkg.pkexec.update-alternatives \
        $(nil)
 
 EXTRA_DIST = \
@@ -26,7 +26,7 @@ pkexec_DATA =
 bin_PROGRAMS =
 
 if BUILD_UPDATE_ALTERNATIVES
-pkexec_DATA += update-alternatives.polkit
+pkexec_DATA += org.dpkg.pkexec.update-alternatives.policy
 bin_PROGRAMS += update-alternatives
 endif
 
@@ -34,7 +34,7 @@ do_polkit_subst = $(SED) \
        -e 's,[@]bindir[@],$(bindir),g' \
        $(nil)
 
-update-alternatives.polkit: update-alternatives.polkit.in Makefile
+org.dpkg.pkexec.update-alternatives.policy: update-alternatives.polkit.in 
Makefile
        @test -d `dirname $@` || $(MKDIR_P) `dirname $@`
        $(AM_V_GEN) GETTEXTDATADIR="$(top_srcdir)/po" \
          $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o - \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/dpkg/dpkg.git

Reply via email to