[python-qwt] 07/07: fix typo

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Sep 13 15:02:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository python-qwt.

commit a47e7edab9f80cbeec309532d25c643ba7486670
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Sep 13 16:58:13 2015 +0200

    fix typo
---
 debian/patches/0001-fix-typo.patch | 21 +++++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0001-fix-typo.patch b/debian/patches/0001-fix-typo.patch
new file mode 100644
index 0000000..389f940
--- /dev/null
+++ b/debian/patches/0001-fix-typo.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
+Date: Sun, 13 Sep 2015 16:57:40 +0200
+Subject: fix typo
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 5150ca9..d9f1d31 100644
+--- a/setup.py
++++ b/setup.py
+@@ -62,7 +62,7 @@ else:
+ if os.name == 'nt':
+     SCRIPTS = ['python-qwt-tests', 'python-qwt-tests.bat']
+ else:
+-    SCRIPTS = ['python-tests']
++    SCRIPTS = ['python-qwt-tests']
+ SCRIPTS = [osp.join('scripts', fname) for fname in SCRIPTS]
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d257ac3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-qwt.git



More information about the debian-science-commits mailing list