Package: rope Version: 0.9.2-2 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jaunty ubuntu-patch
The documentation ('docs' dir in the tarball) is wrongly installed to /usr/share/pyshared/rope/docs/; the attached patch corrects this by installing them to /usr/share/doc/python-rope. *** /tmp/tmp_BqwSl In Ubuntu, we've applied the attached patch to achieve the following: * Install documentation in the correct directory. We thought you might be interested in doing the same. -- System Information: Debian Release: 5.0 APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty'), (400, 'karmic') Architecture: i386 (i686) Kernel: Linux 2.6.31-5-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -u rope-0.9.2/debian/docs rope-0.9.2/debian/docs --- rope-0.9.2/debian/docs +++ rope-0.9.2/debian/docs @@ -1,0 +2,5 @@ +docs/contributing.txt +docs/done.txt +docs/library.txt +docs/overview.txt +docs/rope.txt diff -u rope-0.9.2/debian/changelog rope-0.9.2/debian/changelog only in patch2: unchanged: --- rope-0.9.2.orig/setup.py +++ rope-0.9.2/setup.py @@ -52,7 +52,6 @@ url='http://rope.sf.net/', packages=['rope', 'rope.base', 'rope.base.oi', 'rope.refactor', 'rope.refactor.importutils', 'rope.contrib'], - package_data={'rope': ['docs/*.txt']}, license='GNU GPL', classifiers=classifiers, **extra_kwargs)