[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] bugfix



Signed-off-by: Torsten Werner <twerner@debian.org>
---
 daklib/config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/config.py b/daklib/config.py
index 284cf1c..fef7512 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)
 
 ################################################################################
-- 
1.7.2.5


Reply to: