Package: xapian-bindings
Version: 1.0.12-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty ubuntu-patch


Attached is a small patch that fixes the install file for the
python2.6 "site-packages" -> "dist-packages" dir layout change.

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

  * Merge from debian unstable, remaining changes:
    - debian/python-xapian.install: change for python install
      layout change ("site-packages" -> "dist-packages")

We thought you might be interested in doing the same. 

Cheers,
 Michael

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

Kernel: Linux 2.6.30-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u xapian-bindings-1.0.12/debian/changelog xapian-bindings-1.0.12/debian/changelog
diff -u xapian-bindings-1.0.12/debian/python-xapian.install xapian-bindings-1.0.12/debian/python-xapian.install
--- xapian-bindings-1.0.12/debian/python-xapian.install
+++ xapian-bindings-1.0.12/debian/python-xapian.install
@@ -1,4 +1,4 @@
-usr/lib/python2.*/site-packages/*.so
-usr/lib/python2.*/site-packages/*.py
+usr/lib/python2.*/*-packages/*.so
+usr/lib/python2.*/*-packages/*.py
 usr/share/doc/xapian-bindings/python/index.html usr/share/doc/python-xapian
 usr/share/doc/xapian-bindings/python/examples/*.py usr/share/doc/python-xapian/examples

Reply via email to