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



In Ubuntu, we've applied the attached patch to achieve the following:

  * update-apt-xapian-index-dbus:
    - fix type of "start-time" for policykit (LP: #675533)

We thought you might be interested in doing the same. 


Really tiny fix :)

Cheers,
 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.35-22-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.41ubuntu1/debian/changelog apt-xapian-index-0.41ubuntu2/debian/changelog
diff -Nru apt-xapian-index-0.41ubuntu1/update-apt-xapian-index-dbus apt-xapian-index-0.41ubuntu2/update-apt-xapian-index-dbus
--- apt-xapian-index-0.41ubuntu1/update-apt-xapian-index-dbus	2010-11-06 18:21:48.000000000 +0100
+++ apt-xapian-index-0.41ubuntu2/update-apt-xapian-index-dbus	2010-12-01 17:40:40.000000000 +0100
@@ -41,7 +41,7 @@
         pid = info.GetConnectionUnixProcessID(sender) 
         subject = ('unix-process', 
                    { 'pid' : dbus.UInt32(pid, variant_level=1),
-                     'start-time' : 0,
+                     'start-time' : dbus.UInt64(0, variant_level=1),
                    }
                   )
         details = { '' : '' }

Reply via email to