Package: python-support Version: 0.3.8 Severity: wishlist Tags: patch Hello,
a little path with some clarifications for the README file. Regards, -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages python-support depends on: ii python 2.3.5-11 An interactive high-level object-o python-support recommends no packages. -- no debconf information
--- README.orig 2006-07-13 22:24:21.418768250 +0200 +++ README 2006-07-13 22:35:10.339323250 +0200 @@ -29,11 +29,15 @@ How to make a package using it? =============================== -All the work is done using dh_pysupport and (optionally) dh_python. If -you want to use dh_python, you should create a debian/pycompat file and -put "2" in it. Otherwise, you can use "dh_pysupport -d" to generate the -dependencies directly in dh_pysupport. Don't call dh_python if you're -using this option! +All the work is done using dh_pysupport and dh_python. Create a +debian/pycompat file and put "2" in it. This will put dh_python in +compatibily level 2, which basically means that dhpython will only +generate substitution variables, and won't take care of the +byte-compilation of modules any more. +If you don't want to use dh_python at all, you can use +"dh_pysupport -d" to generate the dependencies directly with +dh_pysupport. But as dh_python generates better dependencies than +dh_pysupport for the moment, you should keep it. Of course, don't forget the dependency fields: Build-Depends: python-support (>= 0.3), debhelper(>= 5.0.37.2)