.. -*- coding: utf-8 -*- Version 0.11.0 -------------- :publication date: 2008/05/21 :expected date: n/a Ticket #2901 get colors on lgp check | prepare ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.250 :state: resolved quand on lance preparedistrib et makedistrib, on voit défiler plein de trucs et c'est pas toujours facile de voir si tout se passe bien ou si y'a des réponses à donner. Je propose soit de mettre de la couleur, soit de faire une IHM qui aura les messages générer par les commandes dans une fenêtre derrière (python VTE par exemple). cependant: faut pas oublier documentor et faut pas oublier que souvent on lance ça dans un terminal sur crater. Ticket #4677 lgp build --debuildopts does not work as advertised ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved Currently it is necessary to use:: lgp build --debbuildopts "--debbuildopts -sa" Fix this to be able to use:: lgp build --debbuildopts "-sa" Ticket #3991 lgp build: launch lintian/linda... on every packages in the dist/ directory ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved instead of only the one being built. Ticket #4898 lgp check exception ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved Traceback (most recent call last): File "/usr/bin/lgp", line 4, in ? run(sys.argv[1:]) File ".../logilab/devtools/lgp.py", line 40, in run return run(pkgdir, options, args[1:]) File ".../logilab/devtools/checkpackage.py", line 258, in run return start_checks(pkgdir, options.package_info, to_test) File ".../logilab/devtools/checkpackage.py", line 225, in start_checks check_func(reporter, package_dir, package_info) File ".../logilab/devtools/checkpackage.py", line 186, in check_release_number cl_version = normalize_version(cl_version) File ".../logilab/devtools/checkpackage.py", line 171, in normalize_version while version.endswith('.0'): AttributeError: 'Version' object has no attribute 'endswith' Ticket #4339 missing dependency in debian package ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved logilab-packaging doesn't depend on pbuilder Comments :: On 2007/11/21 14:07 - sthenault wrote : 1. this ticket should be affected to upcoming devtools release 2. imo it should be a Recommands and not a Depends since one can use fakeroot for instance to build packages (using DEBUILDER environment variable) Ticket #4987 missing documentation for pycoverage ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.250 :state: resolved Most of the coverage argument are missing from the doc. Ticket #4681 should raise an error when building a -2 debian package without --orig specified ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved Ticket #5037 threading coverage is broken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.500 :state: resolved :: ========================= test_coverage.py ========================= .......................................................F ====================================================================== FAIL: testThreading (test_coverage.ThreadingTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/pyves/src/logilab/common/testlib.py", line 1059, in _proceed testfunc(*args, **kwargs) File "test_coverage.py", line 1325, in testThreading File "test_coverage.py", line 181, in checkCoverage AssertionError: '7, 10' != '10' no stdout no stderr ---------------------------------------------------------------------- Ran 56 tests in 1.483s FAILED (failures=1)