Package: apt-xapian-index
Version: 0.41
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * data/org.debian.AptXapianIndex.conf:
    - update policy to avoid warning in software-center on
      startup

This is currently mostly a cosmetic problem, but there is no reason
not to allow introspection and the like on the interface.

Thanks for considering the patch.

Thanks!
 Michael

-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru apt-xapian-index-0.41ubuntu2/data/org.debian.AptXapianIndex.conf apt-xapian-index-0.41ubuntu3/data/org.debian.AptXapianIndex.conf
--- apt-xapian-index-0.41ubuntu2/data/org.debian.AptXapianIndex.conf	2010-11-06 18:21:49.000000000 +0100
+++ apt-xapian-index-0.41ubuntu3/data/org.debian.AptXapianIndex.conf	2011-01-27 15:39:44.000000000 +0100
@@ -7,9 +7,13 @@
         </policy>
 
 	<policy context="default">
-    		<allow send_interface="org.debian.AptXapianIndex"/>
-		<allow receive_interface="org.debian.AptXapianIndex"
-   		       receive_sender="org.debian.AptXapianIndex"/>
+          <allow send_destination="org.debian.AptXapianIndex"
+                 send_interface="org.debian.AptXapianIndex"/>
+          <allow send_destination="org.debian.AptXapianIndex"
+                 send_interface="org.freedesktop.DBus.Introspectable"/>
+          <allow send_destination="org.debian.AptXapianIndex"
+                 send_interface="org.freedesktop.DBus.Properties"/>
+        </policy>
 	</policy>
 
 </busconfig>
diff -Nru apt-xapian-index-0.41ubuntu2/debian/changelog apt-xapian-index-0.41ubuntu3/debian/changelog

Reply via email to