[Debian-ha-commits] [pcs] 05/14: d/patches: drop 0009-Fix-python-lxml.patch
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Sat Oct 14 11:56:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository pcs.
commit bb970a9ac0ddf50d8a102cd62bff76cd7191e6c6
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Fri Oct 13 18:54:19 2017 +0200
d/patches: drop 0009-Fix-python-lxml.patch
Apparently not required anymore.
---
debian/patches/0009-Fix-python-lxml.patch | 18 ------------------
debian/patches/series | 1 -
2 files changed, 19 deletions(-)
diff --git a/debian/patches/0009-Fix-python-lxml.patch b/debian/patches/0009-Fix-python-lxml.patch
deleted file mode 100644
index 82c237c..0000000
--- a/debian/patches/0009-Fix-python-lxml.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Update pcs testsuite for python-lxml 3.7.1-1
- New lxml version has changed the error messages a bit so
- some of the pcs tests started failing because of that.
-Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
-Last-Update: 2017-01-06
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/pcs/test/tools/assertions.py
-+++ b/pcs/test/tools/assertions.py
-@@ -39,7 +39,7 @@
- """
- msg = "Start tag expected, '<' not found, line 1, column 1"
- if LXML_VERSION >= (3, 7, 0, 0):
-- msg += " (<string>, line 1)"
-+ msg += " (line 1)"
- return msg
-
- def console_report(*lines):
diff --git a/debian/patches/series b/debian/patches/series
index e4e2ad8..e19ab09 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,4 +6,3 @@
0006-Fix-corosync-log.patch
0007-Fix-testsuite.patch
0008-Replace-chkconfig.patch
-0009-Fix-python-lxml.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git
More information about the Debian-HA-Commits
mailing list