Hello,it would be nice to have the possibility to reconfigure a package without giving debconf selection
this way it would be possible to just ask for a package reconfiguration.
exemple the libdvd-pkg need to be reconfigure after installtion in order to install the dvdcss part.
will it be possible for you to change the signature of reconfigure
from
reConfigure :: Package -> [(String, String, String)] -> Property NoInfo
to
reConfigure :: Package -> Maybe [(String, String, String)] -> Property NoInfo
Wouldn't passing an empty list work pretty well?
Of course, cmdProperty could also be used to run whatever command you need.
you are right I did not test with an empty list...
and for now I already extract the reconfigure part and created my one property.
I do not know it is it better to put Nothing or [] to express an empty debconf selection.
Yes it works with an empty list
sorry for the noise and thanks