Le lundi 26 juin 2006 à 12:22 +0900, Kai Hendry a écrit : > http://hendry.iki.fi/debian/unstable/webpy_0.138-2_i386.changes > > I had another go with policy, though I can't run it through lintian atm > due to a broken tar(#375300). > > Could someone please check over the diff? > http://hendry.iki.fi/debian/unstable/webpy_0.138-2.diff.gz > > If it's good, it could serve as an example. I think it's quite typical.
It looks ok at first sight, however you're being a bit more complicated
than necessary:
1. postinst and prerm are autogenerated by dh_pysupport, so the
code will end up being duplicated;
2. you don't really need to move the files
to /usr/share/python-support yourself, they should be moved
automatically; this is harmless, as of course dh_pysupport still
works with files moved by hand;
3. you should use ${python:Depends};
4. you don't need python-all-dev for such a package, only
python-dev.
--
.''`. Josselin Mouette /\./\
: :' : [EMAIL PROTECTED]
`. `' [EMAIL PROTECTED]
`- Debian GNU/Linux -- The power of freedom
signature.asc
Description: Ceci est une partie de message numériquement signée

