This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch sid in repository dpkg.
commit 721e06ada21618c9f6639b6edbb4a77181cdc93d Author: Guillem Jover <[email protected]> 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 71ac719..ee1ec4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ dpkg (1.19.0.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..49c8b1f 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.policy \ $(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

