]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/config.py
bugfix
[dak.git] / daklib / config.py
index 18ce9b721baba1db1e40c4f43154603164cdb2b1..fef7512d8b405ccf8e72e8d2164ecb5499cba3af 100755 (executable)
@@ -43,10 +43,7 @@ warnings.filterwarnings('ignore', \
     "Attribute '.*' of the 'apt_pkg.*' object is deprecated, use '.*' instead\.", \
     DeprecationWarning)
 warnings.filterwarnings('ignore', \
-    "apt_pkg\.newConfiguration\(\) is deprecated\. Use apt_pkg\.Configuration\(\) instead\.", \
-    DeprecationWarning)
-warnings.filterwarnings('ignore', \
-    "apt_pkg\.ParseTagFile\(\) is deprecated\. Please see apt_pkg\.TagFile\(\) for the replacement\.", \
+    "apt_pkg.*\(\) is deprecated\. .* apt_pkg.*\(\) for the replacement\.", \
     DeprecationWarning)
 
 ################################################################################