Re: dh_python2 and private directories

2011-07-28 Thread Piotr Ożarowski
[Barry Warsaw, 2011-07-28] > >> -snip snip- > >> #! /bin/sh > >> set -e > >> if [ "$1" = rtupdate ]; then > >>pyclean /usr/share/ibus-table > >>pycompile /usr/share/ibus-table > >> fi > >> if [ "$1" = rtupdate ]; then > >>pyclean /usr/share/ibus-table/engine > >>pycompile

Re: dh_python2 and private directories

2011-07-27 Thread Barry Warsaw
On Jul 27, 2011, at 10:45 PM, Piotr Ożarowski wrote: >[Barry Warsaw, 2011-07-27] >> Another question about the intent of dh_python2, this time as it relates to >> private packages. >> >> So, I'm converting ibus-table, which installs some .py files into >> /usr/share/ibus-table/engine. I've been

Re: dh_python2 and private directories

2011-07-27 Thread Piotr Ożarowski
[Barry Warsaw, 2011-07-27] > Another question about the intent of dh_python2, this time as it relates to > private packages. > > So, I'm converting ibus-table, which installs some .py files into > /usr/share/ibus-table/engine. I've been playing with different incantations > of the binary-indep ru

dh_python2 and private directories

2011-07-27 Thread Barry Warsaw
Hi Piotr, Another question about the intent of dh_python2, this time as it relates to private packages. So, I'm converting ibus-table, which installs some .py files into /usr/share/ibus-table/engine. I've been playing with different incantations of the binary-indep rule: ... dh_