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

Re: Unit tests

2009-12-25 Thread W. Martin Borgert
Quoting anatoly techtonik techto...@gmail.com: 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

Re: Unit tests

2009-12-25 Thread anatoly techtonik
On Fri, Dec 25, 2009 at 6:01 PM, W. Martin Borgert deba...@debian.org wrote: Quoting anatoly techtonik techto...@gmail.com: 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

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 jQuery1.3 to trac package?

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 techto...@gmail.com 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

Re: jQuery dependency for Trac 0.11 should be 1.3

2009-12-25 Thread W. Martin Borgert
Quoting anatoly techtonik techto...@gmail.com: 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