--- signon-apparmor-extension-0.1+15.04.20150205~rtm.orig/debian/changelog +++ signon-apparmor-extension-0.1+15.04.20150205~rtm/debian/changelog @@ -0,0 +1,40 @@ +signon-apparmor-extension (0.1+15.04.20150205~rtm-0ubuntu1) 14.09; urgency=medium + + [ Alberto Mardegan ] + * Treat p2p clients as unconfined (LP: #1415492) + + -- Ubuntu daily release Thu, 05 Feb 2015 14:42:53 +0000 + +signon-apparmor-extension (0.1+14.10.20141002-0ubuntu1) 14.09; urgency=low + + [ CI bot ] + * Resync trunk + + [ Alberto Mardegan ] + * Let the unconfined profile access any resource (LP: #1376445) + + -- Ubuntu daily release Thu, 02 Oct 2014 15:48:27 +0000 + +signon-apparmor-extension (0.1+14.10.20140521-0ubuntu1) utopic; urgency=low + + [ CI bot ] + * Resync trunk + + -- Ubuntu daily release Wed, 21 May 2014 18:48:33 +0000 + +signon-apparmor-extension (0.1+14.10.20140515-0ubuntu1) utopic; urgency=low + + [ Alberto Mardegan ] + * Initial implementation. + * Support p2p connections. + * Initial implementation. + * The "mode" string must not be free'd It's in the same allocated area + as the "con" variable. . + * Strip out the version information for click applications This makes + it so that different versions of the same application are treated + the same way. (LP: #1274934) + + [ Ken VanDine ] + * Initial implementation. + + -- Ubuntu daily release Thu, 15 May 2014 17:35:20 +0000 --- signon-apparmor-extension-0.1+15.04.20150205~rtm.orig/debian/compat +++ signon-apparmor-extension-0.1+15.04.20150205~rtm/debian/compat @@ -0,0 +1 @@ +9 --- signon-apparmor-extension-0.1+15.04.20150205~rtm.orig/debian/control +++ signon-apparmor-extension-0.1+15.04.20150205~rtm/debian/control @@ -0,0 +1,27 @@ +Source: signon-apparmor-extension +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: dbus-test-runner, + debhelper (>= 9), + libapparmor-dev, + libdbus-1-dev, + pkg-config, + qt5-default, + qt5-qmake, + signond-dev (>= 8.53), +Standards-Version: 3.9.5 +Section: libs +Homepage: https://launchpad.net/signon-apparmor-extension +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:signon-apparmor-extension +Vcs-Browser: https://bazaar.launchpad.net/~online-accounts/signon-apparmor-extension/trunk/files + +Package: signon-apparmor-extension +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: AppArmor access control extension for signond + This extension to the Online Accounts signond daemon provides an + implementation of an access control manager for the account credentials. --- signon-apparmor-extension-0.1+15.04.20150205~rtm.orig/debian/copyright +++ signon-apparmor-extension-0.1+15.04.20150205~rtm/debian/copyright @@ -0,0 +1,10 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: signon-apparmor-extension +Upstream-Contact: Alberto Mardegan +Source: https://launchpad.net/signon-apparmor-extension + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'. --- signon-apparmor-extension-0.1+15.04.20150205~rtm.orig/debian/rules +++ signon-apparmor-extension-0.1+15.04.20150205~rtm/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +override_dh_install: + dh_install --fail-missing + +%: + dh $@