Requesting review of python-ctypeslib

2010-02-02 Thread Richard Darst
Hello,

I would like to request a review of my new packages python-ctypeslib:
  http://hcoop.net/~rkd/debian/python-ctypeslib_0.0.0+svn20100125-1.dsc
or via PMPT:
  svn+ssh://svn.debian.org/svn/python-modules/packages/python-ctypeslib/trunk

There are two executables which need manual pages still, otherwise it
is lintian clean.

Note: ctypeslib is not ctypes.  Ctypeslib is an add on for ctypes
which automatically generates ctypes interfaces from C header files.
If you are interested in how this works, the examples.Debian is here:
http://paste.debian.net/58466 .

Thanks,

- Richard (MrBeige @ oftc)

-- 
| Richard Darst  -  rkd@  -  boltzmann: up 196 days, 13:12
|http://rkd.zgib.net  -  pgp 0xBD356740
| "Ye shall know the truth and -- the truth shall make you free"


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Debhelper 7, Python package, multiple binary packages

2010-02-02 Thread Ben Finney
Ben Finney  writes:

> […] while the ‘python-coverage’ binary package is now building
> correctly, the ‘python-coverage-dbg’ binary package contains nothing
> useful; it's as though there is no content for that package detected
> by the tools. Isn't that exactly why I'm using Debhelper >= 7.3.5 in
> the first place: to automatically handle the debug package based on
> ‘Build-Depends: python-all-dbg’?

It turns out that ‘dh_strip’ can't tell what debug package name it
should use, and needs to be told explicitly. With an explicit override
to run ‘dh_strip --debug-pkg=python-coverage-dbg’, the debug package is
now correctly generated.

Would it be reasonable to change the default behaviour of ‘dh_strip’ to
guess the package name in the common case where there are declared
packages ‘foo’ and ‘foo-dbg’ (where the latter is ‘Section: debug’)? Are
there any nasty ramifications to such default behaviour?

> [in order to generate a ‘foo-dbg’ package] I've had to fall back on
> explicitly iterating Python versions and explicitly calling ‘setup.py
> install’, which partly defeats the purpose of using Debhelper 7 and
> python-support. This is frustrating, and I wonder if I'm missing some
> simpler way to do multiple binary Python packages with these tools.

I would still love to know whether Debhelper can be of more assistance
with this.

-- 
 \  “Every man would like to be God, if it were possible; some few |
  `\  find it difficult to admit the impossibility.” —Bertrand |
_o__)Russell, _Power: A New Social Analysis_, 1938 |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org