Re: How do I know if my package is 'arch-all' or 'arch-any'?

2009-12-29 Thread Iustin Pop
On Tue, Dec 29, 2009 at 11:38:11PM +0200, anatoly techtonik wrote: > On Tue, Dec 29, 2009 at 11:01 PM, W. Martin Borgert > wrote: > > Quoting "anatoly techtonik" : > >> > >> python-support README [1] contains different instructions for > >> 'arch-all' and 'arch-any' packaged. How do I know which

Re: Trac upgrade documentation (was: jQuery dependency for Trac 0.11)

2009-12-29 Thread anatoly techtonik
On Tue, Dec 29, 2009 at 6:10 PM, W. Martin Borgert wrote: > > There is an open bug report anyway, that suggests and > "trac-admin upgrade" to be done automatically on every > upgrade of Trac. This is technically too difficult to solve, > because one never knows which environments exist (they > mig

Re: How do I know if my package is 'arch-all' or 'arch-any'?

2009-12-29 Thread anatoly techtonik
On Tue, Dec 29, 2009 at 11:01 PM, W. Martin Borgert wrote: > Quoting "anatoly techtonik" : >> >> python-support README [1] contains different instructions for >> 'arch-all' and 'arch-any' packaged. How do I know which one is mine? > > all: Package works on all architectures without (re-) compilati

Re: How do I know if my package is 'arch-all' or 'arch-any'?

2009-12-29 Thread W. Martin Borgert
Quoting "anatoly techtonik" : python-support README [1] contains different instructions for 'arch-all' and 'arch-any' packaged. How do I know which one is mine? all: Package works on all architectures without (re-) compilation, e.g. a program written in Python any: Package needs e.g. comp

How do I know if my package is 'arch-all' or 'arch-any'?

2009-12-29 Thread anatoly techtonik
python-support README [1] contains different instructions for 'arch-all' and 'arch-any' packaged. How do I know which one is mine? [1] http://svn.debian.org/viewsvn/collab-maint/deb-maint/python-support/trunk/README Thanks. -- anatoly t. -- To UNSUBSCRIBE, email to debian-python-requ...@list

Re: Python Bindings for MLT

2009-12-29 Thread Jonathan Thomas
I solved this problem also. I needed to change my setup.py to include a mlt folder, not a mlt-python folder. Also, I modified the __init__.py to include the following code: "from mlt import *" Now when I install the package, python-support puts everything in the /usr/lib/pymodules/ folder, which

Trac upgrade documentation (was: jQuery dependency for Trac 0.11)

2009-12-29 Thread W. Martin Borgert
Quoting "anatoly techtonik" : That's not sufficient. To update Trac environment you will need to run "trac-admin upgrade" and optionally "trac-admin wiki upgrade". The second point is that web-servers (including Apache) treat symlinks differently and I am unsure how to setup web permissions corre

Re: jQuery dependency for Trac 0.11 should be < 1.3

2009-12-29 Thread anatoly techtonik
On Mon, Dec 28, 2009 at 4:27 PM, W. Martin Borgert wrote: >> >> Then we should also patch "trac-admin deploy" command so that it >> create symlinks to static resources instead of copies to update user >> environments to latest jQuery automaically. > > I don't remember, I ever used "trac-admin depl