Re: jQuery dependency for Trac 0.11 should be < 1.3

2009-12-25 Thread W. Martin Borgert
Quoting "anatoly techtonik" : Trac 0.11 ships with jQuery 1.2.6 However, Debian patches remove this file in favor of libjs-jquery package which contains version 1.3.x This breaks plugins for Trac 0.11 that rely on 1.2.x jQuery features removed in 1.3.x How to properly add dependency for jQuery<1

Re: jQuery dependency for Trac 0.11 should be < 1.3

2009-12-25 Thread Paul Wise
On Sat, Dec 26, 2009 at 7:06 AM, anatoly techtonik wrote: > Trac 0.11 ships with jQuery 1.2.6 > However, Debian patches remove this file in favor of libjs-jquery > package which contains version 1.3.x > This breaks plugins for Trac 0.11 that rely on 1.2.x jQuery features > removed in 1.3.x > > Ho

jQuery dependency for Trac 0.11 should be < 1.3

2009-12-25 Thread anatoly techtonik
Hello, Trac 0.11 ships with jQuery 1.2.6 However, Debian patches remove this file in favor of libjs-jquery package which contains version 1.3.x This breaks plugins for Trac 0.11 that rely on 1.2.x jQuery features removed in 1.3.x How to properly add dependency for jQuery<1.3 to trac package? Tha

Re: Unit tests

2009-12-25 Thread anatoly techtonik
On Fri, Dec 25, 2009 at 6:01 PM, W. Martin Borgert wrote: > Quoting "anatoly techtonik" : >> >> Python policy is silent about unit tests. Should they be stripped? Or >> should they be Debianized or left as-is? > > Just my opinion: Unit tests should be in the source package, but not > in the binary

Re: Unit tests

2009-12-25 Thread W. Martin Borgert
Quoting "anatoly techtonik" : Python policy is silent about unit tests. Should they be stripped? Or should they be Debianized or left as-is? Just my opinion: Unit tests should be in the source package, but not in the binary package. Most users don't need them, and if somebody wants to try them,

Unit tests

2009-12-25 Thread anatoly techtonik
Hello, I'm having some troubles with trac-accountmanager package and want to execute its unit tests to see if they could catch anything unusual, but it appeared that they were stripped from the package. Python policy is silent about unit tests. Should they be stripped? Or should they be Debianize