[xmds2] 07/09: Drop patch show-library-name.patch (applied upstream)
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Wed Oct 1 08:16:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository xmds2.
commit 34a151c19b9b5e88acdd1c1b0ecdd6f1f3a549a4
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Tue Sep 30 22:02:56 2014 -0300
Drop patch show-library-name.patch (applied upstream)
---
debian/patches/series | 1 -
debian/patches/show-library-name.patch | 16 ----------------
2 files changed, 17 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
index 9cb54aa..22c6307 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
revision-number-as-deb-pkg.patch
-show-library-name.patch
wscript-hdf5.patch
diff --git a/debian/patches/show-library-name.patch b/debian/patches/show-library-name.patch
deleted file mode 100644
index 63de800..0000000
--- a/debian/patches/show-library-name.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Make error message on lacking Python library more informative
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Forwarded: http://sourceforge.net/p/xmds/mailman/message/32844043/
-Last-Update: 2014-09-18
-
---- xmds2-2.2.0+dfsg1.orig/xpdeint/ParserException.py
-+++ xmds2-2.2.0+dfsg1/xpdeint/ParserException.py
-@@ -34,7 +34,7 @@ def indentMessageWithPrefix(prefix, msg)
- return '\n'.join(result)
-
- def error_missing_python_library(library_name, xmlElement = None):
-- raise ParserException(xmlElement, "This script requires the python package '%s' which is not installed. Please install it to run this script.")
-+ raise ParserException(xmlElement, "This script requires the python package '%s' which is not installed. Please install it to run this script." % library_name)
-
- class ParserException(Exception):
- def __init__(self, element, msg):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/xmds2.git
More information about the debian-science-commits
mailing list