X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fconfig.py;fp=daklib%2Fconfig.py;h=fef7512d8b405ccf8e72e8d2164ecb5499cba3af;hb=8d28609033fdaedc4ae0033762f5b8c038293843;hp=284cf1cca207e28294e360678fddca15fa3f3405;hpb=8c7bc01acbef00bf9289afe9e004fb0ea00b0e63;p=dak.git diff --git a/daklib/config.py b/daklib/config.py index 284cf1cc..fef7512d 100755 --- a/daklib/config.py +++ b/daklib/config.py @@ -43,7 +43,7 @@ warnings.filterwarnings('ignore', \ "Attribute '.*' of the 'apt_pkg.*' object is deprecated, use '.*' instead\.", \ DeprecationWarning) warnings.filterwarnings('ignore', \ - "apt_pkg.*\(\) is deprecated\. Please see apt_pkg.*\(\) for the replacement\.", \ + "apt_pkg.*\(\) is deprecated\. .* apt_pkg.*\(\) for the replacement\.", \ DeprecationWarning) ################################################################################