#990725 xdg-utils: suggestions for the packaging

Package:
xdg-utils
Source:
xdg-utils
Submitter:
Nicolas Boulenguez
Date:
2026-02-23 18:13:03 UTC
Severity:
wishlist
Tags:
#990725#5
Date:
2021-07-05 17:51:10 UTC
From:
To:
Hello.

After the freeze, please consider the attached suggestions.

The commit changing autopkgtests requires further discussion.

* Is 'BASH_XTRACEFD=1;set -x' useful?

  './configure' is already quite verbose.
  I suggest that 'echo' is sufficient to say which SHELL is tested.

* Are 'debian/tests/*' sometimes run manually (not by autopkgtest)?

  New shells can be tested otherwise.
  'make autotest SHELL=/bin/bashdb'

  The requirement that test can run outside autopkgtest increases
  their complexity, because they must reinvent autopkgtest.  For
  example,
  * they must check if AUTOPKGTEST_TMP is set
  * else they must safely create a temporary directory
  * and delete it after execution, failure or interruption
  (it is also possible to allow rw-build-tree, but then other problems
  occur, like the need for 'make clean')

#990725#10
Date:
2026-02-23 18:11:59 UTC
From:
To:
Hello.
I see that you have applied all suggestions but one.
Is there something wrong with the autopkgtest changes?
Or is there something else we can do to close this bug?