--- policykit-unity8-0.1+16.10.20160822.1.orig/debian/changelog +++ policykit-unity8-0.1+16.10.20160822.1/debian/changelog @@ -0,0 +1,21 @@ +policykit-unity8 (0.1+16.10.20160822.1-0ubuntu1) yakkety; urgency=medium + + [ Rodney Dawes ] + * Add missing bzr-builddeb config for non-native version for CI train. + + [ Ted Gould ] + * Replacing that U8 isn't responding with a recoverable error instead + of crashing (LP: #1579837) + * Setup Agent so that it is the fallback agent (LP: #1579837) + * Setting the password echo mode on passwords (LP: #1580236) + + -- Ted Gould Mon, 22 Aug 2016 19:45:35 +0000 + +policykit-unity8 (0.1+16.04.20160425-0ubuntu1) xenial; urgency=medium + + * Initial release. + * Changing name in CMake + * Dummy changelog for CI Train added: debian/ debian/changelog + * Initial implementation of the agent. + + -- Ted Gould Mon, 25 Apr 2016 21:28:52 +0000 --- policykit-unity8-0.1+16.10.20160822.1.orig/debian/compat +++ policykit-unity8-0.1+16.10.20160822.1/debian/compat @@ -0,0 +1 @@ +9 --- policykit-unity8-0.1+16.10.20160822.1.orig/debian/control +++ policykit-unity8-0.1+16.10.20160822.1/debian/control @@ -0,0 +1,34 @@ +Source: policykit-unity8 +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: click-dev, + cmake, + cmake-extras, + dbus, + dbus-test-runner, + debhelper (>= 9), + google-mock, + libdbustest1-dev, + libglib2.0-dev, + libgtest-dev, + libnotify-dev, + libproperties-cpp-dev, + libpolkit-agent-1-dev, + python3-dbusmock, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/policykit-unity8 +# If you aren't a member of ~unity-api-team but need to upload +# packaging changes, just go ahead. ~unity-api-team will notice +# and sync up the code again. +Vcs-Bzr: lp:policykit-unity8 + +Package: policykit-unity8 +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: service to prompt for policy kit permissions + Connects to the Policy Kit daemon for the session and responds + to requests for authentication. It then creates an Unity8 + snap decision to request the password from the user, returning + it back to PolicyKit. --- policykit-unity8-0.1+16.10.20160822.1.orig/debian/copyright +++ policykit-unity8-0.1+16.10.20160822.1/debian/copyright @@ -0,0 +1,25 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Unity8 PolicyKit Agent +Source: http://launchpad.net/policykit-unity8 + +Files: * +Copyright: 2016 Canonical, Ltd. +License: GPL-3 + +License: GPL-3 + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; version 3 of + the License. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License can be found in "/usr/share/common-licenses/GPL-3". + --- policykit-unity8-0.1+16.10.20160822.1.orig/debian/rules +++ policykit-unity8-0.1+16.10.20160822.1/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 +export G_MESSAGES_DEBUG=all + +include /usr/share/dpkg/default.mk + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/policykit-unity8 -Denable_tests=OFF + +%: + dh $@ --parallel --fail-missing